APL/HTML/TP01/Exercice2.html

24 lines
967 B
HTML
Raw Normal View History

2021-11-30 15:06:27 +01:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Emoticons</title>
</head>
<body>
<h1>Emoticons</h1>
<p>Emoticons are textual portrayals of a writer's moods or facial
expressions in the form of icons. Originally, these icons
consisted of ASCII art.</p>
<p>Emoticons can generally be divided into two groups: Western (mainly from America and Europe) or horizontal; Eastern or vertical (mainly from east Asia).
<h2>Western</h2>
<p>Western style emoticons are mostly written from left to right as though the head is rotated counter-clockwise 90 degrees.</p>
<p>Smiley: :) :-&gt;<br>Tongue-tied: :&amp;<br>Broken heart: &lt;\3<br>Rose: @}->--<br>Fish: &gt;&lt;(((*&gt;</p>
<h2>Eastern</h2>
<p>Eastern emoticons generally are not rotated sideways. They first arose in Japan, where they are referred to as kaomoji.</p>
<p>Troubled: (&gt;_&lt;)<br>Sad: (&quot;_&quot;)<br>Cat: (=^·^=)<br>Headphones: ((d[-_-]b))</p>
</body>
</html>