Architect's Log

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

2012-05-23から1日間の記事一覧

base要素 href属性

ドキュメントの基底URLを表します。 使用例 <html lang="ja"> <head> <title>Hello! HTML5</title> <base href="http://localhost/hoge/"> <meta charset="UTF-8" /> </head> <body> <a href="bar.html">bar</a> </body> </html> 関連エントリー HTML5エントリーのまとめ - プログラマーな日々