Newer
Older
KYKYKY / i.html
<!DOCTYPE html>
<html lang="ja">
<head>
  <title>フォントサイズ二倍化</title>
<script type="text/javascript" src="dbl.js"></script>
</head>

<body>
    <p>文字サイズ通常</p>
    <p>クリックするとサイズが二倍</p>
    
</body>
</html>