You are on page 1of 2

Paragraphs: paragraphs.

html
!
!
!
<!doctype html>

<html>

<head>

<title>My First Website</title>

!
<meta charset="utf-8" />

<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="description" content="A jouney of a thousand miles begins with a


single step." />

!
!
</head>

!
<body>

!
<h1>My First Website</h1>

<p>This is some content which I want to appear on<br />two lines.</p>

<p>This is a second paragraph with a neat horizontal ruled line


underneath.</p>

<hr>

!
</body>

</html>

!
!
!
!

You might also like