1/4
Vocabulary flashcards covering fundamental HTML concepts regarding images, attributes, and styling based on the provided lecture transcript.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
An empty HTML tag used to add an image to a web page, containing only attributes.
src Attribute
An attribute of the tag that specifies the source URL or file path of the image to be inserted into the web page.
alt Attribute
An attribute of the tag that provides a text description of the image, which is useful in case the image cannot be displayed.
CSS
Cascading Style Sheets; used to handle presentation-related styling for web page elements.
Image Element
An HTML element used to enhance the visual appearance of web pages, illustrate content, provide visual cues, and improve readability.