Header 1
Header 2
Header 3 ### (Hashes on right are optional)
Header 4
Header 5
Markdown plus h2 with a custom ID ## {#id-goes-here}
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
_人人人人人人_ | |
> 突然の死 < | |
 ̄Y^Y^Y^Y^Y ̄ |
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } | |
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } | |
audio:not([controls]) { display: none; } | |
[hidden] { display: none; } | |
html { font-size: 100%; -webkit-text-size-adjust: 100%; } | |
body { margin: 0; font-size: 13px; line-height: 1.231; } | |
body, button, input, select, textarea { font-family: sans-serif; color: #222; } | |
a { color: #00e; } | |
a:visited { color: #551a8b; } | |
a:hover { color: #06e; } |
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>わくわくjQuery編</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script > | |
<script type="text/javascript"> | |
$(function() | |
{ | |
// ★ 画像の読み込みをテキトーに待つよ |