Debian Memo
おおおおおおおおおおおおおおおおおおお
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta http-equiv="content-script-type" content="text/javascript"> <meta http-equiv="content-style-type" content="text/css"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> <script type="text/javascript" src="javascript.js"></script> <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon"> <link rel="stylesheet" href="style.css"> <title>タイトル</title> <script type="text/javascript"> <!-- //--> </script> <style type="text/css"> <!-- --> </style> </head> <body> <header> <h1>H1</h1> <nav> <ul> <li><a href="li01.html">navli01</a></li> <li><a href="li02.html">navli02</a></li> <li><a href="li03.html">navli03</a></li> </ul> </nav> <h2>H2</h2> <p>段落</p> </header> <article> <h2>記事</h2> <p>記事</p> <hgroup> <h1>セクション1</h1> <h1>セクション2</h1> </hgroup> <section> <h1>セクション1</h1> <p>セクション1段落</p> </section> <section> <h1>セクション2</h1> <p>セクション2段落</p> </section> <article> <h2>記事</h2> <p>記事</p> </article> </article> <aside> <h1>余談</h1> <p>余談</p> </aside> <footer> <p>Copyright</p> </footer> </body> </html>
.box1 { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; } .R04em{ border-radius: 0.4em; -moz-border-radius: 0.4em; } .R8{ border-radius: 8px; -moz-border-radius: 8px; }
ー