Tuesday, 4 February 2014

HTML

10 learning points:

1)HTML is the backbone of the website.
2)HTML stands for Hypertext Markup Language and it lets you format text, add graphics, create links,input forms,frames and tables etc.
3)To make a website, it has to have the<html> at the start and it also has to end with </html>
4)The website also has to have the head and title as well. The head will consist of the title and the title will appear at the tab bar of the website.
5)The HTML also needs to have a body and it has to start with <body> and end with</body>.
6)To create a functional website we need at least 3 pages using basic HTML and CSS.
7)To be able to embed external media in to the website example images, web 2.0 technologies.
8)There are HTML tags for the website.
9)The contents have 3 parts: the start tag, content,and end tag.
10)We can also link webpages with HTML.

No comments:

Post a Comment