Download as pdf or txt
Download as pdf or txt
You are on page 1of 26

<html> <head> <body> <h>

<h1>Closing and opening tags are cool</h1>

<!DOCTYPE html> <!DOCTYPE html>

<html> </html>
<head> </head>

<title> </title>
<head>
</head>
<body> </body>

<body> </body>
<!DOCTYPE html>
<html>
<head>
<title>A title</title>
</head>
<body>
Hello World
<body>
<html>

<h1> </h1>

<h2> </h2>

<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6>
<p> </p>

<br />

<hr />
<b> </b>
<i> </i>

<p> </p>
</b>

<b>fox</b>
<!-- This is a comment tag -->
<p align = “center”>The quick brown fox</p>

<p> <h1> <h6>

<center><p>The quick brown fox</p></center>


<font>
</font>

<p> <h*>
<p> <h*>

<p><font color = “red”>Paragraph text</font></p>

<p> </p>
<font> </font>
<font>

<font>

<font>
<hr />
<body background=”w3s.png”>
<html>
<head>
<title>Critical information</title>
</head>
<body>
<center>
<h1>Hello World!</h1>
<p>A «Hello World!» is any computer program that
outputs the text «Hello World!» to the user.</p>
<p>Since this is a relatively easy task, it is often

<h2>History</h2>

beginner›s program in a book from 1972 called <i>A


Tutorial Introduction to the Language B</i>.</p>
</center>
</body>
<h2>Challenges</h2>

strange and funny ways to code “Hello World”, or to create


it on strange devices, such as calculators.</p>
</html>
<ul> </ul>
<ol> </ol>
<li> </li> <li> </li>
li> <ul>

<ul> <ol> </ul> </ol>


<a href=“http://www.facebook.com”>This is the link</a>
<a></a>

<a href=”http://www.google.co.za target = “_blank”>Go to Google</a>

You might also like