Skip to content Skip to sidebar Skip to footer

HTML Paragraphs tag

HTML Paragraph Tag:-
    Before start to write a paragraph on the webpage, should need to put the <p> tag and when the paragraph is end close the tag(</p>). Then the webpage can identify paragraph and it will apply the paragraph style.

Syntax:-
<p> Write down the paragraph here------------
-------------------------------------------------------
-------------------------------------------------------</p> 



Example Program:- (Editor)



Output:-








Advertisement


Screen Shots:-
Paragraph tag


Post a Comment for "HTML Paragraphs tag"