Horje

Display a character with a circumflex accent

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Special Character Example</h1>

<h2>An a with a circumflex accent: a&#770;</h2>

</body>
</html>

Output should be:

Display a character with a circumflex accent




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Entities
Uploaded by:
Admin