Merge pull request #96 from jakemckown/master

Make headings easier to browse quickly
This commit is contained in:
Josh Buchea 2016-05-28 08:19:10 -07:00
commit c17f9b19ce
1 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ Below are the essential tags for basic, minimalist websites:
<script src="script.js"></script>
```
## Meta Element
## Meta Elements
``` html
<meta charset="utf-8">
@ -63,7 +63,7 @@ Below are the essential tags for basic, minimalist websites:
- [ICBM on Wikipedia](https://en.wikipedia.org/wiki/ICBM_address#Modern_use)
- [Geotagging on Wikipedia](https://en.wikipedia.org/wiki/Geotagging#HTML_pages)
### Not Recommended
### Meta Elements Not Recommended
Below are the meta attributes which are not recommended for use:
```html
@ -94,7 +94,7 @@ Below are the meta attributes which are not recommended for use:
<meta http-equiv="Cache-Control" content="no-cache">
```
## Link Element
## Link Elements
``` html
<link rel="copyright" href="copyright.html">
@ -135,7 +135,7 @@ Below are the meta attributes which are not recommended for use:
<!-- More info: https://css-tricks.com/prefetching-preloading-prebrowsing/ -->
```
### Not Recommended
### Link Elements Not Recommended
Below are the link relations which are not recommended for use:
```html