Page 210 - DCAP109_GRAPHIC_TOOLS
P. 210
Unit 9: Web Designing
z NOSHADE: It specifies that the horizontal rule should not be shaded at all. Notes
z COLOUR: Set the colour of the Horizontal rule.
Example: <HR SIZE=”3" WIDTH= “50%” ALIGN=”LEFT” NOSHADE COLOR=”BLUE”>
9.3.1 Character Formatting Tags
They are used to specify how a particular text should be displayed when the user sees the
webpage. The most common character formatting tags are:
z Boldface <B></B>: displays text in BOLD
z Italics <I></I>: displays text in Italic
z Subscript <SUB></SUB>: displays text in Subscript
z Superscript <SUP></SUP>: displays text in Superscript
z Small <SMALL>: displays text in smaller font as compared to normal font
z Big <BIG>: displays text in larger font as compared to normal font
z Emphasize <EMP></EMP>: defines text that should be emphasized. Most browsers will
display it in italics. It can be nested with other tags.
Figure 9.4: Character Formatting Tags
Source: http://www.webbasedprogramming.com/How-to-use-HTML-3.2/ch5.htm
Font Colours and Size:<FONT> </FONT>
Font tag is used when we need to specify the colours, size, font of the text on the web page.
LOVELY PROFESSIONAL UNIVERSITY 203