this is a headingh1>
換行標籤
粗體
斜體
下劃線
下劃線刪除線
刪除線刪除線
刪除線p上標籤
p上標籤
p下標籤
p下標籤
有序列表
有序列表
有序列表
有序列表
有序列表
有序列表
有序列表
有序列表
name
godzilla
born
1952
birthplace
japan
color
green
name
godzilla
born
1952
birthplace
japan
color
green
html轉義
html轉義
縮寫說明
縮寫說明
****** table with headerp>
first nameth>
last nameth>
tr>
johntd>
doetd>
tr>
janetd>
doetd>
tr>
table>
****** table with header
first name
last name
john
doejane
doe
table with thead, tfoot, and tbodyp>
header content 1th>
header content 2th>
tr>
thead>
footer content 1td>
footer content 2td>
tr>
tfoot>
body content 1td>
body content 2td>
tr>
tbody>
table>
table with thead, tfoot, and tbody
header content 1
header content 2
footer content 1
footer content 2
body content 1
body content 2
table with colgroupp>
span="4">
colgroup>
countriesth>
capitalsth>
populationth>
languageth>
tr>
usatd>
washington d.c.td>
309 milliontd>
englishtd>
tr>
swedentd>
stockholmtd>
9 milliontd>
swedishtd>
tr>
table>
table with colgroup
countries
capitals
population
language
usawashington d.c.
309 million
english
sweden
stockholm
9 million
swedish
table with colgroup and colp>
style="background-color: #0f0">
span="2">
colgroup>
limeth>
lemonth>
orangeth>
tr>
greentd>
yellowtd>
orangetd>
tr>
table>
table with colgroup and col
lime
lemon
orange
green
yellow
orange
****** table with captionp>
awesome captioncaption>
awesome datatd>
tr>
table>
****** table with caption
awesome caption
awesome data
Day1 前端概述
一 什麼是html 超文字標記語言,是一種標記語言。html執行在瀏覽器上,由瀏覽器解析。二 建立html檔案 歡迎小夥伴監督 三 html 注釋快捷鍵 ctrl 不區分大小寫 table鍵可以補全 四 html 標籤結構 通常是成對出現的,開始標籤,結束標籤。歡迎小夥伴監督 五 html 元素 h...
小白學前端總結
起先是在2017年時考入黑龍江東方學院,說真的當時的心情真的很差 因為高考失利,所以並沒有考上心儀的大學。但是因為家庭原因,我並沒有選擇復讀。而是渾渾噩噩的進入了東方學院。開始想要學程式設計是因為聽說學程式設計很賺錢。對的理由就是這麼簡單。在大一下學期快開學的最後兩天我和導員提出了要轉專業。導員也很...
寒假前端學習day1
2021 01 22 1.對於中文網頁需要使用 宣告編碼,否則會出現亂碼。utf 8是針對unicode的一種可變長度字元編碼 它可以用來表示unicode標準中的任何字元,而且其編碼中的第乙個位元組仍與ascii相容,使得原來處理ascii字元的軟體無須或只進行少部份修改後,便可繼續使用。有些瀏覽...