HTML:-Diacritical mark

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Diacritical mark</title>
</head>

<body>
 <!--A diacritical mark is a "glyph" added to a letter-->
 <pre> <!--Already we seen about pre tag-->
  a (a&#768;)
  a (a&#769;)
  a (a&#770;)
  a (a&#771;)
  O (O&#768;) 
  O (O&#769;)
  O (O&#770;)
  O (O&#771;)

  </pre>

</body>

</html>  output:-
  a (à) 
  a (á) 
  a (â) 
  a (ã) 
  O (Ò)  
  O (Ó) 
  O (Ô) 
  O (Õ) 
  
  Definition:-

Diacritical marks


Uses of diacritical marks
  • Used to represent decimal and hexadecimal characters.
  • If the character does not have an HTML entity, you can use the decimal (dec) or hexadecimal (hex) reference.
  • Range: Decimal 768-879. Hex 0300-036F.
HTML:-Diacritical mark HTML:-Diacritical mark Reviewed by Network security on April 29, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.