Answered by:
HTML AND CSS

Question
-
<doctype html=""><meta charset="utf-8" /><title>COMPUTING CONFERENCE</title> <link href="iivii.css" rel="stylesheet" /><header class="container"><section class="button">
<DOCTYPE html> <html> <head > <meta charset= "utf-8" > <title> COMPUTING CONFERENCE</title> <link rel="stylesheet" href="iivii.css"> </head> <body> <header class="container"> <section class ="button"> <h1> <a class ="btn btn-alt" href="index.html"> Computing Conference</a> </h1> </section> <h3>AUGUST 24–26th — Chicago, IL</h3> <nav> <a class ="hero container" href="home.html">HOME</a> <a href="speakers.html"> SPEAKERS</a> <a href="schedule.html"> SCHEDULE</a> <a href="venue.html"> VENUE</a> <a href="register.html"> REGISTER</a> </nav> <section class="container"> <h2>CRAFT OF BUILDING WEBSITES</h2> <p>WEB DEVELOPERS AND WEB DESIGNERS</p> </section> <section> <section class ="button"> <a href="register.html">Register Now</a> <a href="speakers.html"> <h5>SpeakerS</h5> <h3>WorldClass SpeakerS</h3> </a> <p>Joining us from all around the world are over twenty fanatastic speakers</p> </section> <section> <a href="schedule.html"> Schedule <p>Three Inspiring Days</p> </a> <p>Enjoy 3 exciting days</p> </section> <Section> <a href="venue.html"> Venue <p>The chicago theatre</p> </a> <p>within the heart of dowtown chicago</p> </Section> </section> </header> <footer class="container"> <p><small>©; Computing Conference</small></p> <p> <a href=" http://www.google.com/" target="_blank">Our Google</a> <br> <a href="mailto: andre_stephe@hotmail.com?subject=reaching%20out&body=How%20are%20you">Contact Me</a> </p> <a href="#top">back to top </a> <p> <a href="home.html">HOME</a> <a href="speakers.html"> SPEAKERS</a> <a href="schedule.html"> SCHEDULE</a> <a href="venue.html"> VENUE</a> <a href="register.html"> REGISTER</a> </p> </footer> </body> </html>
Greetings Everyone </section></header></doctype><doctype html=""><header class="container"><section class="button">I am learning HTML and CSS together and this is the code for a problem set I am doing however the layout of the web page I am building is different from that of the solution.</section></header></doctype>
<doctype html=""><header class="container"><section class="button">Can anyone help? </section></header></doctype>
<doctype html=""><header class="container"><section class="button">the layout for the solution is this:</section></header></doctype>
file:///C:/Users/InQUES/AppData/Local/Temp/Rar$EXa0.641/opening-the-box-model/index.html<doctype html=""><header class="container"><section class="button"></section></header></doctype>
the layout for my code is this:
file:///C:/Users/InQUES/Documents/Visual%20Studio%202015/Projects/WebPage/templl.html
<doctype html=""><header class="container"><section class="button">I am sure you can see the difference. I need help</section></header></doctype>
<doctype html=""><header class="container"><section class="button">Thanks in advance
</section></header><footer class="container"></footer> </doctype>
iV
Wednesday, December 23, 2015 10:32 PM
Answers
-
Off-topic for this forum.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer MCSE:Server Infrastructure, MCSE:Desktop Infrastructure, MCSA Server 2012, Citrix CCIA & CCEE, Cisco CCNA, VMware VCP 3/4/5 Twitter: @dnyvandam http://www.dannyvandam.net
- Proposed as answer by Danny van DamMVP, Editor Monday, December 28, 2015 12:49 PM
- Marked as answer by Danny van DamMVP, Editor Monday, December 28, 2015 12:49 PM
Monday, December 28, 2015 12:49 PMAnswerer