HTML PARAGRAPH TAG

HTML Paragraph tag is use to write the content or text in your web pages. To make the web page informative. There are several tags are use in paragraph tags, Like <b> , <br> and <hr> tags.

HTML Paragraph Tag With Examples

<h1>This is first heading</h1>

<P>The  Sublime Text Editor is use to create the web pages. You can  design a webpages and websites in this editor. It is a powerful editor with high performance.</p>

Output

HTML Paragraph tag

Line Change in HTML Paragraph

To change the line in HTML paragraph we use the <br> tag. It is place before the sentence.

Example:

<p>The  Sublime Text Editor is use to create the web pages. You can  design a webpages and websites in this editor. It is a powerful editor with high performance.<br>Sublime text is a light weight editor</p>

Bold Text In HTML Paragraph

To make a text bold in html paragraph we use the <b> tag.

<P>The  <b>Sublime Text Editor</b> is use to create the web pages. You can  design a webpages and websites in this editor. It is a powerful editor with high performance.<br>Sublime text is a light weight editor</p>

HTML CSS Insert Background Image

DOWNLAOD Sublime Text Editor

HTML Paragraph tag, HTML Paragraph tag

This Post Has 2 Comments

Leave a Reply