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
Demystifying HTML: An introduction for beginners
Search
Lucas Cherkewski
August 12, 2017
Programming
0
290
Demystifying HTML: An introduction for beginners
Lucas Cherkewski
August 12, 2017
Tweet
Share
More Decks by Lucas Cherkewski
See All by Lucas Cherkewski
Learning to Code by Failing Safely
lchski
0
800
Tiny Little Pieces: Designing and developing with pattern libraries
lchski
1
190
Why bother with code?
lchski
1
740
(Re)Designing Creativity
lchski
0
210
Be the Perfect Client (Round 2!)
lchski
0
600
Be the Perfect Client
lchski
1
370
Other Decks in Programming
See All in Programming
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
CI改善もDatadogとともに
taumu
0
110
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
210
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
120
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
Amazon Bedrock Multi Agentsを試してきた
tm2
1
280
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.7k
定理証明プラットフォーム lapisla.net
abap34
1
1.7k
Open source software: how to live long and go far
gaelvaroquaux
0
620
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
7
2.5k
AHC041解説
terryu16
0
590
CNCF Project の作者が考えている OSS の運営
utam0k
5
690
Featured
See All Featured
Speed Design
sergeychernyshev
25
780
Done Done
chrislema
182
16k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Side Projects
sachag
452
42k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
The Cult of Friendly URLs
andyhume
78
6.2k
Being A Developer After 40
akosma
89
590k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Transcript
Demystifying HTML An introduction for bloggers
What’s the plan?
1. What is HTML?
1. What is HTML? 2. Why use it?
1. What is HTML? 2. Why use it? 3. How
do we use it?
1. What is HTML? 2. Why use it? 3. How
do we use it? 4. Where can we learn more?
(Picture of me)
Lucas Cherkewski
What is HTML?
HTML is…
HTML is… content
HTML is… content HTML is… description
HTML is… content HTML is… description HTML is… structure
HTML:
HTML: HyperText HTML:
HTML: HyperText HTML: Markup
HTML: HyperText HTML: Markup HTML: Language
Why use HTML?
Specify precisely what you mean
Accessibility
Easier editing in WordPress
Customizing plugins and themes
Stepping stone to learning to code
How do we write HTML?
Somewhere to code…
Somewhere to code… the “text” tab!
None
None
Back to language school!
Meet your new best friends:
Meet your new best friends: </>
A basic HTML “tag”:
A basic HTML “tag”: <p>
A basic HTML “tag”: <p>Our words…
A basic HTML “tag”: <p>Our words…</p>
<p>Our words…</p>
A real-world example…
None
None
None
None
None
=
= <strong>
None
<p> Yaks are the <strong>best</ strong> </p>
Some basic tags…
Some basic tags… • <p>
Some basic tags… • <p> • <h1>
Some basic tags… • <p> • <h1>, <h2>, <h3>, …
Some basic tags… • <p> • <h1>, <h2>, <h3>, …
• <a>
Going beyond simple description
<a>Check out my site!</a>
<a href="example.com">Check out my site!</a>
<a href="example.com">Check out my site!</a>
A small post
My great adventure I went to Vancouver. It was so
cool!
<article> <h1>My great adventure</h1> <p>I went to <a href="example.org">Vancouver</a>. It
was so <strong>cool</strong>!</p> </article>
<article> <h1>My great adventure</h1> <p>I went to <a href="example.org">Vancouver</a>. It
was so <strong>cool</strong>!</p> </article>
Where can we learn more about HTML?
In-person
In-person • Ladies Learning Code
In-person • Ladies Learning Code • Camp Tech
In-person • Ladies Learning Code • Camp Tech • Lighthouse
Labs
Online courses
Online courses • Treehouse
Online courses • Treehouse • Codecademy
Online courses • Treehouse • Codecademy • Lynda
Online resources
Online resources • CSS-Tricks
Online resources • CSS-Tricks • MDN
Online resources • CSS-Tricks • MDN • Stack Overflow
Tools
Tools • Code editors
Tools • Code editors • Codepen
Tools • Code editors • Codepen • Glitch
WordPress specific
WordPress specific • Codex
WordPress specific • Codex • Facebook groups
WordPress specific • Codex • Facebook groups • WordCamps and
meetups
What’d we talk about?
HTML is a language to describe content
Knowing HTML helps us work on the web
There are many resources to learn from
None
Thanks!
Thanks!
[email protected]
@lchski