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)

PPT
HTML 5 Complete Reference
EPAM Systems
 
PPTX
Bootstrap ppt
Ishtdeep Hora
 
PPT
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
PPTX
Front End Development | Introduction
JohnTaieb
 
PPTX
Bootstrap ppt
Nidhi mishra
 
PDF
Introduction to HTML5
Gil Fink
 
PPT
CSS Basics
WordPress Memphis
 
PDF
CSS3, Media Queries, and Responsive Design
Zoe Gillenwater
 
PDF
Web Development Presentation
TurnToTech
 
PDF
Introduction to CSS3
Seble Nigussie
 
PPTX
FS_module_functions.pptx
Bareen Shaikh
 
PDF
Html / CSS Presentation
Shawn Calvert
 
PPTX
Lab #2: Introduction to Javascript
Walid Ashraf
 
PPT
JavaScript & Dom Manipulation
Mohammed Arif
 
PPT
How Cascading Style Sheets (CSS) Works
Amit Tyagi
 
PDF
Web Development Workshop (Front End)
DSCIIITLucknow
 
ODP
Introduction of Html/css/js
Knoldus Inc.
 
PDF
Bootstrap 5 basic
Jubair Ahmed Junjun
 
PPTX
Web Development
SabahtHussein
 
PPT
JQuery introduction
NexThoughts Technologies
 
HTML 5 Complete Reference
EPAM Systems
 
Bootstrap ppt
Ishtdeep Hora
 
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
Front End Development | Introduction
JohnTaieb
 
Bootstrap ppt
Nidhi mishra
 
Introduction to HTML5
Gil Fink
 
CSS Basics
WordPress Memphis
 
CSS3, Media Queries, and Responsive Design
Zoe Gillenwater
 
Web Development Presentation
TurnToTech
 
Introduction to CSS3
Seble Nigussie
 
FS_module_functions.pptx
Bareen Shaikh
 
Html / CSS Presentation
Shawn Calvert
 
Lab #2: Introduction to Javascript
Walid Ashraf
 
JavaScript & Dom Manipulation
Mohammed Arif
 
How Cascading Style Sheets (CSS) Works
Amit Tyagi
 
Web Development Workshop (Front End)
DSCIIITLucknow
 
Introduction of Html/css/js
Knoldus Inc.
 
Bootstrap 5 basic
Jubair Ahmed Junjun
 
Web Development
SabahtHussein
 
JQuery introduction
NexThoughts Technologies
 

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
Introduction to HTML and CSS
Mario Hernandez
 
PDF
Thinkful - Frontend Crash Course - Intro to HTML/CSS
TJ Stalcup
 
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
 
Introduction to HTML and CSS
Mario Hernandez
 
Thinkful - Frontend Crash Course - Intro to HTML/CSS
TJ Stalcup
 
Ad

Recently uploaded (20)

PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
July Patch Tuesday
Ivanti
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
July Patch Tuesday
Ivanti
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 

Web front end development introduction to html css and javascript