Tuesday, 13 November 2012

Web Programming - Week 3


This week we built a basic site using HTML

After having learn't about basic syntax and structure the previous week. In week 3 we put that knowlage into practical application by designing a basic site. We used note pad to create a HTML document and created an outline.

Tags such as <h1>, <p> and <ol> were used to create a number of elements to our site such as, a heading <h1>, paragraphs <p>, ordered lists <ol> and unordered lists <ul> . By the end we were able to establish a basic textual site and open it in any web browser. This gave me an understand of who HTML code is interperated by browser to produce to overall result.


An example of a basic HTML document:



No comments:

Post a Comment