|
27 | 27 | </head> |
28 | 28 |
|
29 | 29 | <body> |
30 | | - <article> |
31 | | - <h2>:is()-styled links</h2> |
32 | | - <section class="is-styling"> |
33 | | - <p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>. |
34 | | - </section> |
35 | | - |
36 | | - <aside class="is-styling"> |
37 | | - <p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>. |
38 | | - </aside> |
39 | | - |
40 | | - <footer class="is-styling"> |
41 | | - <p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>. |
42 | | - </footer> |
43 | | - </article> |
44 | | - |
45 | | - <article> |
46 | | - <h2>:where()-styled links</h2> |
47 | | - <section class="where-styling"> |
48 | | - <p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>. |
49 | | - </section> |
50 | | - |
51 | | - <aside class="where-styling"> |
52 | | - <p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>. |
53 | | - </aside> |
54 | | - |
55 | | - <footer class="where-styling"> |
56 | | - <p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>. |
57 | | - </footer> |
58 | | - </article> |
| 30 | +<article> |
| 31 | + <h2>:is()-styled links</h2> |
| 32 | + <section class="is-styling"> |
| 33 | + <p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>. |
| 34 | + </section> |
| 35 | + |
| 36 | + <aside class="is-styling"> |
| 37 | + <p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>. |
| 38 | + </aside> |
| 39 | + |
| 40 | + <footer class="is-styling"> |
| 41 | + <p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>. |
| 42 | + </footer> |
| 43 | +</article> |
| 44 | + |
| 45 | +<article> |
| 46 | + <h2>:where()-styled links</h2> |
| 47 | + <section class="where-styling"> |
| 48 | + <p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>. |
| 49 | + </section> |
| 50 | + |
| 51 | + <aside class="where-styling"> |
| 52 | + <p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>. |
| 53 | + </aside> |
| 54 | + |
| 55 | + <footer class="where-styling"> |
| 56 | + <p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>. |
| 57 | + </footer> |
| 58 | +</article> |
59 | 59 |
|
60 | 60 | </body> |
61 | 61 |
|
|
0 commit comments