Main Menu
Multiwingspan Home Page
Multiwingspan Games
Gnasher @ Multiwingspan
Multiwingspan Calendar
Multiwingspan Clock
About Multiwingspan
Programming
Visual Basic 6.0 Guide
Visual Basic 6.0 Examples
Turbo Pascal Guide
SWI Prolog Guide
Visual Basic 2005 Guide
Structured Query Language
Web Design
HTML Design Tasks
Introduction To HTML
Introduction To CSS
Introduction To Javascript
Notes
AS/A2 Level Computing

HTML Guide
More Formatting

Other tags which modify text


Open tag Close tag Effect
<b> </b> text displayed in bold
<i> </i> text displayed in italics
<br> none starts a new line
<u> </u> underlines
<p> </p> marks a paragraph

Exercise 3

Create a web page which uses all of the tags that you have met so far. The title should be your name and should be followed by a paragraph about yourself. Use a range of formatting tags to ensure that you can see the effect of all of the tags in your browser.

Return To HTML Guide || Return To Homepage