APL/HTML/TP02/exercice4.html
2021-12-02 21:35:26 +01:00

25 lines
1014 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Emoticons</title>
<link rel="stylesheet" href="exercice4.css">
</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>