HTML stands for Hyper Text Markup Language, by using HTML we can create webpage or a collection of webpages which is called a website.
HTML is consist of tags.
Some common tags used in HTML are:
<html> (html start tag)
</html>(html end tag
<title> (title start tag)
<h1> </h1>(begin and end main heading )
<h2> <h2> (start and end subhead )
</title>(title end)
<head> (head start tag)
</head>(head end)
<p> </p> (begin and end a paragraph )
<b> </b>( start and end bold text )
<i> </i>(start and end italic text )
<ol> </ol> (start & end ordered list )
<ul> </ul> (start & end unordered list
)
Learn HTML in Hindi
No comments:
Post a Comment