PeterJ
8
Q:

html header

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
2
<h1>Header 1</h1>
<h2>Header 2</h2>
<h3>Header 3</h3>
<h4>Header 4</h4>
<h5>Header 5</h5>
<h6>Header 6</h6>
<p>p tag</p>
0
<header>
  <h1>Example Title</h1>
  <p>Example Subtitle</p>
</header>
1
<html> 
  <head>
  </head>
  <body>
    <h1>Hello World</h1>
  </body>
</html>
0

New to Communities?

Join the community