Book
Submodule 5.1: HTML on Tables
Submodule 5.1: HTML on Tables
Completion requirements
View
- The elements of a table
- Construction of a table
Exercise
Exercise
- Open your editor, create a new file and save it as
exersice05.1.01.html
in the folder "Exercises". - Modify and save the file. The browser's output should be as shown in the following table:
Skills | Difficulty | My Level |
---|---|---|
HTML | Easy | Some |
CSS | Medium | A little |
JavaScript | Hard | Zero |
You should include <thead>
and <tbody>
tags.