
How we can use lists in my code?
LISTS
- Numbered lists
- Bullet lists
- Definition lists
Ordered Lists
By <ol> <li>

Unordered lists
By <ul> <li>

definitiOn Lists
![]()
Nested lists

Boxes
- Controlling size of boxes
- Box model for borders, margin and padding
- Displaying and hiding boxes
Box Dimensions
width, height

limiting width
min-width, max-width ,min-height, max-height

overflowing content

What is bordering
Border, margin & padding

White space & vertical margin
The padding and margin properties are very helpful in adding space between various items on the page.
border-width

border-style

border-color

border-image

border-radius

IE6 Box model

box-shadow

CREATING AN ARRAY

VALUES IN ARRAYS
if else statement in javascript

switch in javascript

TYPE COERCION & WEAK TYPING
Truthy and falsy values

Loops in javascript
JavaScript supports different kinds of loops: for - loops through a block of code a number of times. for/in - loops through the properties of an object. for/of - loops through the values of an iterable object. while - loops through a block of code while a specified condition is true.

For loop

Loop counters

While loop

Do While loop

#GOOD LUCK