You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML was initially created with the purpose of publishing documents, that is why its `<tags>` are similar to the typical elements you see in a document:
8
-
9
-
| Tag name | Use case |
10
-
| -------- | -------- |
11
-
|`<p>`| To add paragraphs |
12
-
|`<strong>`| Text in bold (stronger) |
13
-
|`<h1>`| Heading with the most importance (bigger) |
14
-
|`<h2>`| Heading with the second importance (smaller) |
15
-
|`<a>`| Links or anchors |
16
-
|`<ul>`| Unordered Lists (Just the bullets) |
17
-
18
-
## 📝 Instructions:
19
-
20
-
1. Please add a `<p>` tag to your website that says: `HTML tags are similar to MS Word elements`.
21
-
22
-
## 💻 Expected Result:
23
-
24
-

0 commit comments