Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2012-08-19から1日間の記事一覧

rel属性 licenseキーワード

licenseキーワードは、著作権情報を表します。 使用例 <html lang="ja"> <head> <title>Hello! HTML5</title> <meta charset="UTF-8"> </head> <body> <p>当サイトのライブラリは、<a href="http://opensource.org/licenses/mit-license.php" rel="license">MITライセンス</a>で公開します。</p> </body> 関連エントリー HTML5エントリーのまとめ - プログラマーな日々</html>