Implement an HTML page with the content of an article. Note different styles (color and bold) in numbering and text.
Task 2
Implement an HTML page with a table. Requirements:
- when scrolling down, the table header must stick to the top of the page;
- when scrolling right, the first column must stick to the far left of the page;
- do not create your classes for styles, use pseudo-classes instead: first-child, last-child, nth-child.