0% found this document useful (0 votes)
88 views

Techno: Challenge Accepted

Uploaded by

Claire Asagra
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

Techno: Challenge Accepted

Uploaded by

Claire Asagra
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

TECHNO HTML

ASSESSMENT

CHALLENGE ACCEPTED
Formatting Websites

OBJECTIVE TEST

IDENTIFICATION: Read the questions carefully and write your answers on the blank spaces provided.

1 What do you call the tags that are used to format output?

___________________________________

2 What is the html tag that defines bold text?


___________________________________

3 What is the html tag that defines italic text?

___________________________________

4 Mickey wants to change the font size of his text “Hello” to font size 3, what code does he needs
to insert on his website?

___________________________________

5 Bert is setting up a website for his new business, he needs to change the font color of
“chocolate” to brown, what code does he needs to insert on his website?

___________________________________

6 Frodo has a homework on his computer class, part of it is that he needs to change the font of his
name to font size 4 and change the color to gold, what code does he needs to insert on his
homework?

___________________________________

7 Nikki is thinking of how she can make the text of her name bold and italic, what code does she
needs to insert?

__________________________________

© 2012 TechnoKids Philippines | 1


TECHNO HTML
ASSESSMENT

CHALLENGE ACCEPTED
Formatting Websites

8 Miss Hudson thinks that there is something wrong with this code in her html file
<fontcolor=”red>Love is blind<font>, what do you think if correct code?

_________________________________

9 Nikka doesn’t know what to put in her code to align the heading text which is “About my life” to
the left, what is the code to align the heading to the left? (She makes use of heading 1 - <h1>)

_________________________________

10 What is the code to make the font color green (use the text “green”)?

________________________________

© 2012 TechnoKids Philippines | 2


TECHNO HTML
ASSESSMENT

CHALLENGE ACCEPTED
Formatting Websites

ANSWER KEY

INDENTIFICATION:

1. Formatting tags
2. <b> and </b>
3. <i> and </i>
4. <font size = "3">I love you</font>
5. <font color = "brown">chocolate</font>
6. <font size = "4" color="gold">Frodo</font>
7. <b><i>Nikki</i></b>
8. <font color = "red">Love is blind</font>
9. <h1 align = “left”>About my life</h1>
10. <font color = "green">green</font>

© 2012 TechnoKids Philippines | 3

You might also like