HTML
CSS
JS
100

What does HTML do to your website?

It creates the structure/base.

100

What does CSS do?

CSS adds the style to the website

100

What does JS stand for? 

Java Script

200

HTML has opening tags and ________ tags...

Closing Tags

200

What does CSS stand for? What does it mean?

CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work. It can control the layout of multiple web pages all at once. External stylesheets are stored in CSS files.

200

Is JAVA the same as JAVA SCRIPT?

No, they are COMPLETELY DIFFERENT coding languages

300

What is the format of HTML tags?

Ex: <h1> Hello! </h1>

(opening tag: h1, 

text: hello,

 closing tag: h1)

300

Do you NEED to have CSS in your website?

No, but in order to have designs in your website, CSS is required

300

Combining the else and if together, is it ELIF in Java Script?

No, that only applies in Python, in JAVA SCRIPT, it is ELSE IF.

400

What does HTML stand for, and why does it mean that?

HTML stands for HyperText Markup Language.HTML is the language used to create webpages. "Hypertext" refers to the hyperlinks that an HTML page may contain. "Markup language" refers to the way tags are used to define the page layout and elements within the page. ... The actual contents of the page go between the <body> tags.

400

Do you NEED to create a whole different file just for CSS?

No, you can even put CSS in your HTML, just by using some tags.

400

What is the tag to start JS in a HTML file?

<script>

</script>

500
Average, how many tags are there in HTML?

100 tags

500

Why is CSS so important?

CSS is important because it allows web designers, developer, bloggers, and so forth to make our websites unique and attractive. ... CSS allows us to separate the presentation from the structure (HTML) into different files.