Learn HTML Coding

Home Start Here Beginner Intermediate Resources

Start Here

Open up Notepad or TextEdit and type the following:

<html>
<head>
<title>
The title of your web page goes here
</title>
</head>
<body>
The text that you want to display goes here
</body>
</html>

Notepad Example

Save your file with an .html or .htm file extension (ex. homepage.html). Locate the file you just saved and open it. You should see the following example: homepage.html.


Michael Blackburn: Mikestr87@knights.ucf.edu
Last Updated on September 15, 2012