//hello everyone in this tutorial i will teach you about paragraph tag and headings tags//
PARAGRAPHS:-HTML paragraphs are defined with the <p> tag.
eg:- <p>hello world this is my 2nd tutorial hope u like it.</p>
HEADINGS:-Headings are defined with the <h1> to <h6> tags.
<h1> is the biggest heading tag and the important one.
<h6>is the smallest heading tag and the least important.
eg:-<h1>hello world this is my 2nd tutorial hope u like it.</h1>
<h2>hello world this is my 2nd tutorial hope u like it.</h2>
<h3>hello world this is my 2nd tutorial hope u like it.</h3>
<h4>hello world this is my 2nd tutorial hope u like it.</h4>
<h5>hello world this is my 2nd tutorial hope u like it.</h5>
<h6>hello world this is my 2nd tutorial hope u like it.</h6>
code of 2nd tutorial
<html>
<head><title>tutorial 2</title>
</head>
<body>
<p>
hello world this is my 2nd tutorial hope u like it.
</p>
<h1>hello world this is my 2nd tutorial hope u like it.</h1>
<h2>hello world this is my 2nd tutorial hope u like it.</h2>
<h3>hello world this is my 2nd tutorial hope u like it.</h3>
<h4>hello world this is my 2nd tutorial hope u like it.</h4>
<h5>hello world this is my 2nd tutorial hope u like it.</h5>
<h6>hello world this is my 2nd tutorial hope u like it.</h6>
</body>
</html>
Learn basic html codes in very easy way
follow me on facebook:-https://www.facebook.com/CHANDAN4207/
follow me on facebook:-https://www.facebook.com/CHANDAN4207/


0 comments:
Post a Comment