div id="text"> <p> <b> Hello World </b> My name is Mrs. CUllen </p> </div>
What are the parent and child tags?
Give this one a try later!
Parent tag = #text
Child Tags = <p> and <b>
What is the tag for an image?
Give this one a try later!
<img>
, If you have three divs which you want to be place next to each other and each div has
left and a right margin of 6% provide the max width of each div ( the width must be
the same for all divs)?
Give this one a try later!
21% for each div
What is the tag for a link?
Give this one a try later!
<a> and </a>
List the four layers of the box model <from inside to out>
Give this one a try later!
he four layers of the box model <from inside to out>
Content, Padding, Border and Margin
Provide an example of a HTML5 tag and the purpose of the tag? (why or how was it
simplified/)
Give this one a try later!
What are the parent and child tags?
Give this one a try later!
Parent tag = #text
Child Tags = <p> and <b>
What is the tag for an image?
Give this one a try later!
<img>
, If you have three divs which you want to be place next to each other and each div has
left and a right margin of 6% provide the max width of each div ( the width must be
the same for all divs)?
Give this one a try later!
21% for each div
What is the tag for a link?
Give this one a try later!
<a> and </a>
List the four layers of the box model <from inside to out>
Give this one a try later!
he four layers of the box model <from inside to out>
Content, Padding, Border and Margin
Provide an example of a HTML5 tag and the purpose of the tag? (why or how was it
simplified/)
Give this one a try later!