Emojis In Html

[Solved] Emojis In Html | Shell - Code Explorer | yomemimo.com
Question : html with emoji

Answered by : harit-rai

<head>
<meta charset="UTF-8">
</head>
<body>
<h1>Your first Emoji with HTML</h1>
<p>&#128512;</p>
</body>
</html>

Source : | Last Update : Mon, 26 Jul 21

Question : Using Emojis in HTML

Answered by : naly-moslih

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h1>My First Emoji</h1>
<p>&#128512;</p>
</body>
</html>

Source : | Last Update : Sun, 29 May 22

Answers related to emojis in html

Code Explorer Popular Question For Shell