![]() |
Some HTML elements will display correctly, even if you forget the end tag: |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.
<p>This is a paragraph.
</body>
</html>
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
</body>
</html>
What is HTML Elements | HTML Elements |
What is Nested HTML Elements | HTML Elements |
Why should Never Skip the End Tag HTML Elements | HTML Elements |
What is Empty HTML Elements | HTML Elements |
Why HTML is Not Case Sensitive | HTML Elements |
Example of End Tag | HTML Elements |
Correct uses Tags | HTML Elements |
What may happen if you never use end Tag? | HTML Elements |
Read Full: | HTML Elements |
Category: | Web Tutorial |
Sub Category: | HTML Elements |
Uploaded by: | Admin |
Views: | 219 |
Reffered: https://www.w3schools.com/html/html_elements.asp