HOME > 各種テストのまとめ > htmlの基本(ひながた)・ソースcode

新規にhtmlを作成する際に使っている基本(ひながた)のソースcodeです。シンタックスハイライターは Prism.js を使っています。

htmlの基本・ソースcode

<!doctype html> 
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>htmlの基本</title>
<meta name="COPYRIGHT" content="">
<meta name="description" content="">
<script src=""></script>
<link href="" rel="stylesheet">
</head>
<body>
</body>
</html>

 

 

 

戻るボタン

 

 

inserted by FC2 system