HTML Tutorials
Basic HTML Structure
Back to Home Page Back to HTML Tutorials Home Page
Back to HTML Codes and Questions
Here is a very simple web page. Type the following html codes into a text editor such as "Notepad", save it, then look at it in your browser.
<HTML>
<HEAD>
</HEAD>
<BODY>
Hi! This is my first web page.
</BODY>
</HTML>