Reading_Notes

View the Project on GitHub Hiba-Almade/Reading_Notes

HTML Lists, Control Flow with JS, and the CSS Box Model

HTML list:

Sometimes we may need to mention the steps to do something, or make a list of some items..

There are three types of HTML lists:

Also, several lists can be nested within each other.

list


CSS Box Model:

In Css each element has its own box.. Like a transparent box surrounding the item

Pictures are also treated like a box, as they have their actual limits of length and width.

bos


JS Control Flow: