HTML and CSS Flashcards
What does HTML stand for?
Hyper Text Markup Language
What do you need to do to share your new web page to the world?
Put the file on a web server.
Every element starts and ends with what?
Tag
The first tag in an element is called an…?
Opening tag
The tag with a slash is called a…?
Closing tag
What is the idea called that some bits of code can go inside other bits of code?
Nesting
What are the rules called that have to do with how the parts of a language can be put together?
Syntax
What is the code that tells the browser what the text on a web page should look like?
Markup
What text can have links or references?
Hypertext
What is the general term for spaces, tabs, and line breaks?
Whitespace
What does “sub” stand for?
Subscript
What does “sup” stand for?
Superscript
What is the tag for italic?
<em></em>
What is the tag for boldface?
<strong></strong>
What is the tag for line break?
<br></br>