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
Django Girls 2015 - HTML
Search
Randy Lien
May 30, 2015
Programming
1
170
Django Girls 2015 - HTML
Django Girls Taipei 2015 training material.
Randy Lien
May 30, 2015
Tweet
Share
More Decks by Randy Lien
See All by Randy Lien
The ideas of Clojure - Things I learn from Clojure
randylien
0
180
Django Girls 2015 - CSS
randylien
1
110
React.JS Conf & f8
randylien
1
220
Immutable, Performance and Component Communication
randylien
0
110
Introduce Flux & React in KKBOX
randylien
6
430
What is the next step for a front end beginner
randylien
1
88
Understand front end developer
randylien
2
190
Introduce Flux & React in practice
randylien
8
450
UI Engineering Introduction
randylien
0
50
Other Decks in Programming
See All in Programming
チーム開発の “地ならし"
konifar
8
5.2k
AI駆動開発ライフサイクル(AI-DLC)のホワイトペーパーを解説
swxhariu5
0
1.1k
AI POSにおけるLLM Observability基盤の導入 ― サイバーエージェントDXインターン成果報告
hekuchan
0
690
Verilator + Rust + gRPC と Efinix の RISC-V でAIアクセラレータをAIで作ってる話 RTLを語る会(18) 2025/11/08
ryuz88
0
360
Honoを技術選定したAI要件定義プラットフォームAcsimでの意思決定
codenote
0
250
仕様がそのままテストになる!Javaで始める振る舞い駆動開発
ohmori_yusuke
8
4.5k
Register is more than clipboard
satorunooshie
1
480
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
400
Claude Code on the Web を超える!? Codex Cloud の実践テク5選
sunagaku
0
560
Core MIDI を勉強して作曲用の電子ピアノ作ってみた!
hypebeans
0
110
All(?) About Point Sets
hole
0
170
イベントストーミングのはじめかた / Getting Started with Event Storming
nrslib
1
600
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Building Applications with DynamoDB
mza
96
6.8k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.1k
A Tale of Four Properties
chriscoyier
162
23k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
How STYLIGHT went responsive
nonsquared
100
5.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Fireside Chat
paigeccino
41
3.7k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
It's Worth the Effort
3n
187
28k
YesSQL, Process and Tooling at Scale
rocio
174
15k
Transcript
Django Girls 2015 HTML Randy Lien
HyperText Markup Language
超⽂文字標注語 聽起來好像很厲害
HTML 結構
<div class='sidebar'> <ul class='menu-‐list'>
<li class='menu-‐item'>Home</li> <li class='menu-‐item'>Profile</li> <li class='menu-‐item'>Facebook</li> </ul> </div> <div class='content'> <h1 class='article-‐title'>Title</h1> <h2>Tagname</h2> <p>................</p> </div>
<div class='sidebar'> <ul class='menu-‐list'>
<li class='menu-‐item'>Home</li> <li class='menu-‐item'>Profile</li> <li class='menu-‐item'>Facebook</li> </ul> </div> <div class='content'> <h1 class='article-‐title'>Title</h1> <h2>Tagname</h2> <p>................</p> </div> Tags
None
HTML HTML CSS JavaScript JavaScript CSS
JavaScript 互動⾏行為 HTML 結構 CSS 視覺呈現
<!DOCTYPE html> <html> <head>
<title>我的旅⾏行⽇日誌</title> <style> body { background-‐color: lightyellow; } em { color: LightSeaGreen; } </style> </head> <body> <h1>Hello World!</h1> <em>歡迎來到我的旅⾏行⽇日誌</em> </body> </html>
<h1>Header 1</h1> <h2>Header 2</h2> <h3>Header 3</h3> <h4>Header 4</h4> <h5>Header 5</h5>
<h6>Header 6</h6> <p>Paragraph.</p> ⽂文字類型的標籤
<h1>旅⾏行與我</h1> <h2>什麼是旅⾏行呢?</h2> <p>I <em>love</em> traveling!</p> <p>旅⾏行就像是⼀一段⼈人⽣生的⼩小旅程的縮影,妳不知道
妳會碰⾒見誰,你不知道會往那裡⾛走。</p> <h2>喜歡那個國家呢?</h2> <p><strong>⻄西班⽛牙!!!</strong>那裡是⼀一個夢 幻的國度,有美⻝⾷食,午覺,跟藝術。</p>
旅⾏行與我 什麼是旅⾏行呢? I love traveling! 旅⾏行就像是⼀一段⼈人⽣生的⼩小旅程的縮影,妳不知道妳會碰 ⾒見誰,你不知道會往那裡⾛走。
喜歡那個國家呢? ⻄西班⽛牙!!!那裡是⼀一個夢幻的國度,有美⻝⾷食,午覺,跟藝術。
<ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> <ol> <li>Item
1</li> <li>Item 2</li> <li>Item 3</li> </ol> • Item 1 • Item 2 • Item 3 1. Item 1 2. Item 2 3. Item 3
<a name='like' href='/like/' rel='like'> Like
</a> Like
<h2>⻄西班⽛牙</h2> <p>⻄西班⽛牙⺠民⾵風奔放熱情,當地⼈人喜愛⾾鬥⽜牛, 並且勢衷跳弗拉明⼽戈舞。同時也是吉他之鄉, 近代古典吉他就發源並興盛⾃自⻄西班⽛牙。</p> <h2>義⼤大利</h2> <p>義⼤大利⺫⽬目前擁有 44 處世界遺產,也是世 界上擁有最多世界遺產的國家。義⼤大利全國估 計有
100,000 個任何形式的紀念物。</p>
<div> <h2>⻄西班⽛牙</h2> <p>⻄西班⽛牙⺠民⾵風奔放熱情,當地⼈人喜愛⾾鬥⽜牛, 並且勢衷跳弗拉明⼽戈舞。同時也是吉他之鄉, 近代古典吉他就發源並興盛⾃自⻄西班⽛牙。</p> </div> <div> <h2>義⼤大利</h2> <p>義⼤大利⺫⽬目前擁有 44
處世界遺產,也是世 界上擁有最多世界遺產的國家。義⼤大利全國估 計有 100,000 個任何形式的紀念物。</p> </div>
<h2>⻄西班⽛牙</h2> <p>⻄西班⽛牙⺠民⾵風奔放熱情,當地⼈人喜愛⾾鬥⽜牛, 並且勢衷跳弗拉明⼽戈舞。同時也是吉他之鄉, 近代古典吉他就發源並興盛⾃自⻄西班⽛牙。</p>
<p><span>⻄西班⽛牙</span>⺠民⾵風奔放 熱情,當地⼈人喜愛⾾鬥⽜牛,並且熱衷跳 <span>弗拉明⼽戈舞</span>。同時也 是<span>吉他</span>之鄉,近代古 典吉他就發源並興盛⾃自⻄西班⽛牙。</p>
<div class='sidebar'> <ul class='menu-list'> <li class='menu-item'>Home</li> <li class='menu-item'>Profile</li> <li class='menu-item'>Facebook</li>
</ul> </div> <div class='content'> <h1 class='article-title'>Title</h1> <h2>Tagname</h2> <p>................</p> </div>
fin