資訊基礎應用/張鈞祺
出自六年制學程
已記住的英文單字
table table 表
row tr 列
diamond td 格
hyper html 超
text html 文字,文件
markup html 標記
languagehtml 語言
head head 頭
title title 標題
body body 身體
rowspan
colspan
9月12日
練習.今天學到如何建立"筆記頁"
用字母調出光的三原色red green blue 紅 # foo
綠 # ofo
藍 # oof
白 # fff
黑 # ooo
使用table、td、tr來製做基本表格。製做同學基本資料
9月18日
屬性值
設定HTML表格的字體、顏色、大小、粗細、高度 、寬度等。
顏色table,td {border: solid 1px;}。
{border:顏色深淺#16ef dashed 表格粗細16px;}。
高度 rowspan。
寬度colspan。
CSS的用途是什麼