[新着] Webテンプレートを仮オープンしました
>2段にする明快な理由
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Shift-JIS" /> <title>CSS3 Multi-Colum Test Page</title> <link rel="stylesheet" type="text/css" href="main.css" /> <link rel="stylesheet" type="text/css" href="multicol.css" /> <script type="text/javascript" src="css3-multi-column.js"></script> </head> <body> <div id="Content"> <h2>CSS3 - Multi Column Layout Demonstration </h2> <div class="Navigation"> <p><a href="example1.php?">Test Case 1</a> | <a href="example2.php?">Test Case 2</a>| <a href="example3.php?">Test Case 3</a> | <a href="example4.php?">Test Case 4</a> | <a href="example5.php?">Test Case 5</a> | <a href="example6.php?">Test Case 6</a> </p> </div> <div> <h4 class="p1">Contents</h4> <div class="Article2Col"> <ol> <li><a href="#From_Roman_to_Julian">From Roman to Julian</a></li> <li><a href="#Leap_years_error"> Leap years error</a></li> <li><a href="#Naming_of_the_months">Naming of the months</a></li> <li><a href="#Length_of_the_months">Length of the months</a></li> <li><a href="#Year_numbering">Year numbering</a></li> <li><a href="#From_Julian_to_Gregorian">From Julian to Gregorian</a></li> <li><a href="#Related_articles"> Related articles</a></li> <li><a href="#External_links"> External links</a></li> </ol> </div> </div> <div id="Output"></div> </div> </body> </html>