Review Ticket Week 4
This is a review of everything learned in week 4
HTML Experimentation
%%HTML
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a heading!</h1>
<p>This is a paragraph</p>
<p>This is another paragraph</p>
</body>
</html>
This is a heading!
This is a paragraph
This is another paragraph