Parent Directory
|
Revision Log
Show HTML tags in paragraph.
| 1 | <!DOCTYPE html> |
| 2 | <html lang="ja"> |
| 3 | <head> |
| 4 | <title>1$B$D$N(B class $BB0@-$KJ#?t$N%/%i%9!"(B1$B$D$NA*Br;R$KJ#?t$N%/%i%9(B</title> |
| 5 | <style type="text/css"> |
| 6 | p { |
| 7 | color: gray; |
| 8 | } |
| 9 | .class1.class2 { |
| 10 | color: blue; |
| 11 | } |
| 12 | .class1 { |
| 13 | color: red; |
| 14 | } |
| 15 | .class2 { |
| 16 | color: green; |
| 17 | } |
| 18 | </style> |
| 19 | </head> |
| 20 | <body> |
| 21 | |
| 22 | <p class="class1 class2"><p class="class1 class2">CSS2 |
| 23 | $BMxMQ<T%(!<%8%'%s%H$G$O$3$NCJMn$NJ8;z$O@D?'$,@5$7$$!#(B |
| 24 | CSS1 $BMxMQ<T%(!<%8%'%s%H$G$ONP?'$,@5$7$$!#(B</p></p> |
| 25 | |
| 26 | <pre> |
| 27 | .class1.class2 { |
| 28 | color: blue; |
| 29 | } |
| 30 | .class1 { |
| 31 | color: red; |
| 32 | } |
| 33 | .class2 { |
| 34 | color: green; |
| 35 | } |
| 36 | </pre> |
| 37 | |
| 38 | </body> |
| 39 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |