HTML Midterm Module 1st Topic PDF
HTML Midterm Module 1st Topic PDF
o Language contains a variety of special characters that you can need to use particularly. If you plan to present
material in a language other than English. You can include Special Characters in HTML code by using
special tags called entities or entity reference.
o Unlike the tags you’velearned about so far, special characters aren’t neatly tucked into paired brackets (<>);
instead they always begin an ampersand (&) and ends with semicolon (;).
French/German/Spanish or Italian
aacute á aeiou
agrave à aeiou
asircimplex â aeiou
Sample Program:
<html><head><title>SPECIAL
CHARACTERS</title></head>
<body>
The following are formatted with <b7>for
boldface and <i> for italics.<br>
Sample Program
<html>
<body>
<span style='font-size:100px;'>😷</span>
<p>each for €45 </p>
<p>each for ₱150 </p>
</body>
</html>