The <font> tag will change the font.
Example: How the output looks in the browser.
Hello! This is my First page. This local text looks different. This text looks like the first line. |
<html> <head> <title>My Page</title> </head> <body> <basefont color="green" face="arial" size="4"> Hello! This is my page.<br><br> <font color="red" face="arial" size="2"> This local text looks different. </font> <br><br> This text looks like the first line. </body> </html> |
No comments:
Post a Comment