Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
HTML__CSS_基礎二.pdf
Search
darrenyaoyaoyao
November 19, 2020
Programming
0
51
HTML__CSS_基礎二.pdf
darrenyaoyaoyao
November 19, 2020
Tweet
Share
More Decks by darrenyaoyaoyao
See All by darrenyaoyaoyao
Pug.pdf
darrenyaoyaoyao
0
59
Sass.pdf
darrenyaoyaoyao
0
52
jquery.pdf
darrenyaoyaoyao
1
58
0c8adb02-ade8-47bb-9939-4d45110ffefd.pdf
darrenyaoyaoyao
0
49
bootstrap.pdf
darrenyaoyaoyao
1
74
Javasrcipt_基礎一.pdf
darrenyaoyaoyao
0
87
Javascript_基礎二.pdf
darrenyaoyaoyao
0
110
HTML__CSS_基礎_.pdf
darrenyaoyaoyao
0
51
HTML__CSS_基礎_.pdf
darrenyaoyaoyao
0
31
Other Decks in Programming
See All in Programming
MLH State of the League: 2026 Season
theycallmeswift
0
170
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
2
270
Infer入門
riru
4
1.6k
エンジニアのための”最低限いい感じ”デザイン入門
shunshobon
0
130
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
3
1.4k
オープンセミナー2025@広島LT技術ブログを続けるには
satoshi256kbyte
0
140
AIエージェント開発、DevOps and LLMOps
ymd65536
1
350
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
1
120
Understanding Ruby Grammar Through Conflicts
yui_knk
1
140
CSC305 Summer Lecture 12
javiergs
PRO
0
130
為你自己學 Python - 冷知識篇
eddie
1
270
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
950
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Designing for Performance
lara
610
69k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Facilitating Awesome Meetings
lara
55
6.5k
How STYLIGHT went responsive
nonsquared
100
5.7k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Optimizing for Happiness
mojombo
379
70k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
A designer walks into a library…
pauljervisheath
207
24k
Transcript
HTML, CSS 基礎⼆ 網站入⾨
今⽇⽬標
⾴⾯拆解
Html img : 使⽤圖片 <img src=“https://www.google.com/images/ branding/googlelogo/2x/ googlelogo_color_272x92dp.png”/>
⽂字輸入 <input/>
練習⼀ 實作 tabs
Cursor 游標 cursor: pointer
Css Class .block { }
連結 <a href=“”> Apple </a>