What does mean
tag?
What does mean
An HTML page consists of many different elements, which are created using tags.
A few HTML tags are:
<html>
<head>
<body>
<link>
<meta>
<style>
<title>
<script>
<header>
<footer>
<article>
<section>
<h1> to <h6>
<nav>
among many others!
Here’s the anatomy of an HTML element:
Other terms used to describe parts of an element:
opening tag => OPENTAG
ending tag => ENDTAG
enclosed text content => TEXT NODE
< => LEFT CARAT
> => RIGHT CARAT
/ => CLOSING SLASH
p => NODE TYPE
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.