Paragraph Tag

Paragraph  Tag

Paragraph Tag is used to Write Paragraph.

Syntax: 

              <p>  Write the Paragraph here </p>


Example: 


             <p> This is the Paragraph </p>



Example:


<!doctype html>
<html>
<head>
           <title> My First Web Page </title>
</head>

<body>  
            This is the body of the Web Page.


             <p>Video provides a powerful way to help you prove your point. When you click Online Video, you can paste in the embed code for the video you want to add. You can also type a keyword to search online for the video that best fits your document.
</p>


<p> Themes and styles also help keep your document coordinated. When you click Design and choose a new Theme, the pictures, charts, and SmartArt graphics change to match your new theme. When you apply styles, your headings change to match the new theme.
</p>
                         </body>
</html>



No comments:

Post a Comment

Short note of uml basic building blocks

(SHORT NOTE) Basic building blocks of UML UML(Unified Modeling Language) There are three kinds of building blocks of UML 1...