Skip to content

Introduction of h1 tag #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Used bold headings instead of sub-headings
  • Loading branch information
Akshit Meghawat committed Feb 12, 2015
commit 941364a064d5bb147f9196d8f370cd9e5f127224
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
#Use`<H1>`tag only once

*###Introduction
* 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.

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.

*###Descendance of Header tags

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 Engine Optimisation

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

####Example

Expand Down