When making bulleted lists you have what options?
Disc, circle, square
Triangle , square, circle
Square, disc, polygon
None of these
Which one is correct?
< b > Click Here < b >
< Strong . Click Here < strong >
< b > Click Here < / b >
< / strong > click here < / strong >
Choose the correct HTML tag to make a text italic.
< italic >
< i >
< italicise >
All of these
Which attribute is not vaild for < BODY > tags?
Back ground
Color
Vlink
Left margin
How can you make a text appear bold?
< b > text < / b >
< strong > text < / strong >
Both ( a ) and ( b )
Neither
Interpret this statement:
It makes Michelle strong
It highlights Michelle as being strong
It will print out Michelle in bold font
It will print strong Michelle/ strong
Choose the correct HTML tag to make the text bold.
< B >
< BOLD >
< STRONG >
Both ( a ) & ( c )
Besides, < B > another way to make text bold is what ?
< strong >
< dark >
< fat >
foot
Which HTML tag would you apply the bgcolor attribute to in order to change the background color of the web page?
< html >
< head >
< body >
< p >
Background attribute of < BODY > is used to
give background color to web page.
load an image and use it as a background when displaying webpage.
insert an image within web page.
none of these.