HTML – Data Attributes
The data tag provides both a machine-readable value for data processing via scripting, and a human-readable value. These are its attributes.
The data tag provides both a machine-readable value for data processing via scripting, and a human-readable value. These are its attributes.
The del tag defines text that has been deleted from a document. These are its attributes.
The details tag specifies additional information that the user can open and close on demand. These are its attributes.
The dialog tag defines a box or small window often used to create popup dialogs and modals on a web page. These are its attributes.
The li tag defines a list item used inside ordered lists (ol). These are its attributes.
The marquee tag has a number of attributes that can be applied to alter the look and behavior of the marquee.
The ol tag defines an ordered list which can be numerical or alphabetical. These are its attributes.
The q tag defines a section of text that is quoted from another source and may need to stand out on its own to some extent. These are its attributes.
The time tag is used for displaying the human readable date and time. These are its attributes.
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.
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.
There are three different types of HTML lists: ordered lists, unordered lists, and definition lists.
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.
UTM parameters are a set of tags added to the end of off-site, incoming URLs to see where the visitor came from when arriving at your site.
A phone number listed on the page can be turned into a clickable link using the HTML a tag.
CSS can be used to style HTML text by changing the font, color, size, weight, spacing, alignment, and more.
There are many ways to apply a font to the text on your site, including the use of web-safe fonts, custom fonts, and Google fonts.
Font Awesome is a collection of icons that can be used on the page for many purposes including, menu items, list bullets, download icons, etc.