Saturday, 4 February 2017

Programming

HTML[HYPERTEXT MARKUP LANGUAGE]:

 

In this post we will cover about Heading and Paragraph.
for example->
<html>
<head>
<title></title>
</head>
<body>
<h1>HEADING1</h1>
<h2>HEADING2</H2>
<h3>HEADING3</h3>
<h4>HEADING4</H4>
<h5>HEADING5</h5>
<h6>HEADING6</H6>
<p>PARAGRAPH</P>
</body>
</html>
HTML is case sensitive language.If you write codes in small letters you would write whole program in small letters.if you starts code with capital letter you would have to write the whole code in capital letter.In heading tag,h1 output is large and then it rapidly decrease to h6.In paragraph tag you will have to define about the tag.Basically heading is what you write in english phrase and paragraph is what you define about that heading in english phrase.
We will cover more in next post.
Please Like and share.

No comments:

Post a Comment