Total Tayangan Halaman

Selasa, Mei 16, 2017

Paragraphs


The <p> Element
To create a paragraph, simply type in the <p> element with its opening and closing tags:
<html>
<head>
<title>first page</title>
</head>
<body>
<p>This is a paragraph. </p>
<p>This is another paragraph. </p>
</body>
</html>
The result:


Single Line Break
Use the <br /> tag to add a single line of text without starting a new paragraph:

<html>
<head>
<title>first page</title>
</head>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph. </p>
<p>This is <br /> a line break </p>
</body>
</html>



Tidak ada komentar:

Posting Komentar