You are on page 1of 2

Jasmine Lopez

Unit 6

1.) Two ways to get your index.html page open and ready for editing are to
use your newly-found file manager to browse to your Web Work folder, and
double-click on index.html.Or, go to the File menu on the top line and then
use the Open Document option. Either way, youll end up with your
index.html page open and ready for editing.
2.) Amaya wants to name the new style sheet New.css.
3.) The format of a CSS file is fairly easy to understand, once you know the
basics. On the first line of each entry goes the name of the HTML tag that
you want to specify a style for, followed by a curly bracket.
4.) On subsequent lines, specify the various aspects of style,such as fontfamily and color.
5.) The semicolon on the final style characteristic is optional.
6.) The <ul> tag which defines ul stands for Unordered List.
7.) Its generally good practice to get into the habit of always including the
semicolon at the end of every line.
8.) The ability to change one, or indeed hundreds, of pages by making a
single change to a single style sheet file is what makes CSS so useful.
9.) You can't use all the fonts found on your computer on your web page
because If you look at the list of available fonts in Microsoft Word, or
whatever word processor you happen to use, the list will be enormous.

10.) Its always safest to ensure that you only specify fonts in your CSS
files which are pretty much guaranteed to be installed as standard on most
visitors computers.

You might also like