reading-notes

Reading assignment 2

Why is it important to use semantic elements in our HTML?

How many levels of headings are there in HTML?

What are some uses for the <sup> and <sub> elements? -To correctly render dates, chemical formulas, mathematical equations

When using the element, what attribute must be added to provide the full expansion of the term?

What are ways we can apply CSS to our HTML?

Why should we avoid using inline styles? -It is a terribly inefficient and error prone for maintenance

Review the block of code below and answer the following questions: h2 { color: black; padding: 5px; }

What is representing the selector?

What data type is a sequence of text enclosed in single quote marks?

List 4 types of JavaScript operators.

Describe a real world Problem you could solve with a Function.

An if statement checks a __ and if it evaluates to ___, then the code block will execute.

What is the use of an else if?

List 3 different types of comparison operators.

What is the difference between the logical operator && and ||?

How to write Git comment

Things I want to know more about

References