HTML
CSS
HTML Tags
Random 1
Random 2
100

What is the tag used to make a paragraph?

<p>

100

What is the main purpose of CSS?

To style a website 
100

What is the tag for "paragraph" in html?

<p>

100

What are the 3 coding languages we are learning in this program?

HTML, CSS, JavaScript

100

What does HTML stand for?

HyperText Markup Language

200

What is the heading tag?

<h1>

<h2>
etc...

200

Which of the following can you change with CSS? (Say all that apply)

1. Text Color

2. Image Displayed

3. Text Animation 

4. Text Font

5. Background Color

1. Text Color

4. Text Font

5. Background Color

200
What is the difference between an opening & closing tag?

Opening: <Text>

Closing: </Text>

200

What should you copy as the image source to place in an HTML document?

The link address/image address 

200

What is the 3rd most popular computer language in the world?

Javascript

300

What is the difference between an HTML opening tag and a closing tag?

Closing tag has a '/'


300

What does CSS stand for?

Cascading Style Sheets

300

What does <h1> mean?

Heading 1 (the largest heading)

300

What is the function and where does the header, footer and navigation bar display?

  • <header>: Stores the starting information about the web page.
  • <footer>: Represents the last section of the page.
  • <nav>: The navigation menu of the HTML page. Displays usually at the top.
300

What is the main purpose of JavaScript?

Adding interactivity and dynamic features to web pages

400

What is the main purpose of HTML?

Create the structure & text of a website

400

Come up a selector that would select a class?

What is .class

400

What is the <div> tag used for?

Sectioning out or dividing sections in an HTML document

400

What does CSS stand for?

Cascading Style Sheets

400

Name 5 tags you have learned about in HTML
(What typically is found between < >)

<p>

<h1>

<div>

<img> 

<ul>

<body>

500

What does HTML stand for?

HyperText Markup Language

500

What is one of the 3 ways we can implement CSS in a webpage?

External CSS

Internal CSS 

Inline CSS

500

What does src= mean?

The source for something (like the address of the image you want to display)

500

What makes up an HTML element?

A tag and the content between it

500

What year was CSS first published?

1996