ITSE 2402 Intermediate Web
Assignment 7

Design Text, Chapter 4, 6, and 7
Centering a page requires different instructions for different browsers. Therefore, you must use both. In IE, you can use the style text-align:center;
However, in Firefox, you should use margin-left: auto; margin-right: auto;

For this assignment, you should be able to create your page with the following attributes:
background-color:
border:
color:
float:
font-family:
font-size:
font-variant: font-weight: margin:
margin-left: auto;
margin-right: auto;
margin-top:
padding:
text-align:center
width:

Project

Testing uploaded pages

If any of these steps have errors let me know through email so that I can make the correction