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
280
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
780
Tiny Little Pieces: Designing and developing with pattern libraries
lchski
1
190
Why bother with code?
lchski
1
730
(Re)Designing Creativity
lchski
0
200
Be the Perfect Client (Round 2!)
lchski
0
590
Be the Perfect Client
lchski
1
370
Other Decks in Programming
See All in Programming
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
180
Simple組み合わせ村から大都会Railsにやってきた俺は / Coming to Rails from the Simple
moznion
3
2.1k
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.4k
Асинхронность неизбежна: как мы проектировали сервис уведомлений
lamodatech
0
1.3k
Amazon Nova Reelの可能性
hideg
0
200
テストコード書いてみませんか?
onopon
2
340
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
630
Rubyでつくるパケットキャプチャツール
ydah
0
170
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
940
LLM Supervised Fine-tuningの理論と実践
datanalyticslabo
8
1.9k
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
1.9k
為你自己學 Python
eddie
0
520
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
30
2.1k
What's in a price? How to price your products and services
michaelherold
244
12k
YesSQL, Process and Tooling at Scale
rocio
170
14k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.9k
BBQ
matthewcrist
85
9.4k
The Power of CSS Pseudo Elements
geoffreycrofte
74
5.4k
It's Worth the Effort
3n
183
28k
Statistics for Hackers
jakevdp
797
220k
The Pragmatic Product Professional
lauravandoore
32
6.4k
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