TIP: It is good practice to create a folder and save everything for your website in the same folder.
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
<font face="verdana">This is some text!</font>
<font color="red">This is some text!</font>
<font size="3" color="red">This is some text!</font>
<font size="2" color="blue">This is some text!</font>
<font face="verdana" color="green">This is some text!</font>
Adding a line across your web page
<hr/>
<hr line=70% color ="DarkBlue"/> [Change the line width and the color]