terms
- HTML: HyperText Markup Language, used to create web pages.
- CSS: Cascading Style Sheets, used for styling HTML elements.
- JavaScript: A programming language used to make web pages interactive.
- Tag: A markup construct that defines elements in HTML.
- Element: A combination of a start tag, content, and an end tag.
- Attribute: Additional information provided in a tag that modifies its behavior.