Submodule 1.2: HTML on Tables
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.