P31 Display index.html File
When you test with chrome, IE browser, the display is different. Ps:ie Browser does not correctly display the border around the body of the page
1 <HTML>2 <Head>3 <title>Starbuzz Coffee</title>4 <styletype= "Text/css">5 Body{6 Background-color:#d2b48c;7 Margin-left:20%;8 Margin-right:20%;9 Border:2px dotted Black;Ten padding:10px; One font-family:Sans-serif; A } - - </style> the </Head> - - <Body> - + <H1>Starbuzz Coffee Beverages</H1> - + <H2>House blend,$1.49</H2> A <P>A Smooth,mild blend of coffees from Mexico, Bolivia and Guatenala.</P> at - <H2>Mocha Cafe latte,$2.35</H2> - <P>Espresso, steamed milk and chocoloate syrup.</P> - - <H2>cappuccino,$1.89</H2> - <P>A mixture of espresso, steamed milk and foam.</P> in - <H2>Chai tea,¥1.85</H2> to <P>A spicy drink made with black tea, apices, milk and honey.</P> + </Body> - the </HTML>
Head first HTML and CSS (second edition)