Codemoji Vocabulary Cards For HTML Tags

The Codemoji HTML Tags vocabulary cards for educators, parents and students. The HTML vocabulary cards are designed to be a fun way to learn new HTML coding vocabulary. The vocabulary cards can be printed and downloaded for use in the classroom or at home. These HTML vocabulary cards can be used as a supporting resource for the HTML Beginner Course and the HTML intermediate Course.

Click here to download all HTML Vocabulary Cards at once in PDF format.


HTML Tag

HTML Tag Download

Hypertext Markup Language tag based programming language

Head tag Vocabulary Card

Head Tag Download

The head element can include a title for the document, scripts, styles, meta information, and more.

title tag vocabulary card

Title Tag Download

The title tag is required in all HTML documents and it defines the title of the document.

Body tag color vocabulary

Body Tag Download

The body element contains all the contents of an HTML document, such as text, hyperlinks, images, etc.

h1 tag vocabulary card

H1 Tag Download

H1 defines the most important heading. H6 defines the least important heading.

paragraph tag vocabulary card

Paragraph Tag Download

The p tag defines a paragraph.

 Span tag vocabulary card

Span Tag Download

The span tag is used to group inline-elements in a document.

quote tag vocabulary card

Quote Tag Download

The HTML blockquote element defines a section that is quoted from another source.

strong tag vocabulary card

Strong Tag Download

The strong tag is a phrase tag. It defines important text.

I-tag-vocabulary card

I Tag Download

The i tag defines a part of text in an alternate voice or mood. The content of the i tag is usually displayed in italic.

Image tag vocabulary

Image Tag Download

The img tag has two required attributes: src and alt.

 a tag vocabulary card

A Tag Download

The a tag defines a hyperlink, which is used to link from one page to another.

Audio tag vocabulary

Audio Tag Download

The audio tag defines sound, such as music or other audio streams.

Video tag vocabulary

Video Tag Download

The video tag specifies video, such as a movie clip or other video streams.

map tag vocabulary

Map Tag Download

The map tag is used to define a client-side image-map. An image-map is an image with clickable areas.

br tag vocabulary

BR Tag Download

The br tag inserts a single line break. The br tag is an empty tag which means that it has no end tag.

Div tag vocabulary

Div Tag Download

The div tag defines a division or a section in an HTML document.

 List tag vocabulary

List Tags Download

An unordered list starts with the ul tag. Each list item starts with the li tag.