<dfn> for definitions

The <dfn> element defines a term.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
<body> 
    The <dfn title="HTML">HTML</dfn> is the mark language you can use to create web pages.
</p> 
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: