Horje

Display a character with a tilde

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

<h1>HTML Special Character Example</h1>

<h2>An o with a tilde: o&#771;</h2>

</body>
</html>

Output should be:

Display a character with a tilde




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