From b431879bd7a63a3f9f269bcdeb0c1ee451edf7ca Mon Sep 17 00:00:00 2001 From: danipadi13 <159074064+danipadi13@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:59:38 +0100 Subject: [PATCH] Update README.md --- exercises/01.1-like-word/README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/exercises/01.1-like-word/README.md b/exercises/01.1-like-word/README.md index 99d175c3..01050cc7 100644 --- a/exercises/01.1-like-word/README.md +++ b/exercises/01.1-like-word/README.md @@ -1,24 +1 @@ ---- -tutorial: "https://www.youtube.com/watch?v=sPcd9egcDak" ---- - -# `01.1` Like Word - -HTML was initially created with the purpose of publishing documents, that is why its `` are similar to the typical elements you see in a document: - -| Tag name | Use case | -| -------- | -------- | -| `

` | To add paragraphs | -| `` | Text in bold (stronger) | -| `

` | Heading with the most importance (bigger) | -| `

` | Heading with the second importance (smaller) | -| `` | Links or anchors | -| `
    ` | Unordered Lists (Just the bullets) | - -## 📝 Instructions: - -1. Please add a `

    ` tag to your website that says: `HTML tags are similar to MS Word elements`. - -## 💻 Expected Result: - -![01.1 Preview HTML Exercises](../../.learn/assets/01.2-Like-Word.png?raw=true) +

    HTML tags are similar to MS Word elements