Activity 18: Research HTML
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> f...
rodelcalda.hashnode.dev10 min read