Beginning HTML

Parameters

Now that we've covered the basics as far as formatting text goes, you must be wondering how you change the font. The reason that I didn't include the font tag in the previous section is because it is slightly more complex. The font tag (and some others) accept parameters. In fact, the font tag doesn't do much without them.

A parameter takes the form parametername="value" and belongs in the first of the tag pair. You do not need to include the parameter again in the second of the tag pair. One of the parameters that the font tag can accept is the face parameter. This sets the font's face, such as Arial or Times New Roman. So to set the font's face to Arial, we need to use the following code:

This text is not in Arial. <font face="Arial">This text is in Arial</font>

Try pasting this into your index file, so that it reads:

<html>
<body>
This text is not in Arial. <font face="Arial">This text is in Arial</font>
</body>
</html>

Save your index.htm file and refresh your browser.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“PHP is a minor evil perpetrated and created by incompetent amateurs, whereas Perl is a great and insidious evil perpetrated by skilled but perverted professionals.” - Jon Ribbens