HTML Paragraphs
From w3cyberlearnings
Contents |
HTML - p tag
A <p> tag uses to create a paragraph.
HTML - Syntax p tag
<p> content </p>
Note
A <p> tag by default is a single break line.
Example 1 TRY-IT
<html> <head> <title>Paragraph</title> </head> <body> <h2>Welcome to w3cyberlearnings.com</h2> <p> A Dallas based national publishing company is seeking a Web Developer. Experience needed in PHP, Adobe CS3, HTML5, SQL and XHTML. </p> <p> Your will be responsible for developing new technologies for our existing or new sites and to integrate technology into these products/features. The candidate for this position is expected to be able to deliver project initiatives on time and communicate technical decision and processes. </p> </body> </html>
Related Link
- HTML - Headings
- HTML - Paragraphs
- HTML - Line Break
- HTML - line