diff --git a/.gitignore b/.gitignore index 9daa824..2817d4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store node_modules +tmp diff --git a/modules/10-html/40-nested-tag/assets/list.png b/modules/10-html/40-nested-tag/assets/list.png new file mode 100644 index 0000000..581215d Binary files /dev/null and b/modules/10-html/40-nested-tag/assets/list.png differ diff --git a/modules/10-html/40-nested-tag/en/README.md b/modules/10-html/40-nested-tag/en/README.md index a8253a3..c260fb6 100644 --- a/modules/10-html/40-nested-tag/en/README.md +++ b/modules/10-html/40-nested-tag/en/README.md @@ -3,19 +3,14 @@ Tag nesting is an important concept in HTML. You can place more than just text b Some elements in HTML require some tags to be nested into other. For example, lists: -```html - -``` +![](../assets/list.png) -
+```html -
+``` The `