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
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