From c8cd1addc9cfabb3ee28d83c3523c22beefaa1f7 Mon Sep 17 00:00:00 2001 From: "Bikash Daga (Jain)" <95040719+bikashdaga@users.noreply.github.com> Date: Fri, 5 Aug 2022 16:48:38 +0530 Subject: [PATCH] Added one Useful Link Have Added Scaler Topics HTML Tags Page under HTML Tag Structure. Kindly Please check the suggested changes. Hope this contribution helps! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb473e8..d464372 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Here's some lists of tags if you really care to see all of them at this point: * [HTML Dog Tag List](http://www.htmldog.com/reference/htmltags/) * [W3Schools Tag List](http://www.w3schools.com/tags/default.asp) * [Quackit HTML Tag List](http://www.quackit.com/html/tags/) + * [Essential used HTML tags](https://www.scaler.com/topics/html/html-tags/) So, if you look at our example, you can also put tags inside other tags (like we did with the `` tags inside the `<head>` tags). This is called *nesting* elements. In this case, we would say that the `<head>` *contains* the `<title>`. Sometimes when you have a lot of nested tags, it's hard to keep track, so you have to format your code with spacing, as shown. Typically, inner tags are spaced more than their outer tags (just as `<title>` is indented further than `<head>`).