Curriculum
Course: HTML Basic
Login

Curriculum

HTML Basic

HTML Introduction

0/1

HTML Editors

0/1

HTML Attributes

0/1

HTML Paragraphs

0/1

HTML Formatting

0/1

HTML Comments

0/1

HTML Favicon

0/1

HTML Page Title

0/1

HTML Iframes

0/1

HTML Java Script

0/1

HTML File Paths

0/1

HTML Symbols

0/1
Text lesson

HTML Emojis Examples

🚀🚁🚂🚃🚄

HTML Emoji Transport Symbols:

💺💻💼💽💾

HTML Emoji Office Symbols:

👮👯👰👱👲

HTML Emoji People Symbols:

🐂🐃🐄🐅🐆

What are Emojis?

Emojis may resemble images or icons, but they’re actually characters derived from the UTF-8 (Unicode) character set.

UTF-8 encompasses a vast majority of characters and symbols found worldwide.

The HTML charset Attribute

For proper display of an HTML page, a web browser needs to be aware of the character set employed in the page, a detail typically indicated within the <meta> tag.

<meta charset=”UTF-8″>

If not explicitly stated, UTF-8 serves as the default character set in HTML.