Book
Submodule 1.2: HTML on Tables
Submodule 1.2: 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
exersice01.2.01.htmlin the folder "advanced". - 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.