Introduction of html
HTML stands for hypertext markup language.
Hypertext is simply a piece of text that works as a link.
Markup language is language of writing layout information within documents.
It contains rich text.
Any html program can be written in simple notepad or wordpad.
the extension to this program should be either html or htm.
this program can be opened in some web browser and the corresponding web page can be viewed.
the HTML program should be written within <html> and </html>
any HTML program has two prominent parts:head and body.
the head part acts as a header of a file and contains some information like setting the title of web page.

No comments:
Post a Comment