際際滷

際際滷Share a Scribd company logo
10x10 Presentation


   By David Quach
Paragraph

<p> tag defines a
 paragraph
function
Browsers automatically add some space (margin)
  before and after each <p> element.
Possible Atrributes
Example

<body>

<p>This is a paragraph</p>
<p>This is another paragraph</p>
</body>
Example 2
<html>
<head>
<title>hi</title>
</head>
<body>
<h1>Welcome</h1>

<p>This is a my website<p>   
</body>
</html>
Screen shot of index.html
How it looks
Reference
http://www.w3schools.com/html/html_paragra
  phs.asp

More Related Content

Presentation10x10