HTML Tags Flashcards
Learn HTML
input
The input tag specifies an input field where the user can enter data.
a
The a tag defines a hyperlink, which is used to link from one page to another.
article
The article tag specifies independent, self-contained content.
b
The b tag specifies bold text.
body
The body tag defines the document’s body.
br
The br tag inserts a single line break.
button
The button tag defines a clickable button.
div
The div tag defines a division or a section in an HTML document.
em
The em tag is a phrase tag. It renders as emphasized text.
embed
The embed tag defines a container for an external application or interactive content (a plug-in).
fieldset
The fieldset tag is used to group related elements in a form.
footer
The footer tag defines a footer for a document or section.
form
The form tag is used to create an HTML form for user input.
h1 - h6>
The h1 to h6 tags are used to define HTML headings.
head
The head element is a container for all the head elements. The element can include a title for the document, scripts, styles, meta information, and more.