This Repository will be used to understand the basics of HTML tags.
For naming conventions of different sections, tags, classes, IDs, refer w3schools, thoughtco or mozilla docs
To start with, refer w3schools for basic syntax.
It's always better to divide an HTML page into different sections using div tags and by assigning each with a unique id.
Task -
- Use basic tags like headings, paragraphs, dividers, title, body, etc.
- To implement ordered lists and unordered lists.
- Use image tags
- Make a Table with at least 3 thead tags, and a tbody which has values as "table data (td)" elements within "table row (tr)" tags