It WS 01 - Lesson 01 - Introduction
It WS 01 - Lesson 01 - Introduction
.html / CSS / JS
Front-end web development
https://blog.hubspot.com.ph:80/virus/donotopen/xxx/index.html
HTML HTML
Website Web pages Document Elements
HTML Document
Structure
index.html
1. Document type
2. HTML
1. Head
2. Body
index.html
1. Document type
2. HTML
1. Head • Title
2. Body • Link
• CSS (Internal or
embedded)
• Meta
• Script (JavaScript)
***typical
index.html
1. Document type
2. HTML
1. Head
2. Body • Semantic Elements (Layout)
• Text & Formatting Elements
• Media (Images, Video,
Audio)
• Forms
***in category
<b>si ed</b>
HTML Element
everything from the start tag to the end tag
HTML Element
Anatomy
Pair Tags
<>...</>
<p>lorem</p>
<p>lorem</p>
Tags
<p>lorem</p>
Content
<p>lorem</p>
Tag Name
<p>lorem</p>
HTML Element
Singular Tags /
Unpaired Tags /
Standalone Tags /
Independent Tags
<>
<img src=“TalksALot.png” alt=“memes”>
<img src=“TalksALot.png” alt=“memes”>
Tag Name
<img src=“TalksALot.png” alt=“memes”>
Attribute
<img src=“TalksALot.png” alt=“memes”>
Attribute (also)
<img src=“TalksALot.png” alt=“memes”>
Attribute Name
<img src=“TalksALot.png” alt=“memes”>
Attribute Value
<img src=“TalksALot.png” alt=“memes”>
Attribute Name
<img src=“TalksALot.png” alt=“memes”>
Attribute Value
<img src=“TalksALot.png” alt=“memes”>
Constant???
<img src=“TalksALot.png” alt=“memes”>
HTML Element
<p id=“manok”>lorem</p>