計概實習 Week 7
A bit, just a bit…
* *,, * *, *,,
* : Defines header cell * : spans this cell for x columns * : spans this cell for x rows * : table border * : space between cell content and cell border * : space between cells
* : divides screen into x rows or y columns with set px, %, or * * : defines a frame from source src within a ! takes up the ENTIRE ‘screen’!
* An “inline” frame that does NOT require * Styling with CSS is recommended * Attributes: width, height, name …
* Specifies where to opened the linked document * _blank : new window/tab * _self : in same frame (default) * _parent : in parent frame * _top : full window * frame name : in a specified frame name
* It’s a complicated issue! * Formats * Plugins * Browser compatibility * HTML version * Use if possible
*
:O
* id selector: # id1 {} * Used for unique elements * #div1 {text-align:center} * Class selector:. class1 {} * used for multiple elements *.center {text-align:center} * p.center {text-align:center} *
* font-family * “Times New Roman” * font-size * small, medium, large, x%, … * font-style * normal, italic ~ oblique * font-weight * normal, bold, …
絕對路徑 Absolute Path 網址 完整的檔案位置 C:\Users\Victor\Site\index.html /home/usr/r /index.html
相對路徑 Relative Path index.html AAA aaa.html 與 index.html 在同一層資料夾 photo 與 index.html 在同一層資料夾 bbb.png 在 photo 資料夾底下
助教沒教!怎麼辦? Html 語法博大精深 Tag Attribute Value 自己上網查 Nothing but Google!