<Doctype html>
<html>
<head>
<title>
</title>
<body>
<h1> Arvind Upadhyay Books </h1>
<p> Arvind Upadhyay Books are the amazing guide on self-help , personal transformation , leadership & overall personal development </p>
</body>
</head>
</html>
<hr> </.hr>
<b> HTML TEXT FORMATTING TAGS</B>
<b> for bold text .
<em> for emphasised .
<i> for italic
<small > for smaller text
<strong> for strong
<sub> for subscript.
<sup > for superscript text.
<ins> the inserted into the document .
<del> tag usually deleted for document .
<u> for underlined .
<strike> with strikethrough.
<big> front size larger then the rest .
html block level Tags
- Most html tags are as block level of element,such like new line displayed in a browser .
- <! _...> Comment tag: the comment tag is used to insert comment into the source .comment can be inserted into the HTML code to make it more readable and understandable for everyone .
Heading <h1> to <h6>
the html <h1> to <h6> tags are used to define HTML headings .<h1> defines the most important headings .
Syntax:
- <h1>..........</h1>
- <h2>.............</h2>
- <h3>............</h3>
- <h4>.........</h4>
- <h5>........</h5>
- <h6>..........</h6>
0 Comments