Skip to content

Commit b431879

Browse files
authored
Update README.md
1 parent 44c6392 commit b431879

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

exercises/01.1-like-word/README.md

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
---
2-
tutorial: "https://www.youtube.com/watch?v=sPcd9egcDak"
3-
---
4-
5-
# `01.1` Like Word
6-
7-
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-
![01.1 Preview HTML Exercises](../../.learn/assets/01.2-Like-Word.png?raw=true)
1+
<p>HTML tags are similar to MS Word elements</p>

0 commit comments

Comments
 (0)