A paragraph consists of one or more sentences that form a self-contained unit of discourse. The start of a paragraph is indicated by a new line
Text is easier to understand when it is split up into units of text. For example, a book may have chapters. Chapters can have subheadings. Under each heading there will be one or more paragraphs.
<!DOCTYPE html>
<html>
<head>
<title>Pag43-44</title>
</head>
<body>
<h1>Heads and Paragraphs</h1>
<h1>Testing Size</h1>
<h2>Testing Size</h2>
<h3>Testing Size</h3>
<h4>Testing Size</h4>
<h5>Testing Size</h5>
<h6>Testing Size</h6>
<p>A paragraph consists of one or more sentences
that form a self-contained unit of discourse. The
start of a paragraph is indicated by a new line</p>
<p>Text is easier to understand when it is split up
into units of text. For example, a book may have
chapters. Chapters can have subheadings. Under
each heading there will be one or more paragraphs.</p>
<h2>CODE</h2>
</body>
</html>
Next Page