reading-notes

Reading notes - 03

The topics covered in todays reading material are important because it allows us to organize the material within our pages so that it’s easier to read by the users. The covered topics also are important because it will help us to stylize our pages so that they’re more attractive to interact with, such as padding boxes and writing interactive arrays.

Learn HTML

1. When should you use an unordered list in your HTML document?

2. How do you change the bullet style of unordered list items?

3. When should you use an ordered list vs an unorder list in your HTML document?

4. Describe two ways you can change the numbers on list items provided by an ordered list?

Learn CSS

1. Describe the CSS properties of margin and padding as characters in a story. What is their role in a story titled: “The Box Model”?

Padding is the protagonist, he is a kind soul that just wants harmony in the world. He enjoys staying close to his friends. He knows when to give his friends some extra space, or when to come in close. His challenge in life is to win margin over and let him know it’s ok to be friendly and bring others closer.

2. List and describe the four parts of an HTML elements box as referred to by the box model.

Learn JS

1. What data types can you store inside of an Array?

2. List five shorthand operators for assignment in javascript and describe what they do.

3. Read the code below and evaluate the last expression and explain what the result would be and why.

4. Describe a real world example of when a conditional statement should be used in a JavaScript program.

5. Give an example of when a Loop is useful in JavaScript.

Things I want to know more about.