What are Entities in html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewportcontent="width=device-width, initial-scale=1.0">
    <title>Entities</title>
</head>
<body>
    <p>Entities is a attribute which is use to write the spacial chracters that are not sported by the html directly or that are not present on your keyboard</p>
    <a href="https://dev.w3.org/html5/html-author/charreftarget="_blank">link to access these entities easily</a>
    <!-- this is simple attribute system and i will end there in next we will study semantics -->
    <p><strong>Thanks You!</strong></p>
</body>
</html>

1 Comments

Let us Know...!

Previous Post Next Post