iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 3
0

HTML一般使用開始標記及結束標記表示,以下使用範例說明

字體大小

第一個練習的是字體大小的語法,從h1(最大)到h6(最小)

	<h1>This is h1 tag</h1>
	<h2>This is h2 tag</h2>
	<h6>This is h6 tag</h6>

呈現的效果
https://ithelp.ithome.com.tw/upload/images/20200915/20130503VwIcuOhzqb.png

段落

第二個語法是段落,用把段落包起來

	<p>this is text blahblahblahblahblahblahblahblahblahblahblahblah</p>

粗體

下面兩個標籤基本上效果相同,但使用 strong 會更有閱讀上的意義

	<p><b>This is b tag</b><p>
	<p><strong>This is strong tag</strong></p>

呈現的效果如下
https://ithelp.ithome.com.tw/upload/images/20200915/20130503EPZvkGVkZp.png

斜體

下面兩個標籤都能呈現相同的斜體效果,但使用 em 則會更有閱讀上的意義

	<p><i>This is i tag</i><p>
	<p><em>This is em tag</em></p>

呈現的效果如下
https://ithelp.ithome.com.tw/upload/images/20200915/201305035MIEB2GNXD.png

先介紹四個常用的標籤,剩下的就明天繼續說明囉


上一篇
Day2_HTML入門
下一篇
Day4_HTML語法-2
系列文
前端網頁設計學習旅程30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言