<html> <body bgcolor="#000000" text="#FFFAF0" link="#FFFF00" alink="#880000" vlink="#333333"><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <center> <br> <div style="height:5px"></div> </center> <!-- ARCHIVE by FORTUNECITY.ws --> <head> <link rel="stylesheet" type="text/css" href="css.css"> <title> HTML Coding Part II </title> </head> <a name="top"> <h1> HTML Coding Part II </h1> <p> Well, here you are at the second installment of the series. Hope you can make your page even better with these tags. <p> Jump to: <ul> <li> <a href="#heading">The Heading Tags</a> <li> <a href="#paragraph">The Paragraph Tag</a> <li> <a href="#break">The Line Break Tag</a> <li> <a href="#ul">The Unordered List Tag</a> <li> <a href="#ol">The Ordered List Tag</a> <p> <a name="heading"> <h4> The Heading Tags </h4> <p> The heading tags are what most people use for their titles, except if they have a logo. Headers are very useful. They can add style to many of your pages by using them intelligently . <p> <i> Usage Syntax: </i> <br> <tt> &lt;h*&gt <br> Header <br> &lt;/h*&gt </tt> <br> Where * is a number 1 through 6. 1 being the biggest and 6 being the smallest. <p> <a href="#top">Back to top</a> <a name="paragraph"> <h4> The Paragraph Tag </h4> <p> The paragraph tag is definetely one of the more useful tags around, yet one of the simplest. There is no closing tag for it. All it does is skips a line in your file therfore creating paragraphs. <p> <i> Usage Syntax: </i> <br> <tt> &lt;p&gt <br> Paragraph <br> And do it all over again. </tt> <p> <a href="#top">Back to top</a> <a name="break"> <h4> The Line Break Tag </h4> <p> This tag is similar to the paragraph tag except it doesn't skip a line. It is the equivalent to pressing the enter button. It finishes the text on that line and then skips down to next line. There is no closing tag for this tag. <p> <i> Usage Syntax: </i> <br> <tt> &lt;br&gt </tt> <p> <a href="#top">Back to top</a> <a name="ul"> <h4> The Unordered List </h4> <p> The unordered list is very useful when designing an index page. It let's you make a list without having to worry about the nubmering because the uses bullets (or symbols) to indicate each new item. For this tag you need to use another tag to define each list item. Before each new list item you must put the item tag. <p> <i> Usage Syntax: </i> <br> <tt> &lt;ul&gt <br> &lt;li&gt; <- Item Tag <br> &lt;/ul&gt </tt> <p> <a href="#top">Back to top</a> <a name="ol"> <h4> The Ordered List </h4> <p> The ordered list is much like the unordered list except that instead of symbols, it uses number. It goes progessively from 1 to infinity. The tagging is the same. You need to use the item tag for each list item. <p> <i> Usage Syntax: </i> <br> <tt> &lt;ol&gt <br> &lt;li&gt; <- List Item <br> &lt;/ol&gt; </tt> </ul> <p> <a href="#top">Back to top</a> <p> <a href="coding2.html">Back to coding index</a> <p> <a href="index-3.html">Back to the main page</a> <p> <a href="coding2plain.html"><img src="eyeball.gif"> Click here to see the coding for this page<img src="eyeball.gif"></a> <p> <hr> <p class="footnote"> This page was made using Notepad and using Cascading Style Sheets (which were also made in Notepad) for the layout. </body> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </html>