This
is basic program of HTML for beginners. HTML allows different font size to
increase the visibility of WebPages.
Source Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> HTML Font Change </title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <h1> HTML Font Change </h1> <font size="5" > There is 5 Font Size </font></br> <font size="15"> There is 15 Font Size </font></br> <font size="105"> There is 105 Font Size </font></br> </body> </html>
well done
ReplyDelete