HTML TAGS
PROGRAMMING OVERVIEW
GENERAL QUESTIONS
Website Analysis
CSS Design
100

Which tag is used for regular text?

< p >

100

What are the three languages of the web?

HTML, CSS, and javascript

100

HTML code is located in which tag? 

a) <index>

b) <style>

c) <script>

d) <body>

<body> 

100

Which tags are used for element #5?

<ul> and <li> 

100

To set an h1 element to the center, we will use align: center;

False

100

Which tag is used for a title?

h1

100

True or False: HTML, CSS, and Javascript are all Front-end development languages

True

100

What is the acronym for Cascading Style Sheets?

CSS

100

Which tag is used for Element #1?

<h1> 

100

True or False: Multiple HTML elements can be accessed by ID

False

200

What does the < li > tag do?

Make a bullet

200

What is Javascript used for?

Making animation and content look appealing to the user

200

What is the acronym for Hypertext Markup Language?

HTML

200

Which tag is used for Element #2

h2

200

True or False: Multiple HTML elements can be accessed by a class

True

300

Which of the following is a comment in HTML? 

a)  < !-- This is a comment   -- >

b) #This is a comment

c) .This is a comment

d) */ this is a comment */

< !-- This is a comment   -- >

300

What is HTML used for?

Making tags and adding content 

300

CSS code is located in which tag? 

a) < style > 

b) < body >

c) < index >

d) < script >

< style >

300

Which tag is used for element #3

<strong>

300

True or False: when referencing element with a tag in CSS (i.e. h1 { } ) this influences all elements with that tag

True 

400

Which tag can be used to bold a text? 

a) < strong >

b) < bullet > 

c) < bold > 

d)  < green >

a) < strong >

400

What is CSS used for?

Making content look nicer

400

Javascript code is located in which tag? 

a) <main>

b) <style>

c) <body>

d) <index>

<style>

400

Which tag is used for Element #4

<button> 
400

To a set a list to upper roman numerals, which of the following CSS styles should be used?

a) list-style-type: square;

b) list-style-type: upper-roman

c) list-style-type: lower-roman;

d) list-style-type: upper-roman;

d) list-style-type: upper-roman; 

M
e
n
u