ホームページ > 記事 > ウェブフロントエンド > H5 学習の旅 - H5 の基本的なタグ (2)
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>H5 Study</title></head><body> liupeng hello <h1>标题h1</h1> <h2>标题h2</h2> <h3>标题h3</h3> <h4>标题h4</h4> <h5>标题h5</h5> <h6>标题h6</h6> <P>hello liupeng welcome to H5</P> hello <a href="http://www.baidu.com">百度一下</a> <img src="images/hello.jpg"></body></html>
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>H5 Study</title></head><body> liupeng hello <h1>标题h1</h1> <h2>标题h2</h2> <h3>标题h3</h3> <h4>标题h4</h4> <h5>标题h5</h5> <h6>标题h6</h6> <P>hello liupeng welcome to H5</P> hello <a href="http://www.baidu.com">百度一下</a> <img src="images/hello.jpg"></body></html>