| Free HTML Tutorials • CSS • Frames Tutorials • Forms Tutorials • Beginners HTML Tutorials • Advanced HTML Tutorials • JavaScripts • Free Web Page Tutorials • Free Downloads |
|
Beginners Section |
|
TAGS 4 - Other Tags |
|
|
|
|
DIV TAGS
These are some tags I have not previously covered. I will mention just a few here. Note that some of them will not work if you have an older browser. And some only work in Internet Explorer. I have included some of the most useful here, but for the full details on these and other tags and elements (and more information than you will ever need) go to the World Wide Web Consortium pages.
<DIV> </DIV> This is a grouping tag which identifies and aligns different parts of your web page. It needs to be closed with </DIV>. It is one of my favourites and, using the "JUSTIFY" tag, is a great way to produce neatly justified text, that is, rows of text that fit evenly across a page or column, like a newspaper, book or magazine. It can be used anywhere, even inside tables.
The following tags will only work in newer browsers.
<BUTTON>
<INS> and <DEL>
Price reduced specials! Only
And here is the code:
|