Grade 11 Com Prog Quarter 1 Week 4 Module 4
Grade 11 Com Prog Quarter 1 Week 4 Module 4
Grade 11 Com Prog Quarter 1 Week 4 Module 4
Department of Education
National Capital Region
DIVISION OF CITY SCHOOLS – MANILA
Manila Education Center Arroceros Forest Park
Antonio J. Villegas St. Ermita, Manila
PROGRAMMING
.NET NCIII
Grade 11
PROGRAMMING.NET
K-12 CURRICULUM
Division of City Schools-Manila
DEPARTMENT OF EDUCATION
(1st Semester)
By:
GIBSON J. OLAZO
Master Teacher II
Jose Abad Santos Senior High School
PROGRAMMING.NET
K-12 CURRICULUM
EXPECTATIONS:
Key Terminologies
Rowspan – use to combine two or more cells from the same row
PROGRAMMING.NET
K-12 CURRICULUM
LEARNING OUTCOME 1:
PROGRAMMING.NET
K-12 CURRICULUM
Tables are defined with the <table> tag. A table is divided into table
rows (with the <tr> tag), and each row is divided into data cells (with the
<td> tag). The letters td stands for "table data," which is the content of a
data cell. A data cell can contain text, images, lists, paragraphs, forms,
horizontal rules, tables, etc.
Table Attributes:
Sample Output
PROGRAMMING.NET
K-12 CURRICULUM
Based from the given output, it displays the list of student names on a
web browser. To show the border of the table we need to add border
attribute and the result is shown below.
The border
attribute with
value of 2. The
higher the value
the thicker the
border
Output
PROGRAMMING.NET
K-12 CURRICULUM
For us to increase the space within the cell, we need to use the
cellpadding attribute and it should be place before or after the border
attribute.
The cellpadding
attribute with value
of 15. The higher
the value the bigger
the space within the
cell.
Output
PROGRAMMING.NET
K-12 CURRICULUM
ACTIVITY 1.1:
Create a calendar for the month of your choice using the <table>tag.
Write your answer below.
PROGRAMMING.NET
K-12 CURRICULUM
The <table> tag is very useful to nowadays. It help us to present
our data in a row and column manner. There are different attributes used to
modify or enhance the appearance of our table such as border and
cellpadding.
What are the tags used in creating table using HTML? Write it
down give its function. Use the space below.
PROGRAMMING.NET
K-12 CURRICULUM
Direction: Debug the given code below and write the correct answer on the
space below.
PROGRAMMING.NET
K-12 CURRICULUM
PROGRAMMING.NET
K-12 CURRICULUM
References:
https://www.w3schools.com/
Acknowledgements
PROGRAMMING.NET
K-12 CURRICULUM