Horje

Display a character with a grave accent

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

<h1>HTML Special Character Example</h1>

<h2>An a with a grave accent: a&#768;</h2>

</body>
</html>

Output should be:

Display a character with a grave accent




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