|
||||||||||||
Web Services Home |
|
Text FormattingIf you had an entire web page without formatted text, it would look rather dull and boring. This is why we use text formatting tags. Some common text formatting tags are <b> and </b> for bold, <i< and </i> for italics, <u> and </u> for underlined, and <tt> and </tt> for typewriter. The <font size=n> and </font> tags also come in handy. **Putting together everything we have learned so far, you could produce an HTML document that looks like this: <html>
<head>
<body> </html> To view this web page, click here. |