
HTML Basic Structure
This is the basic structure of all HTML documents. This is the simplest webpage you can create. It is an empty page with no title.
Try it out for yourself!
Cut and paste the following HTML code into the form window below and press the check it out button to see the resulting webpage.
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>Creating your own webpage
Follow these simple steps to create your own webpage and to view your created webpage in your browser.