HTML tags uses in these blog articles
Archive - Originally posted on "The Horse's Mouth" - 2013-03-09 17:46:42 - Graham EllisContinuing the series of HTML articles ... here are the tags that I've used in my blog articles, with a note of what each does, the number of times I've used it (!) and the most recent article it occurs in. Have a look at w3schools for the full definition of each of the tags.
<a | 11242 / 4035 | anchor - for link or name |
<b | 8284 / 4034 | bold |
<blockquote | 13 / 2966 | inset block |
<br | 4681 / 4033 | line break or image inset clear |
<center | 274 / 4032 | centering [deprecated] |
<code | 2515 / 4034 | fixed width font for source code |
<dd | 26 / 3551 | definition data |
<del | 1 / 2030 | deleted text |
<div | 110 / 2428 | division / block of text for formatting |
<dl | 2 / 3551 | definition list |
<dt | 25 / 3551 | definition title |
<em | 2 / 2238 | emphasise |
<embed | 4 / 3262 | include something here |
<font | 988 / 4031 | font setting change [deprecated] |
<form | 17 / 3935 | form for user to fill in |
<h1 | 8 / 1959 | largest headline |
<h2 | 15 / 3905 | |
<h3 | 2 / 2783 | |
<h4 | 22 / 3566 | |
<hr | 470 / 4031 | horizontal rule |
<i | 2623 / 4034 | italic |
<img | 4610 / 4033 | image |
<input | 59 / 3935 | input bos on a form |
<ins | 1 / 2030 | inserted text |
<li | 68 / 3664 | list item |
<lt | 10 / 3718 | |
<object | 1 / 2950 | embedded object |
<ol | 8 / 3664 | ordered list |
<p | 8 / 3022 | paragraph |
<param | 3 / 2950 | parameter for object |
<pre | 66 / 3395 | preformatted (fixed with font, all spaces show) |
<s | 57 / 3750 | supersceded |
<script | 1 / 1976 | here comes some Javascript |
<span | 20 / 3135 | style setting group |
<strike | 9 / 2253 | strikethrough [deprecated] |
<strong | 20 / 1435 | stronger / bolder text |
<sup | 3 / 3400 | superscript |
<table | 272 / 4035 | start of table |
<td | 2230 / 4035 | table data |
<th | 67 / 3977 | table header (like td but centre and bold too) |
<tr | 911 / 4035 | table row |
<u | 853 / 4034 | underline |
<ul | 7 / 1146 | unordered list |
wizard:mar13 graham$