DEV/DEV1.2/TP01/exo2.html

44 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2024-12-02 09:38:04 +01:00
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="description" content="ma première page">
<meta name="keywords" content="html,but info Fontainebleau, ressource R1.02">
<meta name="author" content="Mathis Moogin">
<title>exo2</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).</p>
<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: :) :-></p>
<p>Tongue-tied: :&</p>
<p>Broken heart: <\3</p>
<p>Rose: @}->--</p>
<p>Fish: ><(((*></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: (>_<)</p>
<p>Sad: ("_")</p>
<p>Cat: (=^·^=)</p>
<p>Headphones: ((d[-_-]b))</p>
<p>surprised: (°-°)</p>
</body>
</html>