Lesson for Learning the Basics of HTML

Written by Lawrence Roth


For beginners who are interested in learning basic Web development by using HTML (HyperText Markup Language) here are some helpful HTML tags to start practicing with. Listed below isrepparttar basic framework you will need to create an HTML page: < itle> </head> <body> </body> </html><p>This framework is<IMG height=12 src="/the2.jpg" alt="repparttar 118037"> foundation on which you will be able to build your HTML page. Remember that a beginning tag will have this format <name of tag> and<IMG height=12 src="/the2.jpg" alt="repparttar 118038"> ending tag will have this format </name of tag>.<p>The <title> tags are where you will place<IMG height=12 src="/the2.jpg" alt="repparttar 118039"> title of your page. The title appears on<IMG height=12 src="/the2.jpg" alt="repparttar 118040"> title bar at<IMG height=12 src="/the2.jpg" alt="repparttar 118041"> top of a Web browser. Here is an example:<p><title>Rothline Entertainment >> Offers Computer and Video Games and PC Software< itle><p>The title tags will always be between<IMG height=12 src="/the2.jpg" alt="repparttar 118042"> beginning and ending <head> tags.<p>The <body> tags are where<IMG height=12 src="/the2.jpg" alt="repparttar 118043"> Web page content will go.<p>Between<IMG height=12 src="/the2.jpg" alt="repparttar 118044"> <body> tags<IMG height=12 src="/the2.jpg" alt="repparttar 118045"> most commonly used tags are: <p></p> These are<IMG height=12 src="/the2.jpg" alt="repparttar 118046"> paragraph tags. <h1></h1> Heading tag 1 creates largest sized heading <h2></h2> <h3></h3> <h4></h4> <h4></h4> <h5></h5> <h6></h6> Heading tag 6 creates smallest sized heading <br><br></font></td><!-- google_ad_section_end --><!-- google_ad_section_start(weight=ignore) --><td align="top" width="10%"></td><td align="top" width="45%"><h2>President</h2><font size="2">Written by M.Vijay</font><br><br><script type="text/javascript"><!-- google_ad_client = "pub-5766870852072819"; google_ad_width = 234; google_ad_height = 60; google_ad_format = "234x60_as"; google_ad_channel ="9238851329"; google_color_border = "CFB9A1"; google_color_bg = "CFB9A1"; google_color_link = "000000"; google_color_url = "431B02"; google_color_text = "431B02"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <br> <font size="2">please check attachment html file in <br><br></font></td><!-- google_ad_section_end --></tr><tr><td>Cont'd on page 2 ==<a class="mlink" href="2-Lesson_for_Learning_the_Basics_of_HTML-18037.htm">></a></td></tr></table><script type="text/javascript"><!-- google_ad_client = "pub-5766870852072819"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_channel ="8831454965"; google_color_border = "CFB9A1"; google_color_bg = "CFB9A1"; google_color_link = "000000"; google_color_url = "431B02"; google_color_text = "431B02"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> </tr> </table> <table width="770" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> <tr> <td height="48" align="center" background="images/bg_nav_bottm.jpg"><span class="style3">ImproveHomeLife.com © 2005<br> <a href="terms.html" rel="nofollow">Terms of Use</a></span></td> </tr> </table></td> </tr> </table> <script type="text/javascript"> var HASH_ESCAPED="%23"; function TrackIt(adUnit){ if (window.status) { var adDomain = escape(window.status.substring(6)); var pyPage = document.location.pathname; var params = document.location.search; var hasAnchor = params.lastIndexOf(HASH_ESCAPED)!= -1; params = hasAnchor? (params.substring(0, params.lastIndexOf(HASH_ESCAPED))) : params; pyPage = escape(pyPage.substring(pyPage.lastIndexOf('/') + 1)); pyPage = pyPage + params; var curTime = new Date().valueOf(); var bug = new Image(); bug.src = '/track/adsenseTrack.php?pyPage=' + pyPage + '&adDomain=' + adDomain + '&adUnit=' + adUnit + "&time=" + curTime; } } function TrackIt0() {TrackIt(0); } function TrackIt1() {TrackIt(1); } function TrackIt2() {TrackIt(2); } var elements = document.getElementsByTagName("iframe"); for (var i = 0; i < elements.length; i++) { if(elements[i].src.indexOf('googlesyndication.com') > -1) { //elements[i].onfocus = TrackIt; if (i==0) elements[i].onfocus = TrackIt0; if (i==1) elements[i].onfocus = TrackIt1; if (i==2) elements[i].onfocus = TrackIt2; } } </script> <!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --> <script type="text/javascript" language="JavaScript">var site="s19improve"</script> <script type="text/javascript" language="JavaScript1.2" src="http://s19.sitemeter.com/js/counter.js?site=s19improve"> </script> <noscript> <a href="http://s19.sitemeter.com/stats.asp?site=s19improve" target="_top"> <img src="http://s19.sitemeter.com/meter.asp?site=s19improve" alt="Site Meter" border=0></a> </noscript> <!-- Copyright (c)2002 Site Meter --> <!--WEBBOT bot="HTMLMarkup" Endspan --> </body> </html>