Creator of the World Wide Web
Who is Tim Berner's Lee?
The meaning of CSS
What are Cascading Style Sheets?
The address of a website
What is a URL?
The things you need to start and end a line of code
What are opening and closing tags?
CSS defines this element of the web.
What are looks/feel/cosmetics/aesthetics?
A community of sharing and development in coding.
What is Open Source?
You need this in order to have a home for your website and all of its files.
What is a Host?
This is what you need in order to style a specific element.
What is a selector?
The top part of the web page visible to the user when they land on a page before they scroll.
What is Above the Fold?
This is the filename the first page of your website should always have.
What is index.html?
The area of content between two Curly Brackets when styling in CSS.
What is a Declaration?
The ability of a website to be used by people with disabilities.
What is Accessibility?
This set of five tags and attributes is required to declare that the document is HTML5, and serves as the basic skeleton for a standard webpage. (Open tags only)
What is:
<!DOCTYPE html><html><head><title><body>
The display type for aligning content vertically and horizontally in a container.
What is a Flex/Flexbox?
This converts IP addresses into Domain Names.
What is a Domain Name System?