Skip to main content

THERES MORE INDENTATION

{

Theres more indentation

Exercise 9.1


1. Open the file Chapter 9 - List and Links.html concurrently in your browser and text editor.

2. Modify the CSS declaration for ol and observe what happens to the Cars Ordered List. Try each of the following:

(a) list-style-type: decimal-leading-zero;
(b) list-style-type: lower-roman;
(c) list-style-type: upper-roman;
(d) list-style-type: upper-alpha;
(e) list-style-type: lower-alpha;
(f) list-style-type: lower-greek;
(g) list-style-type: none;

3. Modify the CSS declaration for ul and observe what happens to the Cars Unordered List. Try each of the following:

(a) list-style-type: circle;
(b) list-style-type: square;
(c) list-style-type: none;
(d) list-style-type: disc;

4. Add the following rule to the CSS declaration for ul:

list-style-position: outside;

Refresh the browser. Nothing changes right? That is because list-style-position: outside; is the default. Now change list-style-position: outside; to list-style-position: inside;. You’ll notice that the unordered list is shifted slightly to the right (i.e. there’s more indentation).

5. Remove the list-style-type property for ul and add the following instead:

(a) list-style-image: url("myMarker.gif");

Observe what happens to the Cars Unordered List.

6. Now let’s look at how to style hyperlinks. Try adding the following rules to the stated selector:

(a) Add color: green; to a:link{}
and observe what happens to the ‘Click Me’ link.

(b) Add font-size: 2em; to a:active{}
and click on the link.

(c) Add background-color: red; to a:hover{}
and hover your mouse over the link.

|

Theres more indentation

Exercise 9.1


1. Open the file Chapter 9 - List and Links.html concurrently in your browser and text editor.

2. Modify the CSS declaration for ol and observe what happens to the Cars Ordered List. Try each of the following:

(a) list-style-type: decimal-leading-zero;
(b) list-style-type: lower-roman;
(c) list-style-type: upper-roman;
(d) list-style-type: upper-alpha;
(e) list-style-type: lower-alpha;
(f) list-style-type: lower-greek;
(g) list-style-type: none;

3. Modify the CSS declaration for ul and observe what happens to the Cars Unordered List. Try each of the following:

(a) list-style-type: circle;
(b) list-style-type: square;
(c) list-style-type: none;
(d) list-style-type: disc;

4. Add the following rule to the CSS declaration for ul:

list-style-position: outside;

Refresh the browser. Nothing changes right? That is because list-style-position: outside; is the default. Now change list-style-position: outside; to list-style-position: inside;. You’ll notice that the unordered list is shifted slightly to the right (i.e. there’s more indentation).

5. Remove the list-style-type property for ul and add the following instead:

(a) list-style-image: url("myMarker.gif");

Observe what happens to the Cars Unordered List.

6. Now let’s look at how to style hyperlinks. Try adding the following rules to the stated selector:

(a) Add color: green; to a:link{}
and observe what happens to the ‘Click Me’ link.

(b) Add font-size: 2em; to a:active{}
and click on the link.

(c) Add background-color: red; to a:hover{}
and hover your mouse over the link.

}

Popular posts from this blog

We will use it for every example in this book

We will use it for every example in this book For example, if the target at index 2 is 1, then the one-hot target will have a 1 at row 2, column 1. If the target at index n is k, then the one-hot target will have a 1 at row n, column k. We don’t use this if we don’t have to since it takes up more space. For most of the examples in this book, we can make use of “sparse_categorical_crossentropy”, but “categorical_crossentropy” must be used in special cases as we shall see. Next, what is the “optimizer”? You can see we’ve chosen an optimizer called “adam”. This can get quite mathematical, so if you’re not into the math, just remember that “adam” is a typical default used by modern deep learning researchers today. We will use it for every example in this book. I’ve linked to other types of optimizers in the code, or you can just click here: https://keras.io/optimizers/ . For the more mathematically-inclined, I mentioned earlier that we use gradient descent to train the model parameters....

it also blocks malicious software from accessing your network

Firewalls: Firewalls are extremely useful when it comes to protecting your computer and network from outside attacks from malicious or unnecessary network traffic. It also blocks malicious software from accessing your network. Firewalls can also be configured to block data from various locations or applications while at the same time allowing whitelisted data through. internet marketingdiscounts">There are two different types of firewalls, hardware, and software, that control different types of activities and are located in different places. Hardware firewalls, also known as network firewalls are external devices that you physically place your computer and your modem, router, or other network connection. Many internet service providers offer router s with this type of security already built in. This type of firewall is especially useful if you are in the market to protect multiple computers at once and control the various type s of activity that pass through them. The big...

can fibroids disappear on their own

Fibroids have a very common incidence especially during your baby bearing years. Endometrial ablation (en-doh-MEE-tree-uhl uh-BLAY-shuhn) - The liner of the uterus is eliminated or destroyed to manage very heavy bleeding. This can be achieved with laser, wire loops, boiling water, electric present, microwaves, freezing, and other strategies. This procedure usually is taken into account minor surgery. It may be achieved on an outpatient basis and even in a physician's office. Issues can occur, however are uncommon with most of the strategies. Most individuals get better shortly. About half of girls who've this procedure have no extra menstrual bleeding. About three in 10 ladies have much lighter bleeding. However, a lady can't have youngsters after this surgery. Can Fibroids Disappear On Their Own Hormone imbalances are another root cause of fibroids. Estrogen and progesterone hormones are chargeable for stimulating the expansion of the uterine lining every month in preparat...