លំហាត់​អនុវត្តន៍
Task 1

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:

  1. when scrolling down, the table header must stick to the top of the page;
  2. when scrolling right, the first column must stick to the far left of the page;
  3. do not create your classes for styles, use pseudo-classes instead: first-child, last-child, nth-child.