Click Here to view Result after edited
Return to html tutorial by example
<html> <head> <title> Font style font face </ title> </ head> <body> <p> following paragraph is using arial fonts, and the second is using courier font used in the third paragraph is verdana fonts. </ P> <p> <font face="arial" /> arial courier verdana </ font> </ p> = <p> <font face "courier" /> arial courier verdana </ font> </ p> <p > <font face="verdana" /> arial courier verdana </ font> </ p> </ body> </ html>