Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Republic of the P hilippines

Department of E ducation
N a t i o n a l C a pi t a l Re g i o n
Sc h o o l s D i v i s i o n O f f i c e o f Las Pi ñ a s C i t y

WORKSHEETS ICT (TLE) 10


FOURTH QUARTER

NAME: ________________________________________ PERFORMANCE TASK


SECTION:_____________________________________
 Identify the HTML table tags and its use
WEEK 7 DIRECTION: WRITE THE OUTPUT OF THE
 Identify the HTML table tags and its uses MULTIPLE FOLLOWING HTML PROGRAM
CHOICE. Write only the letter of the correct answer.
<!DOCTYPE html>
________1. The number of ways HTML offers for <html>
specifying lists of information. <head>
A. one B. two C. three <title>BTS Members</title>
________ 2. This will list items using plain bullets </head>
A. <dl> B. <ol> C. <ul>
________ 3. This will use different schemes of numbers to <body>
list your items.
A. <dl> B. <ol> C. <ul> <ol>
________ 4. This arranges your items in the same way as
<li>Kim Taehyung</li>
they are arranged in a dictionary.
<li>Jungkook</li>
A. <dl> B. <ol> C. <ul>
<li>Jimin</li>
________ 5. Which type will produce the following result?
<li>Kim Seok jin</li>
<li>Suga</li>
<li>RM</li>
<li>Jhope</li>
A. circle B. disc C. square </ol>
________ 6. Which type will produce the following result? </body>
</html>

OUTPUT:

A. circle B. disc C. square


_______ 7. Which type will produce the following result?

A. circle B. disc C. square


_______ 8. The type of list that put your items in a
numbered list instead of bullet
A. <dl> B. <ol> C. <ul>
_______ 9. The list element tag
A. <dl> B. <li> C. <ol>
_______10. The ordered list type for lower case numerals
A. <a> B. <i> C. <l>

You might also like