C & G web

Paragraph

<p> begins a paragraph.

Paragraph tags are the most ubiquitous and user-friendly of all the HTML tags. Inserted at the beginning of each paragraph, the <p> tag skips a line before each block of text. There's no need to close off the <p> tag with a </p>; it's implied when you go on to the next tag.


Example - Paragraph

The document content goes here

The document content goes here

The document content goes here

The document content goes here

The document content goes here

The document content goes here

The document content goes here

The HTML

<html>
<head>
	<title>The document title goes here</title>
</head>

<body>
	
	<p>The document content goes here
		
	<p>The document content goes here
		
	<p>The document content goes here
		
	<p>The document content goes here 
		
	<p>The document content goes here
		
	<p>The document content goes here
		
	<p>The document content goes here

</body>
</html>
		

The <p> (paragraph) tag both forces a blank line and then starts a new line.

Previous page...

Back to Top of Page

Computeach International Ltd

Christopher Ward London Limited

Christopher Ward London Limited