Saturday, 21 July 2012

Widgets

How to Add Paragraph, New Line and Headings in HTML Page

Today I will tell you about three basic thing regarding to HTML. These are paragraph, new line and headings.
As you now the paragraph is the distinct section of the writing. When you are typing in HTML editor, and you want to write new paragraph then the Enter key will never work for HTML. Similarly, if you want to write something in new line then also the same case.
Headings are, you can say, the title of any paragraph. So lets further proceed and learn that how you can put a new Paragraph, Line, and Headings in the HTML.

Paragraph:


To put a new paragraph use the following coding in HTML:
<p> Your Paragraph Here </p>

New Line:


If you want to write something in new line then you have to write:
<br> Your New Line
(No need to close the <br> tag)

Headings:


To put headings in HTML use the following format if you have more than 1 headings:
<h1> First Heading</h1>

<h2> Second Heading</h2>

<h3> Third Heading</h3>

SHARE THIS POST   

Author: Muhammad Faheem Usama
Muhammad Faheem Usama is a professional blogger, web designer/ developer and Founder of BHD. He belongs to Read More →

0 comments :