Add information to the second paragraph. (#25187)

This commit is contained in:
UrszulaSury
2018-12-03 19:41:43 +01:00
committed by Christopher McCormack
parent fdd01990fd
commit 226de565f1

View File

@ -36,6 +36,7 @@ HTML5 introduced a host of semantic elements. As discussed, HTML provides meanin
</body> </body>
</html> </html>
``` ```
In HTML tags come in pairs, as seen above. The first tag in a pair is called the *start tag* or the *opening tag*,and the second tag is called the *end tag* or the *closing tag*. The later comes with a forward slash, which is inserted before the tag name.
!DOCTYPE html: Defines this document to be HTML5 !DOCTYPE html: Defines this document to be HTML5