The HTML Element is everything from the start tag to the end tag. HTML 5 has different kinds of HTML elements. let's study about that elements in this lessons.
EX : - <p>My first paragraph.</p>
(element content is displayed in red color)
What is a Nested Html Element?
EX : - <head>
<title>ITGEEK</title>
</head>
- <html> ➡ defines the whole document.
- <body> ➡ defines the document body.
- <h1> ➡ defines a heading.
- <p> ➡ defines a paragraph.
No comments:
Post a Comment