Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html with emoji

<head>
<meta charset="UTF-8">
</head>
<body>

<h1>Your first Emoji with HTML</h1>

<p>&#128512;</p>

</body>
</html>
Comment

Using Emojis in HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>

<h1>My First Emoji</h1>

<p>&#128512;</p>

</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: html images @2x 
Html :: bootstrap div inline cards 
Html :: make all fields read only in form 
Html :: height 100% tailwind 
Html :: html select tag 
Html :: The <textarea Element 
Html :: html elements list 
Html :: js input just audio files 
Html :: aria label 
Html :: slider input 
Html :: html style tag 
Html :: html form to google sheets 
Html :: tooltip 
Html :: html acesskey 
Html :: html from submitting with out reload 
Html :: href open in new tab 
Html :: share to google plus html link 
Html :: vue icon 
Html :: how todownload exe file html 
Html :: add ruby title html erb icon 
Html :: on click drop down bootstrao 
Html :: How to insert an image in bootstrap 4 
Html :: html how to change button text 
Html :: square in html 
Html :: carousel 
Html :: popup 
Html :: simple form for add id to input 
Html :: print html table 
Html :: how to put h1 in html 
Html :: input name html 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =