In this activity you will review HTML and create a web page.
All: Understand that CSS can be used to edit tags
Most: understand that CSS can be used to edit font styles
Some: understand that CSS can be used to design a whole web pages and websites
In this lesson you revisit HTML and create your web page using CSS.
Load the work sheet and type the code into the editor.
As an extension you can edit some of the CSS code to see the effects of the changes.
All: understand the different between ordered and unordered list
Most: understand that CSS can be used to edit the bullet style
Some: be able to edit the bullet style and indentation of each bullet
Open the task sheet and follow the instructions.
Remember to ensure that you carefully review how ordered and unordered lists are created.
All: understand that a table has 3 tags <table>, <tr> & <td> (table row and table data)
Most: understand that he <table> is a container that holds <tr>
Some: understand that <td> is always placed within the <tr>
This task reviews how tables are created using the <table>, <tr> and <td> tags.
You should be confident writing the HTML for the table on paper. It is very likely to appear in your next assessment.
All: will be able to create a table using <table>, <tr> & <td>
Most: will be able merge rows and columns using <td colspan=“?”> and <td rowspan=“?”>
Some: will be able to create table with merged rows and columns independently
This task continues from the previous activity. This time you will learn how to merge cells in tables. You should be able to write the HTML to merge rows and columns.
All: be able to change the line colour, table width and position using CSS
Most: understand that <td> refers to internal lines and table <table> refers to external lines
Some: be able to set the alignment of the table and understand how margins effect position of the table
All: be able to change the line colour, table width and position using CSS
Most: understand that <td> refers to internal lines and table <table> refers to external lines
Some: be able to set the alignment of the table and understand how margins effect position of the table