corona

Buy Now

COVID-19 updates

Translate into your own language

Friday

Tutorial-2 (Headings and Paragraphs)



Welcome in Tutorial-2


I hope from tutorial-1 you had easily understood about structure of Html ,if you have any confusion ask with me directly or you can comment me below.Let's starts learning something new!

Section 1: Part 2


Headings and paragraphs



Before moving into html code, firstly we should know that what is heading and what is paragraph?

Heading


As we all known that any title or topic of a document,article and chapter etc is heading , there's also subheading in which we explain our main idea or main heading into multiple steps or we can say that subheading is any of the heading in which each of the main divisions of a subject may be sub divided.Now the main thing is that how can we write heading of our program in html code, that's very easy look into the code





These html headings have six levels like h1,h2,h3,h4,h5,h6. H1 is the highest level and h6 is the least one.

Paragraphs

A paragraph is group of sentences under which we provide some brief explanations of our heading or topic and these sentences support the main idea and maintain a consistent flow.I think it's enough for your understanding that what is paragraph!. Now our task is how to write it inside the code of our website. Look into the picture below you easily understand.






Wow.. it's really very simple guys to....so why are you waiting just go and open notepad on your desktop and write headings and paragraphs for your websites put your first website content online..
Html is all about learning tags whatever we read further you will see different types of tags that are very easy to remember if practice.We can also change the styles like font-size,color,alignments of our headings and paragraphs but these all things will be discussing in CSS part of this tutorial.For today I thinks that's enough.
See you in the next tutorial!

Tutorail-3 (Multimedia)















No comments:

Introduction