2010-05-09から1日間の記事一覧

今更だけど JavaScript 勉強を始めるよ!

ベースになる HTML ファイルの準備 まずはベースにする HTML ファイルを作る. とりあえず内容は↓ <html lang="ja"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-style-type" content="text/css"> </meta></meta></head></html>