HTML Flashcards
1
Q
HTML
A
HyperText Markup Language
2
Q
Elements
A
Define the structure and content of objects within a page.
Ex: <a>, <p></a>
-its what’s INSIDE the “<>”</p></a>
3
Q
Tags
A
Use of less-than and greater-than angle brackets surrounding an element creates a tag.
Ex: Opening Tag: <div>
Closing Tag </div>
4
Q
Attributes
A
Provide additional info. about an element.