Tuesday, 23 October 2012

Web Programing

WEEK 2:

           In week two we discussed the structure of a web site/page.
           We covered the HTML tag(doctype), HEAD tag, BODY tag and TITLE tag. These tags are the building    blocks of a  web page: eg;

<HTML>
   <HEAD>
     <TITLE>  < /TITLE>
   </HEAD>
 <BODY>
    *all content here
 </BODY>
</HTML>

       We also discussed the laws of tag/selectors..eg..<h1>,< h2>, <p>, <ul>, <li> etc.
      Every tag(few exceptions*) must have an opening and closing tag.
*line break is an example of this.<br />



No comments:

Post a Comment