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
49
HTML__CSS_基礎二.pdf
darrenyaoyaoyao
November 19, 2020
Tweet
Share
More Decks by darrenyaoyaoyao
See All by darrenyaoyaoyao
Pug.pdf
darrenyaoyaoyao
0
54
Sass.pdf
darrenyaoyaoyao
0
50
jquery.pdf
darrenyaoyaoyao
1
56
0c8adb02-ade8-47bb-9939-4d45110ffefd.pdf
darrenyaoyaoyao
0
44
bootstrap.pdf
darrenyaoyaoyao
1
68
Javasrcipt_基礎一.pdf
darrenyaoyaoyao
0
80
Javascript_基礎二.pdf
darrenyaoyaoyao
0
110
HTML__CSS_基礎_.pdf
darrenyaoyaoyao
0
48
HTML__CSS_基礎_.pdf
darrenyaoyaoyao
0
28
Other Decks in Programming
See All in Programming
Improve my own Ruby
sisshiki1969
0
100
fieldalignmentから見るGoの構造体
kuro_kurorrr
0
130
eBPF超入門「o11yに使える」とは (20250424_eBPF_o11y)
thousanda
1
110
RubyKaigi Dev Meeting 2025
tenderlove
1
1.3k
プロダクトエンジニアのしごと 〜 受託 × 高難度を乗り越えるOptium開発 〜
algoartis
0
150
今話題のMCPサーバーをFastAPIでサッと作ってみた
yuukis
0
110
note の Elasticsearch 更新系を支える技術
tchov
9
3.4k
Memory API : Patterns, Performance et Cas d'Utilisation
josepaumard
1
170
Instrumentsを使用した アプリのパフォーマンス向上方法
hinakko
0
230
Amazon CloudWatchの地味だけど強力な機能紹介!
itotsum
0
230
Optimizing JRuby 10
headius
0
570
20250429 - CNTUG Meetup #67 / DevOps Taiwan Meetup #69 - Deep Dive into Tetragon: Building Runtime Security and Observability with eBPF
tico88612
0
160
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
49
7.8k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
Docker and Python
trallard
44
3.4k
Become a Pro
speakerdeck
PRO
28
5.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
550
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Building Adaptive Systems
keathley
41
2.5k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Making the Leap to Tech Lead
cromwellryan
133
9.2k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
5
590
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.2k
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>