Submodule 5.1: HTML on Tables
Exercise
Exercise
- Open your editor, create a new file and save it as
exersice05.1.01.htmlin 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.