display
float
clear
overflow
position
static
relative
absolute
fixed
sticky
display: flex;
flex-direction
flex-wrap
flex-flow
justify-content
align-items
align-content
order
flex-grow
flex-shrink
flex-basis
flex
align-self
display: gird;
grid-template-columns
grid-template-rows
grid-template-areas
column-gap
row-gap
gap
justify-items
grid-auto-columns
grid-auto-rows
grid-column-start
grid-column-end
grid-row-start
grid-row-end
grid-area
justify-self
fr
ex10.html
Create ex10.html to replicate the elephant "table" in ex08-2.html without using table element.
ex08-2.html
table
global styles