html review Flashcards
What are HTML elements?
Elements are what we use to tell the browser how we want the supplied data to be displayed.
Elements are what we use to tell the browser how we want the supplied data to be displayed are called what?
HTML elements
What is a ‘tag’?
An element consists of an opening and closing tag. The data supplied between the tags will be displayed per the instructions of the element.
How does the browser use HTML to create what I see?
The browser reads and interprets the HTML file to understand how the developer intended the data to appear on the screen.
What are the basic HTML elements?
The elements we learned about yesterday were ‘html’, ‘head’, ‘body’, ‘p’, ‘span’, ‘div’, and ‘h1’- ‘h6’