Website designing is an art.we know that to design a website we need HTML,CSS,JAVASCRIPT.
HTML
- HyperText Markup Language
- It is a tag based language
- It is not a case sensitive
- It doesn't generate any errors
- HTML tags or commands are interpreted by browser
- File extension is .htm or .html
- It is used to present data(presentation of data)
The following are the heading commands
Command:<h1>some text</h1>
Discription:By placing some text here it will come with the font size of 16.
Command:<h2>some text</h2>
Discription:same as the above but text size vary.
NOTE:same as to follow for the h3,h4,h5 and h6.
Command:<b>some text</b>
Discription:this is for bold text