HTML dfn Tag

PHOTO EMBED

Tue Feb 08 2022 09:16:43 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javasc #java #php #sass

<!DOCTYPE html>
<html>
<head>
    <title>Example of HTML dfn tag</title>
</head>
<body>
    <p>The <dfn title="Hyper Text Markup Language">HTML</dfn> is the publishing language of the World Wide Web.</p>
</body>
</html> 
content_copyCOPY

https://elementtutorials.com/ref/dfn.html