SlideShare a Scribd company logo
Web Front End
Development
Introduction to HTML, CSS, and Javascript
Marc Huang
What is Website?
How it works?
Before we start…
Web front end development introduction to html css and javascript
Client
Readers (Users)Server
Books (Websites)
Hi, I want to read this
Ok, here is the content of it
Hmm, I would like to start
This is the first page
Next page, please
Ok, here you are
Skip to page six
Sure, no problem
Go to Chapter 10
Well, you should pay some fees
Alright…
Making a Website
is like
Writing and organising the story
and chapters of a Book
Publish a Website
is as well as
Publish a Book
Today’s topic
• Is not about
• Build or publish a website
• Is about
• How to make a(each) page of a website
• Tools we used for doing this
• HTML, CSS, and Javascript
HTML
Body shape
CSS
Outfit
Javascript
Poses or moves
HTML
Hyper Text Markup Language
Ref: http://www.w3schools.com/hTml/
A small HTML document
How it looks in browsers
How to create it
Elements
Nested HTML Elements
Attributes
104px
142px
Quote Attribute Values
Single or Double Quotes
Common Elements
• <p>Paragraphs</p>
• <h1>Heading1</h1>
• <a href=“http://www.w3schools.com”>W3Schools</a>
• <img src=“w3schools.jpg” />
• <div>Block-level</div>
• <span>Inline Block</span>
• <ul><li>Coffee</li><li>Tea</li><li>Milk</li></ul>
• <table><tr><td>Table Cell</td></tr></table>
Block-level Elements
<h1>Heading1</h1> Texts follow h1 element
<a href=“http://www.w3schools.com”>W3Schools</a> Texts follow link element
Inline-level Elements
Entities
Charset
CSS
Cascading Style Sheets
Ref: http://www.w3schools.com/css/
Why Use CSS?
Syntax
How To
• External style sheet
• Internal style sheet
• Inline style
Cascading Order
Box Model
Width & Height of an
Element
Note for old IE: Internet Explorer 8 and earlier versions,
include padding and border in the width property. To fix this
problem, add a <!DOCTYPE html> to the HTML page.
Common Styles
• Related to Box
• Backgrounds, Display, Position, Float, Opacity
• Related to Content
• Colors, Fonts, Links, Overflow, Align
• Different formats of Box
• Lists, Tables, Forms, Imgs
Combinators
• descendant selector (space)
• div p { background-color: yellow; }
• child selector (>)
• div > p { background-color: yellow; }
• adjacent sibling selector (+)
• div + p { background-color: yellow; }
• general sibling selector (~)
• div ~ p {background-color: yellow; }
http://www.w3schools.com/css/css_combinators.asp
Pseudo-Classes
Dropdowns
http://www.w3schools.com/css/css_dropdowns.asp
Pseudo-Element
Pseudo-Element Cont.
Attribute Selectors
Javascript
is nothing to do with Java!
Ref: http://www.w3schools.com/js/
Javascript Can…
• Change HTML Content
• Change HTML Attributes
• Change HTML Styles (CSS)
• Hide/Show HTML Elements
• and more…
Where To
Syntax
Data Type
Null & Undefined
Functions
Objects
Objects Cont.
Objects Cont.
Scope
Events
Strings
• var answer = “It’s alright”;
• var answer = “He is called ‘Johnny’”;
• var answer = ‘He is called “Johnny”’;
• var answer = “He is called ”Johnny””;
• var answer = “He is called” + “Johnny”;
String Methods
• var str =“This is an example of string example”;
• var sln = str.length;
• var pos = str.indexOf(“is”);
• var lpos = str.lastIndexOf(“example”);
• var spos = str.search(“is”); //accept regular expressions
• var res = str.slice(“22,28”); //=“string”
• var res = str.substring(“22,28”); //=“string”
• var res = str.substr(“22,6”); //=“string”
• var n = str.replace(“string”,”integer”);
• var n = str.replace(/example/g, “sample”); // g = global match
Numbers
Dates
Arrays
Comparisons
Conditions
Switch
Loop For
Loop While
Break & Continue
Errors
JSON
Web front end development introduction to html css and javascript
One more thing…
Id and Class
Q & A
Thanks

More Related Content

What's hot (20)

PDF
Html,javascript & css
Predhin Sapru
 
PPT
Cascading Style Sheets (CSS) help
casestudyhelp
 
PPT
Ppt of web development
bethanygfair
 
PDF
Intro to HTML & CSS
Syed Sami
 
PDF
Introduction to HTML5
Gil Fink
 
PPTX
Introduction to Web Development
Parvez Mahbub
 
PDF
HTML & CSS Masterclass
Bernardo Raposo
 
PDF
WEB I - 01 - Introduction to Web Development
Randy Connolly
 
PPTX
Css3
Deepak Mangal
 
PDF
Introduction to HTML and CSS
Mario Hernandez
 
PPTX
ppt of web development for diploma student
Abhishekchauhan863165
 
PPTX
Web Development
Aditya Raman
 
PDF
Web Designing Presentation
RahulSuri30
 
PPT
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
PPTX
Css position
Webtech Learning
 
PPTX
presentation in html,css,javascript
FaysalAhammed5
 
KEY
HTML CSS & Javascript
David Lindkvist
 
PPTX
Html coding
Briana VanBuskirk
 
PPT
Introduction to JavaScript (1).ppt
MuhammadRehan856177
 
PDF
Html / CSS Presentation
Shawn Calvert
 
Html,javascript & css
Predhin Sapru
 
Cascading Style Sheets (CSS) help
casestudyhelp
 
Ppt of web development
bethanygfair
 
Intro to HTML & CSS
Syed Sami
 
Introduction to HTML5
Gil Fink
 
Introduction to Web Development
Parvez Mahbub
 
HTML & CSS Masterclass
Bernardo Raposo
 
WEB I - 01 - Introduction to Web Development
Randy Connolly
 
Introduction to HTML and CSS
Mario Hernandez
 
ppt of web development for diploma student
Abhishekchauhan863165
 
Web Development
Aditya Raman
 
Web Designing Presentation
RahulSuri30
 
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
Css position
Webtech Learning
 
presentation in html,css,javascript
FaysalAhammed5
 
HTML CSS & Javascript
David Lindkvist
 
Html coding
Briana VanBuskirk
 
Introduction to JavaScript (1).ppt
MuhammadRehan856177
 
Html / CSS Presentation
Shawn Calvert
 

Viewers also liked (17)

PPT
Hanoi php day 2008 - 03. dang minh tuan - html, css, javascript
Nguyen Duc Phu
 
PPTX
The scarlet letter
Jayshree Kunchala
 
PDF
FrenchKit: End to End Application Development with Swift
Chris Bailey
 
PPTX
Python Programming Essentials - M7 - Strings
P3 InfoTech Solutions Pvt. Ltd.
 
PPTX
Activity 5
John Vincent Caño
 
PPTX
Using Quotes in Newswriting
CubReporters.org
 
PPT
presentation on static website design
jyotiyadav1926
 
PDF
Intro to Dynamic Web Pages
Jussi Pohjolainen
 
PPTX
Static dynamic and active web pages
Mohammad Kamrul Hasan
 
PDF
HTML5 JavaScript APIs
Remy Sharp
 
PDF
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Cedric Spillebeen
 
DOCX
Project Report
Kunal Thakur
 
KEY
HTML presentation for beginners
jeroenvdmeer
 
PPT
Introduction to html
vikasgaur31
 
PPT
Html Ppt
vijayanit
 
PPT
Introduction to HTML
MayaLisa
 
PDF
How to Become a Thought Leader in Your Niche
Leslie Samuel
 
Hanoi php day 2008 - 03. dang minh tuan - html, css, javascript
Nguyen Duc Phu
 
The scarlet letter
Jayshree Kunchala
 
FrenchKit: End to End Application Development with Swift
Chris Bailey
 
Python Programming Essentials - M7 - Strings
P3 InfoTech Solutions Pvt. Ltd.
 
Activity 5
John Vincent Caño
 
Using Quotes in Newswriting
CubReporters.org
 
presentation on static website design
jyotiyadav1926
 
Intro to Dynamic Web Pages
Jussi Pohjolainen
 
Static dynamic and active web pages
Mohammad Kamrul Hasan
 
HTML5 JavaScript APIs
Remy Sharp
 
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Cedric Spillebeen
 
Project Report
Kunal Thakur
 
HTML presentation for beginners
jeroenvdmeer
 
Introduction to html
vikasgaur31
 
Html Ppt
vijayanit
 
Introduction to HTML
MayaLisa
 
How to Become a Thought Leader in Your Niche
Leslie Samuel
 
Ad

Similar to Web front end development introduction to html css and javascript (20)

PDF
Javascript Html Css A Stepbystep Guide Student Student
zorahpyzer7p
 
PPTX
Web Development basics with WordPress
Rashna Maharjan
 
PPTX
025444215.pptx
RiyaJenner1
 
PPT
Introduction css
sagaroceanic11
 
PPT
Introduction css
sagaroceanic11
 
PDF
HTML+CSS: how to get started
Dimitris Tsironis
 
PPTX
Rakshat bhati
Rakshat bhati
 
PPTX
Workshop 2 Slides.pptx
DaniyalSardar
 
PPTX
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
HarshwardhanPatil52
 
PPT
ppt.ppt
Sana903754
 
PPTX
GDG On Campus NBNSCOE Web Workshop Day 1 : HTML & CSS
udaymore742
 
PDF
Presentation on htmlcssjs-130221085257-phpapp02.pdf
MeetRajani2
 
PPTX
Introduction to Web Development.pptx
GDSCVJTI
 
PPTX
Introduction to Web Development.pptx
Alisha Kamat
 
PPTX
Introduction to Web Development.pptx
Alisha Kamat
 
PDF
A Complete Guide to Frontend - UI Developer
nariyaravi
 
PDF
Code &amp; design your first website (3:16)
Thinkful
 
PPTX
Html, css and jquery introduction
cncwebworld
 
PDF
Thinkful - Frontend Crash Course - Intro to HTML/CSS
TJ Stalcup
 
PDF
Html:css crash course (4:5)
Thinkful
 
Javascript Html Css A Stepbystep Guide Student Student
zorahpyzer7p
 
Web Development basics with WordPress
Rashna Maharjan
 
025444215.pptx
RiyaJenner1
 
Introduction css
sagaroceanic11
 
Introduction css
sagaroceanic11
 
HTML+CSS: how to get started
Dimitris Tsironis
 
Rakshat bhati
Rakshat bhati
 
Workshop 2 Slides.pptx
DaniyalSardar
 
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
HarshwardhanPatil52
 
ppt.ppt
Sana903754
 
GDG On Campus NBNSCOE Web Workshop Day 1 : HTML & CSS
udaymore742
 
Presentation on htmlcssjs-130221085257-phpapp02.pdf
MeetRajani2
 
Introduction to Web Development.pptx
GDSCVJTI
 
Introduction to Web Development.pptx
Alisha Kamat
 
Introduction to Web Development.pptx
Alisha Kamat
 
A Complete Guide to Frontend - UI Developer
nariyaravi
 
Code &amp; design your first website (3:16)
Thinkful
 
Html, css and jquery introduction
cncwebworld
 
Thinkful - Frontend Crash Course - Intro to HTML/CSS
TJ Stalcup
 
Html:css crash course (4:5)
Thinkful
 
Ad

Recently uploaded (20)

PDF
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
ScyllaDB
 
DOCX
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
PDF
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
PDF
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
PDF
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
SANGHEE SHIN
 
PDF
UiPath Agentic AI ile Akıllı Otomasyonun Yeni Çağı
UiPathCommunity
 
PDF
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
PDF
Why aren't you using FME Flow's CPU Time?
Safe Software
 
PPTX
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
PDF
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
PDF
Open Source Milvus Vector Database v 2.6
Zilliz
 
PDF
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
Safe Software
 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
 
PPTX
reInforce 2025 Lightning Talk - Scott Francis.pptx
ScottFrancis51
 
PDF
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
 
PDF
FME as an Orchestration Tool with Principles From Data Gravity
Safe Software
 
PPSX
Usergroup - OutSystems Architecture.ppsx
Kurt Vandevelde
 
PDF
Unlocking FME Flow’s Potential: Architecture Design for Modern Enterprises
Safe Software
 
PDF
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
PPTX
𝙳𝚘𝚠𝚗𝚕𝚘𝚊𝚍—Wondershare Filmora Crack 14.0.7 + Key Download 2025
sebastian aliya
 
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
ScyllaDB
 
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
SANGHEE SHIN
 
UiPath Agentic AI ile Akıllı Otomasyonun Yeni Çağı
UiPathCommunity
 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
Why aren't you using FME Flow's CPU Time?
Safe Software
 
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
Open Source Milvus Vector Database v 2.6
Zilliz
 
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
Safe Software
 
Kubernetes - Architecture & Components.pdf
geethak285
 
reInforce 2025 Lightning Talk - Scott Francis.pptx
ScottFrancis51
 
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
 
FME as an Orchestration Tool with Principles From Data Gravity
Safe Software
 
Usergroup - OutSystems Architecture.ppsx
Kurt Vandevelde
 
Unlocking FME Flow’s Potential: Architecture Design for Modern Enterprises
Safe Software
 
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
𝙳𝚘𝚠𝚗𝚕𝚘𝚊𝚍—Wondershare Filmora Crack 14.0.7 + Key Download 2025
sebastian aliya
 

Web front end development introduction to html css and javascript