[Update] HTML Text : BASE FONT

To specify the overall font for your page add the <basefont> tag at the beginning of the <body> section. 
Case: The page as it looks in the program.

Hi! This is my page.

All content appears to be identical

since I just determined a basefont.

HTML: The code to create the above case.

<html>

<head>

<title>my page</title>

</head>

<body>

<basefont face="arial, verdana, messenger" size="4" color="green">

Hi! This is my page.<br>

All content looks the same<br>

since I just determined a basefont.<br>

</body>

</html>

The shading characteristic chooses the wanted shading for your content. The face characteristic chooses the wanted textual style.

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel