HTML Code Flashcards
What is “<em></em>” ?
The “Emphasis” HTML element. Emphasizes text inside.
What does HTML stand for?
HyperText Markup Language
What is “<li>” ?</li>
The “List Item” HTML element. Creates list items in ordered or unordered lists.
What is “” ?
The “Video” HTML element. Embeds a media player for video playback.
What is “src” ?
The “src” HTML attribute. Contains the URL to an image or to a video.
What is “controls” ?
The “controls” HTML attribute. Gives a display of video controls in media players.
What is “<ol></ol>” ?
The “Ordered List” HTML element. Creates a list of items in sequential numbered order.
What is “<div></div>” ?
The “Division” HTML element. Can contain “flow content” and is used as a container that divides an HTML document into sections.
What is “<br></br>” ?
The “Line Break” HTML element. Creates a line break in text.
What is “<img></img>” ?
The “Image” HTML element. Embeds imaged in documents.
What is “<h1>—” ?</h1>
The “Heading” HTML elements. Gives 6 different levels to change the heading of text.
What is “<p></p>” ?
The “Paragraph” HTML element. Contains and displays a block of text.
What is “<ul></ul>” ?
The “Unordered List” HTML element. Creates a list of items all noted by bullet points.
What is “id” ?
The “id” HTML attribute. Allows denoting of unique identifiers for other use.
What is “style” ?
The “style” HTML attribute. Allows the changing of different aspects when used accordingly.