w3schools has a whole section on it, but it's more efficient and common to use CSS for changing font format because CSS is all about presentation
Hello, Per http://www.w3schools.com/html/html_fonts.asp the font tag is depreciated in html4 and removed from html5. So you should probobly use css to format your fonts: I'm not sure exactly what you need but I found a few good tutorials on fonts in css Here is the first one I found: http://www.yourhtmlsource.com/stylesheets/csstext.html Here is an example of css for adding properties to your font: I can be a p, div or what ever you need: p {font-weight: bold; font-style: italic; font-size: .9em; line-height: 1.2; font-family: Verdana, Arial, Helvetica, sans-serif; }
just simple use this <font face="Bookman Old Style, Book Antiqua, Garamond">This paragraph has had its font...</font> u can add any font style or font face in this