|
Free
computer Tutorials
|
![]() |
HOME
|
Stay at Home and Learn | |||||
|
Web Design Tutorials Text Formatting in HTML |
||||||
|
Bold, Italics, Sub/Superscript
In this lesson, we'll continue our look at the basic text formatting tags available to you in HTML
Bold TextYou can make text stand out by using the bold tag.
ItalicsThe HTML tag to make text italic is as simple as the <B> tag for bold text. With your HTML editor, do the following:
SubscriptSubscript is text that appears below normal text. Like this: 50p You can have Subscript in your HTML code quite easily. To format text as subscript using your HTML editor, do this:
SuperscriptSuperscript is text that is raised slightly above the centre. Like this 24th To format text as superscript using your HTML editor, do this:
In the next lesson, we'll take a look at the FONT tag. <-- Back One Page Move on to the Next Part --> <--Back to the Web Design Contents Page View all our Home Study Computer Courses
|