Articles page 8
The var html tag
Overview The <var> HTML tag is known as a phrase tag, it is mainly used to style text. It is also mainly used when displaying computer programming code to highlight variables used in the code, although there are actually no restrictions where you can use this HTML tag. It works equally as well in table […]
The h6 html tag
In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). By default it is displayed as bold and much smaller version of the body text. As with all h tags it is considered important for SEO.When text is put between the opening […]
The center html tag
Overview By default body text in a HTML document is aligned left, by using the <center> HTML tag you can make the text appeared centred within its surrounding tag. It is a widely used tags in HTML today. It works equally as well in table based layouts as well as CSS based ones. It was […]
The div html tag
Overview In simple terms the <div> HTML tag stands for division. It is one of the most widely used tags in HTML today. With the use of CSS it allows virtually any design to be created. Prior to the <div> tag, layout was created using the <table> tag. Division based layouts are considered to be […]
The h5 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 <h5> tag itself is considered to be a smaller repeating sub header for a webpage. By default it is displayed as bold and smaller version of the body text. As […]
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 […]
The tt html tag
Overview In HTML the <tt> tag is a little unusual and is not often used due to its quirky appearance, in short the font mimics that of a Teletype machine. The <tt> tag is one of the original ways to format text and more recently CSS and other tags have reduced the importance of this […]
The small html tag
Overview Having the body copy in a web page all displayed as the same size is often normal, but there are times where by making certain parts of the copy slightly smaller, visually breaks up the text and makes it easier to read. In HTML the <small> tag can be used for this. The <small> […]
The h4 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 <h4> tag itself is considered to be a small repeating sub header for a webpage. By default it is displayed as bold version of the body text and smaller than […]