<html>
<html>...</html>
<head>
<head>...</head>
<title>
<title>My Page</title>
<body>
<body>...</body>
<h1> - <h6>
<h1>Heading</h1>
<p>
<p>Text</p>
<a>
<a href="url">Link</a>
<img>
<img src="img.jpg" alt="desc">
<ul>, <ol>, <li>
<ul><li>Item</li></ul>
<table>, <tr>, <td>, <th>
<table><tr><td>Cell</td></tr></table>
<form>, <input>
<form><input type="text"></form>
<div>
<div>Block</div>
<span>
<span>Inline</span>
<script>
<script>alert('Hi')</script>
<style>
<style>body {color:red;}</style>