Structure Tags
Tag Comment
<!--...--> Creates a comment
<html>...</html> Encloses the entire HTML document
<style>...</style> Style information
<script>...</script> Scripting language
<noscript>...</noscript> Alternative content when scripting not supported
<title>...</title> The title of the document
<body>...</body> Encloses the body(text and tags) of the HTML document

<H1>Heading 1</H1>

<H2>Heading 2</H2>

<H3>Heading 3</H3>

<H4>Heading 4</H4>

<H5>Heading 5</H5>
<H6>Heading 6</H6>
Nomal
Links
<a>...</a> Creates a link or anchor. Includes common attributes
href="..." The URL of the document to be linked to this one
name="..." The name of the anchor
taget="..." Identifies the window or location to open the link in

Welcome to IBM DataBase Homepage
<A HREF="http://www.ibmdb.edu">http://www.ibmdb.com</A>
http://www.ibmdb.com

Email to <A HREF="mailto:admin@ibmdb.com">mailto:admin@ibmdb.com</A> mailto:admin@ibmdb.com

Study HTML