HTML
1. HTML stands for HYPER TEXT MARKUP LANGUAGE.
2. It helps in creating web pages.
3. It is a standard markup language.
4. HTML elements are represented by tags.
A simple HTML Document
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
There are some HTML tags are given below:-
1. <br> for make your text BOLD
2. <i> for make your text in italic style
3. <del> Deleted text
4. <p> Paragraph
5. <small> Small text
6. <mark> Marked text
7. <h1> It shows the heading .In html there are 6 types of heading available :-
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
No comments:
Post a Comment