Instructions:
-
Basic HTML Elements:
-
Write an HTML document and use the following:
-
Headings: Add headings like <h1>, <h2>, <h3>, etc.
-
Paragraph: Use <p> for text blocks.
-
Lists:
-
Unordered List: Use <ul> for bullet points.
-
Ordered List: Use <ol> for numbered lists.
-
-
Table: Add a table with <table>, <tr>, <th>, and <td>.
-
Form
-
Div
-
Images
-
canvas
-
video
-
youtube
-
drag and drop
-
-
-
-
Semantic HTML:
- Use meaningful tags like <header>, <footer>, <article>, <section>, and <nav> to organize your web page.
Task:
-
Practice on your machine and document your code on hashnode.
-
Remember the following text:
-
No CSS, just HTML.