HTML is a language that is used to write web page of a website. web site is the collection of web documents and web documents collection of webpages.HTML stands for Hyper Text Markup Language.
The basic HTML tags are
<html> it tells that is html start
<head> it is used as heading of page
<title> it is used for title bar statement show
</title> end of title tag
</head> end of head tag
<body> start body of HTML
all other works will be done here in body tag.
</body> end of body tag
</html> end of html tag.
For writing HTML editor can be used like NotePad , Note++, sublime or DreamViewer.
<html> it tells that is html start
<head> it is used as heading of page
<title> it is used for title bar statement show
</title> end of title tag
</head> end of head tag
<body> start body of HTML
all other works will be done here in body tag.
</body> end of body tag
</html> end of html tag.
For writing HTML editor can be used like NotePad , Note++, sublime or DreamViewer.
إرسال تعليق