HTML – Emojis
Emojis are characters from the UTF-8 character set that look like images or icons. This is a list of Emojis and their decimal and hexadecimal codes (also see smiley emojis). Emojis are used just like HTML Entities.
Emojis are characters from the UTF-8 character set that look like images or icons. This is a list of Emojis and their decimal and hexadecimal codes (also see smiley emojis). Emojis are used just like HTML Entities.
Emojis are characters from the UTF-8 character set that look like images or icons. This is a list of smiley emojis and their decimal and hexadecimal codes.
There are three “shapes” that can be used to define the clickable areas within an ImageMap.
When a browser requests a service from a web server, the server returns a code along with the document/asset, like “404 Not Found” or “200 OK”.
There are numerous input types for a form’s input tag. Choosing the correct type can be useful in displaying the correct type of keyboard on mobile devices.
ISO country codes are used in the html tag lang attribute (see Advanced Page Setup). The first two characters are the language of the page. The last two characters are the country.
ISO language codes are used in the html tag lang attribute (see Advanced Page Setup). The first two characters are the language of the page. The last two characters are the country.
This is a quick reference list of HTML events that can be used to trigger JavaScript functions and run them on the page.
Ordered list items will be marked with numbers by default (1, 2, 3, etc.). These number types can be changed, and the starting number can be set. The numeral types can also be set using the CSS list-style-type property.
HTML text can be made bold, italicized, underlined, and more. This table shows the many options available to indicate how text should appear in the browser.
Below are two HTML templates that can be used for a basic page or a more advanced page that requires more head information and linked styles and scripts.
These are two HTML templates, one for a basic table and another for an advanced table with a header, body, and footer section, as well as a table caption.
There are three different types of HTML lists: ordered lists, unordered lists, and definition lists.
This is a quick reference list of HTML meta tags that can be placed in the head of the document.
Unordered list items will be marked with a small black dot (disc) by default. These bullet types can be changed using the following attributes. The bullet types can also be set using the CSS list-style-type property.