Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Wiki
#Use`<H1>`tag only once

* Every page should include a single `<h1>` tag and follow **descendance** for other header tags as well. The `<h1>` tag should contain up to **150 characters** of text that accurately summarises and describes the contents of the page.

* If the page contains a significant amount of text, it should be organised with `<h2>` through `<h6>` subheadings that summarise and categorise the text that they precede.

* **Search engines** rely on correctly used headings to determine the organisation and contents of a site.

####Example

```html
<h1> Use H1 tag only once </h1>
```

####Further References

http://www.writingforseo.org/how-many-h1-tags-can-you-have-on-a-page/
http://zerogravitymarketing.com/multiple-h1-tags/
http://webdesign.tutsplus.com/articles/the-truth-about-multiple-h1-tags-in-the-html5-era--webdesign-16824