TASK: Design a page that marks up some content, and will display information about Mac and Windows. The final page should look similar in structure to the one shown below:
- Give your page a
<title>
- Create two
<div>
elements in your page. One for Mac and one for Windows:- Create one with id="mac" and onewith id="windows"
- Give each a class of "laptops"
- Create one
- For each
<div>
include:<h1>
tag of your choice to grab the users attention to the Mac or Windows<div>
- Include 3 Images of Mac Laptops or Windows Laptops (depending on your section) and include them within their own
<div>
Elements.
- Include a
<p>
element under each image describing the image. - Include an
<ol>
element of the top 3 laptops (depending on your<div>
) - Include an
<ul>
element with 3 prices of your laptops- These prices could be based on a real product or could be made up
- Include an tag to Apple's Website or Microsoft Website (depending on the
<div>
you’re working on.) - Commit and push your final work back to GitHub