Week 1 - Learning the basics of HTML
HTML documents have a basic structure that includes elements like DOCTYPE, html, head, and body.
<!DOCTYPE html>
<html>
<head>
<title>Document Title</title>
</head>
<body>
Content goes here
</body>
</html>
This is a paragraph. HTML paragraphs are defined with the p tag.
This is another paragraph with a
line break inside it.
This is a link to example.com.
This is a link to our About page.
Bold text using strong.
Italic text using em.
Highlighted text using mark.
Small text using small.
Deleted text using del.
Inserted text using ins.
Subscript: H2O
Superscript: 23 = 8