the <h1> html tagWebsites by Mark - 7 Woodrush gardens, Carterton, Oxfordshire. OX18 1JE

the <h1> html tag
the <h1> html tag

The <h1> html tag

Overview

In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). The <h1> tag itself is considered to be the main heading for a webpage. By default it is not only displayed bigger than the body and other h tags, but in seo is considered an important ranking factor.When text is put between the opening and closing <h1> tag it is displayed as the main heading. A <h1> tag is only meant to be used once on a webpage, but if you code a webpage with more than one <h1> tag it will still display corectly.

Basic Usage

<h1>Main header text</h1>
Any text between the opening and closing tag will be displayed as a main heading.

Advance Usage

It is possible to style and add functionality to the <h1> tag, this is done by adding an attribute to after the h1 in the opening <h1> tag
Attributes allowed for the <h1>tag include :-class, dir, id, lang, style and title.
In most cases class and id are used and its basic usage is shown below
<h1 id=”header”>Main header text</h1>
With all attributes there is a space after the initial h1 then the attribute name, then an equal’s sign and the identifier of the attribute in double quotes.
Both id and class attributes refer to CSS styling of the element and is either stored in the <head> of the webpage on in an external file.
With id this usually refers to a single instance on a page where as class usually refers to a repeating element on a page, it is for this reason for the <h1> tag the id attribute is nearly always used over the class attribute although in practice it makes no difference.
The attribute style allows you to include css style information for a single <h1> tag.
The dir attribute allows for left reading and right reading text, lang allows you to specify a language for the tag and title allows you to include extra information for a tag.
It is possible to attach scripts to tags, as well adding functionality to a webpage, these scripts tend to be written in Javascript and therefore outside the scope of this document

Examples

<h1>Main header text</h1> – basic usage example.
<h1 id=”header>Main header text</h1> – heading 1 which is styled by the id header.
<h1 class=”headerclass”> Main header text </h1> – heading 1 which is styled by the class headerclass.
<h1 id =”header” class=”headerclass”> Main header text </h1> – heading 1 which is styled by the class headerclass and the id header.
<h1 style="color:#F00">Main header text</h1> – heading 1 which has a custom colour of red.
<h1 dir="rtl">Main header text</h1> – heading 1 where the text reads from right to left.
<h1 lang="uk">Main header text</h1> – heading 1 where the language has been tagged as UK.
<h1 title="ptitle">Main header text</h1> – heading 1 where the tag has been titled ptitle.

Final Thoughts

Touching on just the surface of the <h1> HTML tag it is easy to see how versatile it is. To take full advantage of it an understanding of CSS is an advantage.

Our blog

Some random stories from our blog.

The <pre> html tag

Overview HTML tags are good at the job they do, but often there are limitations. In normal copy there is often a double space after a full stop, if you try this in HTML you will see the extra space is ignored when displayed to screen. the <pre> HTML tag is displays text using a fixed spaced font, which also has the advantage of retaining spaces and line breaks. In short using the <pre> tag will allow you to keep double spaces in your copy. When text is put between the opening and closing <pre> tag it is displayed as a Preformatted text. By default the font will be Courier, but this can be changed. Basic Usage <pre>Some Preformatted text in here</pre> Any text between the opening and closing tag will be displayed as a Preformatted text. Advance Usage It is possible to style and add functionality to the <pre>…

Will Yell kill off your local SEO Company?

UK based Yell.com the internet arm of the yellow pages directory has been slowly moving to increase what services it offers to the online world. Recently it unleashed SEO Web Pages to a limited amount of clients. This service offers the promise of professional SEO for all those who pay for advertising with Yell. Is this a breakthrough service or do SEO companies have nothing to fear? Video killed the radio star Back in 1883 a USA company made the decision to print its business directory on yellow paper due to paper supply and the Yellow Pages as we know it today was born. Since then the popularity of the publication has gone from strength to strength and is available in many countries across the world. Indeed before Google, if you wanted to advertise a product or service the Yellow Pages was the platform of choice. Next generation platform Within…

Why not ask for a free quote?

If you would like a free quote, why not use our contact page. http://www.websitesbymark.co.uk/contact-form/

Are social networks really social?

With websites like Facebook and Twitter constantly attracting new users on a day by day basis, there is no doubt how popular the social networks are. But in a world of increase reports of medical conditions like depression, do social networks indicate underlying issues with the world today? BC – before computers. There is little argument that computers have transformed most people’s daily lives. If you do not use a computer yourself, your life is certainly affected by them, either through technologies like mobile phones, or even the switch to digital TV and radio. But there are other factors at play, of which computers usually get the label. Up until recent history the world was a very big place, in fact a person’s world would represent a small part of the world as a whole. Go back one hundred years and people did not really travel, they worked within walking…

The <b> html tag

Overview To make text bold in HTML it can be done using the <b> tag. The <b> tag is one of the original ways to format text and more recently CSS and other tags have reduced the importance of this tag. It is still a good tag when used correctly. When text is put between the opening and closing <b> tag it is displayed as bold text. The <b> tag can be used multiple times on a webpage and can be nested inside other tags for dramatic effect. Basic Usage <b>Some bold text</b> Any text between the opening and closing tag will be displayed as a large heading. Advance Usage It is possible to style and add functionality to the <b> tag, this is done by adding an attribute to after the b in the opening <b> tag Attributes allowed for the <b>tag include :-class, dir, id, lang, style and…

© 2011 Websites by Mark. Do not reproduce any part of this website without permission.
Email : mark@websitesbymark.co.uk - Phone : 07716 447228 / 01993 820005
Postal Address : 7 Woodrush Gardens, Carterton, Oxfordshire. OX18 1JE