'p' Example : p « HTML Tag Reference « HTML CSS Reference






'p' Example

    
<html>
<head>
<title>p element example</title>
</head>
<body>
    <p align="center">This is the first paragraph.</p>
    <p align="center">This is the second paragraph.</p>
    <p align="center">This is the third paragraph.</p>

    <p align="left">This is the third paragraph.</p>
    <p align="right">This is the third paragraph.</p>

</body>
</html>
    
      
      








Related examples in the same category

1.'p' Syntax and Note
2.'p' HTML Attributes
3.'p' Event Handlers
4.'p' CSS Attributes and JavaScript Style Properties
5.'p' Microsoft Behaviors
6.'p' Microsoft Filters
7.'p' JavaScript Properties
8.'p' JavaScript Methods
9.'p' JavaScript Collections
10.'p' JavaScript Objects