This commit is contained in:
Emmanuel Srivastava
2024-11-27 10:24:47 +01:00
parent 07a9e6c81e
commit a67727e6ff
5 changed files with 102 additions and 0 deletions

39
DEV.1.2/tp1/ex2.html Normal file
View File

@@ -0,0 +1,39 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>structurage de contenu</title>
</head>
<body>
<title>Emoticons history</title>
<p lang="en">Emoticons<br /><br />
Emoticons are textual portrayals of a writer's moods or facial<br />
expressions in the form of icons. Originally, these icons<br />
consisted of ASCII art.</p>
<title>Emoticons geography and differences</title>
<p lang="en">Emoticons can generally be divided into two groups: Western (mainly<br />
from America and Europe) or horizontal; Eastern or vertical (mainly<br />
from east Asia).<br /><br />
Western
</p>
<p lang="en">
Western style emoticons are mostly written from left to right as<br />
though the head is rotated counter-clockwise 90 degrees. </p>
<p>Smiley: :&rpar; :-><br />
Tongue-tied: :&<br />
Broken heart: <\3<br />
Rose: @}->--<br />
Fish&colon; ><&lpar;&lpar;&lpar;*></p>
Eastern</p>
Eastern emoticons generally are not rotated sideways&period; They first<br />
arose in Japan, where they are referred to as kaomoji&period;</p>
</body>
</html>