HTML
CSS
JavaScript
HTML Coding
CSS & JavaScript Coding
100

HTML stands for ...

What is Hyper Text Markup Language?

100

CSS stands for ...

What is Cascading Style Sheet?
100

JavaScript is a _________________ that works alongside with HTML and CSS.

What is programming language?

100

The correct HTML tag for the largest heading.

What is <h1>?

100

The correct CSS property name to change text color.

What is color?
200

Character that is used to indicate an end tag.

What is / (left slash)?

200

CSS describes the ______________ of the website.

What is styling?

200

Name the two ways that JavaScript is placed into HTML.

What is External JS and Internal JS?

200

HTML attribute for creating a link.

What is HREF?

200

The correct CSS property name to change font.

What is font-family?

300

HTML describes the ___________ of the website.

What is struture?

300

The characters that starts and ends a declaration.

What is squiggly/curly brackets?

300

The two places that JavaScript is placed within HTML.

What is under the <head> or <body> sections?

300

HTML tag to create a numbered list.

What is <ol>?

300

The character that separates the property name and the value?

What is a colon?

400

Name one reason why web development is important.

What is because it 1) provides individuals and businesses with the power to establish online presence, 2) provide and receive global connectivity, and 3) gain access to information and resources quickly?

400
Name the three ways to insert CSS into HTML.

What is External CSS, Internal CSS, and Inline CSS?

400

HTML DOM stands for ___________ and is a _______ that is constructed like a __________________.

What is HTML Document Object Model, model, and tree of objects?

400

HTML tag that defines navigation links.

What is <nav>?

400

JavaScript statements contain ______,_____,_____,______, and ______, and each statement is separated by a ________.

What is values, operators, expressions, keywords, comments, and semicolon?

500

An HTML attribute that displays as a tooltip when mouse hovers over the element.

What is Title?

500

The two elements that CSS Syntax contains.

What is a selector and a declaration?

500

Name one power that JavaScript HTML DOM has.

What is the power to: 1) change HTML elements, HTML attributes, and CSS styles, 2) remove HTML elements and attributes, and 3) add new HTML elements and attributes?

500

The correct HTML tag for inserting an image.

What is <img src="image" alt="MyImage">?

500

Name at least 4 JavaScript Data Types and 2 Object Data type.

What is 1)String, 2) Number, 3) Bigint, 4) Boolean, 5) Undefined, 6) Null, 7) Symbol, or 8) Object and 1) an object, 2) an array, or 3) a date?