Thursday, 18 April 2013

HTML reflections

Last but not least, the final component of my homework will be the most decisive point in achieving A1, and that will be the incredibly simple task of including 10 facts that I have learnt about HTML during my IT lessons. Thus, I deliberately decided to include 10 points which I feel are important to me.

1.       HTML refers to the HyperText Markup Language, and they mark-up texts texts on how websites will be displayed in browser
2.       <html>…</html> indicates the content is HTML
3.       <head>…<head> contains web page information i.e. <title>…</title>
4.       <body>…</body> contains main content and structure
5.       The structure follows in this order: Html, head, title, head, body,html
6.       An absolute URL  refers to an external page, while a relative page refers to a internal page
7.       <p>…</p> makes paragraphs
8.       <br> make lines break, note no closing tag
9.       <a href=”contact.html”
Target=”_blank”>Contact Us</a>
10.<strong>…</strong> makes a bold text


Here are some videos which might be of interest to you!
http://www.w3schools.com/html/html_css.asp
http://www.youtube.com/watch?v=fS7w-TXinPE

No comments:

Post a Comment