These are the 10 major learning points of HTML are
1)HTML stands for HyperText Markup Language
2)The text between <html> and </html> indicates that the text is html
3)HTML is created using Notepad
4)It must be saved as xxxxxxxxxxxx.html/ xxxxxxxxxxx.htm or it would not be a working web page
5)The text between <head> and </head> indicates that the text is containing web page information
6)The text between <body> and </body> indicates that the text is the main content
7)You can add images and control their size in html
8)You can also add links.
9)The text between <p> and </p> indicates that the text is in a new paragraph.
10)<br> refers to a line break.
I have created a html at my profile
No comments:
Post a Comment