What does HTML stand for?
HyperText Markup Language
What does CSS stand for?
Cascading Style Sheets
What tag is used to show an image?
<img>
What does “WWW” stand for?
World Wide Web
Who is the founder of CFL?
Chris Troy
What tag is used to make a heading?
<h1> through <h6>
What symbol is used to select a class in CSS?
. (dot)
What attribute in <img> holds the image file name?
src
What is a URL?
A website address (Uniform Resource Locator)
whats the name of the two types of classes going on?
Web basics and Python
What tag creates a link to another page or site?
<a>
What CSS property changes the text color?
color
What tag is used to embed a YouTube video or map?
<iframe>
What company created the Chrome browser?
whos the instructor for the Python class?
Elisha
What tag is used to group content together?
<div>
What does the “Cascading” in CSS mean?
Styles apply in order and can be overwritten
What attribute describes an image for screen readers?
alt
What does “http” stand for?
HyperText Transfer Protocol
whats the name of all 4 instructors?
Joandy, Miles, Dayana, Kevin
What tag is used to make a list of bullet points?
<ul> (with <li>)
What’s the difference between id and class in CSS?
id is unique; class can be reused on many elements
What does a web browser do?
Displays web pages by reading HTML, CSS, and JS
DaNeilia