Page 63 - CA 165 ver 1.0 Class 10
P. 63
<BIG> tag can be nested to display the blocked text in bigger form. Syntax to use the <BIG> tag is as
follows:
<BIG> <BIG> Text </BIG> </BIG>
For example:
<BIG> ORANGE EDUCATION </BIG>
<BIG><BIG> ORANGE EDUCATION </BIG></BIG>
<HTML>
<HEAD> Bigger than the
<TITLE> Using BIG Tag </TITLE> previous Font Size.
</HEAD>
<BODY>
<BIG> ORANGE EDUCATION </BIG>
<BIG><BIG> ORANGE EDUCATION</BIG></BIG>
</BODY> ORANGE EDUCATION ORANGE EDUCATION
</HTML>
Lab Assignment ‘n Activity Subject Enrichment
Complete the following activities and tick on the circle.
Write HTML codes in text editor to obtain the following output:
Title of the page should be ‘USING FONT ATTRIBUTES’.
The text indicated by “A” has font face “comic sans ms” and color “teal".
Font size of text indicated by “B” should be “-1” and color should be “red”.
Font size of text indicated by “C” should be “+2”.
Using FONT Attributes
WELCOME TO THE NEW ERA OF COMPUTER TECHNOLOGY
PRESENTED BY ORANGE EDUCATION
A B
C
<BASEFONT> Tag
This is an empty tag. It is used to set the default colour, size and face type of the web pages. This tag
can be placed anywhere in the <BODY> tag of a document. The <BASEFONT> tag is supported only in
Internet Explorer 9 and earlier versions.
Introduction to HTML 61

