| <!DOCTYPE html> | |
| <html lang="ja" xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title></title> | |
| <style type="text/css"> | |
| div.w2 { width: 2em } | |
| div.w3 { width: 3em } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="w2">月火水木金土</div> | |
| <div class="w3">月火水木金土</div> | |
| <hr> | |
| <div class="w2">月火水木金土</div> | |
| <div class="w3">月火水木金土</div> | |
| <hr> | |
| <div class="w2">月火水木金土</div> | |
| <div class="w3">月火水木金土</div> | |
| </body> | |
| </html> |