Question: HTML and CSS code are given bellow. Draw a DOM tree, CSSOM tree and render tree. HTML code: HOME SHOP CONTACT Welcome to exam CSS

HTML and CSS code are given bellow. Draw a DOM tree, CSSOM tree and render tree.

HTML code:

  • HOME
  • SHOP
  • CONTACT

Welcome to exam

CSS code: body{ background-image: url(../img/back.jpg); background-position: center; } #logo img{ float: left; height: 100px; } .container{ margin: auto; padding-top: 100px; } ul{ float: right; list-style-type: none; margin-top: 40px; } ul li{ display: inline-block; } ul li a{ text-decoration: none; color: #ffffff; padding: 5px 20px; border: 1px solid #ffffff; } ul li a:hover{ background-color: white; color: black; transition: 0.6s; }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!