ホームページ > 記事 > ウェブフロントエンド > H5 学びの旅~H5 スタイル (5)
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>H5样式</title> <link rel="stylesheet" type="text/css" href="myStyle.css"> <style type="text/css"> p{ color: blue; } </style></head><body> <h1>标题1</h1> <p>欢迎刘朋</p> <a href="http://www.baidu.com" style="color: chartreuse;">点击我跳转</a></body></html>
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>H5样式</title> <link rel="stylesheet" type="text/css" href="myStyle.css"> <style type="text/css"> p{ color: blue; } </style></head><body> <h1>标题1</h1> <p>欢迎刘朋</p> <a href="http://www.baidu.com" style="color: chartreuse;">点击我跳转</a></body></html>
上記は H5 の学習行程です - H5 style の内容 ( 5)、その他の関連コンテンツについては、PHP 中国語 Web サイト (www.php.cn) にご注意ください。