In notepad type the following -
<HTML>
<HEAD>
<TITLE>Welcome</TITLE>
</HEAD>
<BODY>
Welcome to My First Webpage
</BODY>
</HTML>
Go to File --> Save, and type in the file name test.html. Be sure to change the Save as type from txt to All Files(*.*) before saving your page.
Text can be formatted with a specific color, font, style, and size.
Font - although the use of the font tag is being phazed out in preference of styles, font is good for down and dirty html designing -