SlideShare une entreprise Scribd logo
1  sur  21
Web Fundamentals
Objective
1st
Step
2nd
Step
3rd
Step
4th
Step
5th
Step
We stand here
Types of
Websites
How does it really
works
First web
page
First
web project?
Structure and
Styling
What are websites types?
Dynamic vs Static
Static websites
Our
webs
ite
HTML5
File
CSS
File
JS
File
Dynamic websites
Our
webs
ite
HTM
L5
File
HTM
L5
File
JS
File
PHP
File
SQL
File
How does web work?
Application Server & Web Server
Internet
HTTP Requests
Web Response
Protocol
Requests
Our First Web Page
Web Page Structure
Header
Main Content
Footer
Web Page Structure
<!DOCTYPE html>
<head>
<title>Page Title</title>
</head>
<body>
[...] yada yada yada [...]
</body>
</html>
Web Page Structure in depth
<!DOCTYPE html>
<head>
<title>Page Title</title>
<meta ...>
<link rel="stylesheet" type="text/css" href="">
<link rel="icon" href="my/path/to/favicon.ico" type="image/x-icon" />
<script type="text/javascript"></script>
</head>
<body>
<header>
<nav></nav>
</header>
<section>
<article></article>
…
<!-->This is a comment<-->
</section>
<aside></aside>
<footer></footer>
</body>
</html>
Structure and Styling
What is structure?
Head Structure in depth
<head>
<title>Page Title</title>
<meta ...>
<link rel="stylesheet" type="text/css" href="">
<link rel="icon" href="my/path/to/favicon.ico" type="image/x-icon" />
<script type="text/javascript"></script>
</head>
Body Structure in depth
Body Structure:
<body>
<header>
<nav></nav>
</header>
<section>
<article></article>
...
</section>
<aside></aside>
<footer></footer>
</body>
Important tags inside of Body:
<h1></h1> Header tag from 1
.
.
<h6></h6> To 6
<p></p> Paragraph tag
<ul></ul> (<ol></ol>) List tag
<a></a> Link tag
<img> Image tag
<table></table> Table tag
<video></video> Video tag
<audio></audio> Audio tag
<br/> Break-line
<hr> Horizontal line
<div></div> new block
What is styling?
Styling web pages
CSS: Cascading Style Sheet
body{
background-color: #015582;
color: white;
line-height:1.45
}
img{
width:100%;
height:400px;
}
Styling in depth
3 ways to add styles to the code:
➔ Inside the Style tag
<style type="text/css">
body{
background-color: #015582;
color: white;
line-height:1.45
}
img{
width:100%;
height:400px;
}
</style>
➔ Inside a tag using style attribute
<p style = "color:red;"></p>
➔ In an external file
<link rel="stylesheet" type="text/css" href="path/to/file.css">
Styling in depth
Why use CSS:
➔ Defining areas
➔ Defining Colors
➔ Creating transitions
➔ Fonts
➔ ...
➔ Responsiveness
➔ Usability
First web project
Creating our first web project
Understanding
folder hierarchy
Ask Questions
Pick a project
Present your
work
Work together
Thank you
Fadwa Gmiden

Contenu connexe

Tendances

Introduction to the Web and HTML
Introduction to the Web and HTMLIntroduction to the Web and HTML
Introduction to the Web and HTMLSiddharthBorderwala
 
Web Development basics with WordPress
Web Development basics with WordPressWeb Development basics with WordPress
Web Development basics with WordPressRashna Maharjan
 
Points for Design and Development of SEO friendly websites
Points for Design and Development of SEO friendly websitesPoints for Design and Development of SEO friendly websites
Points for Design and Development of SEO friendly websitesSingsys Pte Ltd
 
Html css crash course may 11th, atlanta
Html css crash course may 11th, atlantaHtml css crash course may 11th, atlanta
Html css crash course may 11th, atlantaThinkful
 
Wai yanleunglinktag
Wai yanleunglinktagWai yanleunglinktag
Wai yanleunglinktagwaiyanleung
 
Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLOlivia Moran
 
Html:css crash course (4:5)
Html:css crash course (4:5)Html:css crash course (4:5)
Html:css crash course (4:5)Thinkful
 
getting_rid_of_duplicate_content_iss-ben_dangelo.ppt
getting_rid_of_duplicate_content_iss-ben_dangelo.pptgetting_rid_of_duplicate_content_iss-ben_dangelo.ppt
getting_rid_of_duplicate_content_iss-ben_dangelo.pptzachbrowne
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTMLMarlon Jamera
 
Web design using html
Web design using htmlWeb design using html
Web design using htmlElsaS7
 
Web programming css
Web programming cssWeb programming css
Web programming cssUma mohan
 
CSS- Cascading Style Sheet
CSS- Cascading Style SheetCSS- Cascading Style Sheet
CSS- Cascading Style SheetCodewizacademy
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageCodewizacademy
 
Lecture 5 seo training
Lecture   5 seo trainingLecture   5 seo training
Lecture 5 seo trainingUmair Tahir
 

Tendances (20)

Basics of HTML
Basics of HTMLBasics of HTML
Basics of HTML
 
Introduction to the Web and HTML
Introduction to the Web and HTMLIntroduction to the Web and HTML
Introduction to the Web and HTML
 
Web Development basics with WordPress
Web Development basics with WordPressWeb Development basics with WordPress
Web Development basics with WordPress
 
Points for Design and Development of SEO friendly websites
Points for Design and Development of SEO friendly websitesPoints for Design and Development of SEO friendly websites
Points for Design and Development of SEO friendly websites
 
Web development
Web developmentWeb development
Web development
 
Html css crash course may 11th, atlanta
Html css crash course may 11th, atlantaHtml css crash course may 11th, atlanta
Html css crash course may 11th, atlanta
 
Php ppt
Php pptPhp ppt
Php ppt
 
Wai yanleunglinktag
Wai yanleunglinktagWai yanleunglinktag
Wai yanleunglinktag
 
Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTML
 
Web development basics
Web development basicsWeb development basics
Web development basics
 
Html:css crash course (4:5)
Html:css crash course (4:5)Html:css crash course (4:5)
Html:css crash course (4:5)
 
getting_rid_of_duplicate_content_iss-ben_dangelo.ppt
getting_rid_of_duplicate_content_iss-ben_dangelo.pptgetting_rid_of_duplicate_content_iss-ben_dangelo.ppt
getting_rid_of_duplicate_content_iss-ben_dangelo.ppt
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTML
 
Bayt training
Bayt trainingBayt training
Bayt training
 
Web design using html
Web design using htmlWeb design using html
Web design using html
 
Html and css
Html and cssHtml and css
Html and css
 
Web programming css
Web programming cssWeb programming css
Web programming css
 
CSS- Cascading Style Sheet
CSS- Cascading Style SheetCSS- Cascading Style Sheet
CSS- Cascading Style Sheet
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
 
Lecture 5 seo training
Lecture   5 seo trainingLecture   5 seo training
Lecture 5 seo training
 

En vedette

La connexió inal·làmbrica
La connexió inal·làmbricaLa connexió inal·làmbrica
La connexió inal·làmbricaegx1997
 
33 faktaa liidien hallinnasta ja markkinoinnin automaatiosta
33 faktaa liidien hallinnasta ja markkinoinnin automaatiosta33 faktaa liidien hallinnasta ja markkinoinnin automaatiosta
33 faktaa liidien hallinnasta ja markkinoinnin automaatiostaAPSIS
 
Different cultures
Different culturesDifferent cultures
Different culturesmajomarins
 
Software que se aplican en las áreas de
Software que se aplican en las áreas deSoftware que se aplican en las áreas de
Software que se aplican en las áreas deyarael charal
 
SanctionsACEWebinar102915
SanctionsACEWebinar102915SanctionsACEWebinar102915
SanctionsACEWebinar102915Michael Heller
 
Deliverability DOs and DON'Ts: What to keep in mind
Deliverability DOs and DON'Ts: What to keep in mindDeliverability DOs and DON'Ts: What to keep in mind
Deliverability DOs and DON'Ts: What to keep in mindAPSIS
 
Malformaciones Genéticas Johan Garcia 16721844
Malformaciones Genéticas Johan Garcia 16721844Malformaciones Genéticas Johan Garcia 16721844
Malformaciones Genéticas Johan Garcia 16721844ministerio educacion
 
Inovacciones del maouse
Inovacciones del maouseInovacciones del maouse
Inovacciones del maouseyarael charal
 
VAWAS Virtual Ward Pilot in Easington
VAWAS Virtual Ward Pilot in EasingtonVAWAS Virtual Ward Pilot in Easington
VAWAS Virtual Ward Pilot in EasingtonMinney org Ltd
 
Software que se aplican en las áreas de
Software que se aplican en las áreas deSoftware que se aplican en las áreas de
Software que se aplican en las áreas deyarael charal
 
Natural monopoly &amp; mergers hs
Natural monopoly &amp; mergers hsNatural monopoly &amp; mergers hs
Natural monopoly &amp; mergers hsDonna Miller
 
Séminaire de formation - Exploitation minière et gestion de l'incertitude
Séminaire de formation - Exploitation minière et gestion de l'incertitudeSéminaire de formation - Exploitation minière et gestion de l'incertitude
Séminaire de formation - Exploitation minière et gestion de l'incertitudeGroupe Managem
 

En vedette (18)

La connexió inal·làmbrica
La connexió inal·làmbricaLa connexió inal·làmbrica
La connexió inal·làmbrica
 
33 faktaa liidien hallinnasta ja markkinoinnin automaatiosta
33 faktaa liidien hallinnasta ja markkinoinnin automaatiosta33 faktaa liidien hallinnasta ja markkinoinnin automaatiosta
33 faktaa liidien hallinnasta ja markkinoinnin automaatiosta
 
El autismo
El autismoEl autismo
El autismo
 
Different cultures
Different culturesDifferent cultures
Different cultures
 
Retrospective
RetrospectiveRetrospective
Retrospective
 
Software que se aplican en las áreas de
Software que se aplican en las áreas deSoftware que se aplican en las áreas de
Software que se aplican en las áreas de
 
SanctionsACEWebinar102915
SanctionsACEWebinar102915SanctionsACEWebinar102915
SanctionsACEWebinar102915
 
Deliverability DOs and DON'Ts: What to keep in mind
Deliverability DOs and DON'Ts: What to keep in mindDeliverability DOs and DON'Ts: What to keep in mind
Deliverability DOs and DON'Ts: What to keep in mind
 
Agile Testing
Agile Testing Agile Testing
Agile Testing
 
PSPO I
PSPO IPSPO I
PSPO I
 
Malformaciones Genéticas Johan Garcia 16721844
Malformaciones Genéticas Johan Garcia 16721844Malformaciones Genéticas Johan Garcia 16721844
Malformaciones Genéticas Johan Garcia 16721844
 
Modelo 51m² | Br-Homes
Modelo 51m² | Br-HomesModelo 51m² | Br-Homes
Modelo 51m² | Br-Homes
 
Inovacciones del maouse
Inovacciones del maouseInovacciones del maouse
Inovacciones del maouse
 
VAWAS Virtual Ward Pilot in Easington
VAWAS Virtual Ward Pilot in EasingtonVAWAS Virtual Ward Pilot in Easington
VAWAS Virtual Ward Pilot in Easington
 
Software que se aplican en las áreas de
Software que se aplican en las áreas deSoftware que se aplican en las áreas de
Software que se aplican en las áreas de
 
Natural monopoly &amp; mergers hs
Natural monopoly &amp; mergers hsNatural monopoly &amp; mergers hs
Natural monopoly &amp; mergers hs
 
Agile for infrastructure- Kshitij Nema
Agile for infrastructure- Kshitij NemaAgile for infrastructure- Kshitij Nema
Agile for infrastructure- Kshitij Nema
 
Séminaire de formation - Exploitation minière et gestion de l'incertitude
Séminaire de formation - Exploitation minière et gestion de l'incertitudeSéminaire de formation - Exploitation minière et gestion de l'incertitude
Séminaire de formation - Exploitation minière et gestion de l'incertitude
 

Similaire à Web essentials

Lecture6 web design and development
Lecture6 web design and developmentLecture6 web design and development
Lecture6 web design and developmentRafi Haidari
 
Web design and Development
Web design and DevelopmentWeb design and Development
Web design and DevelopmentShagor Ahmed
 
Intro to HTML and CSS
Intro to HTML and CSSIntro to HTML and CSS
Intro to HTML and CSSlexinamer
 
3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02Aditya Varma
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page DesigningAmit Mali
 
Darwin web standards
Darwin web standardsDarwin web standards
Darwin web standardsJustin Avery
 
HTML Notes And Some Attributes
HTML Notes And Some AttributesHTML Notes And Some Attributes
HTML Notes And Some AttributesHIFZUR RAHMAN
 
HTML CSS by Anubhav Singh
HTML CSS by Anubhav SinghHTML CSS by Anubhav Singh
HTML CSS by Anubhav SinghAnubhav659
 
HTML 5 Fundamental
HTML 5 FundamentalHTML 5 Fundamental
HTML 5 FundamentalLanh Le
 
HTML5 - Web Development Fundaments Part 1 - DeepDive Learning Academy
HTML5 - Web Development Fundaments Part 1 - DeepDive Learning AcademyHTML5 - Web Development Fundaments Part 1 - DeepDive Learning Academy
HTML5 - Web Development Fundaments Part 1 - DeepDive Learning AcademyParag Mujumdar
 
Basics of html for web development by software outsourcing company india
Basics of html for web development   by software outsourcing company indiaBasics of html for web development   by software outsourcing company india
Basics of html for web development by software outsourcing company indiaJignesh Aakoliya
 
Web technologies-course 02.pptx
Web technologies-course 02.pptxWeb technologies-course 02.pptx
Web technologies-course 02.pptxStefan Oprea
 
Code & Design Your First Website (Downtown Los Angeles)
Code & Design Your First Website (Downtown Los Angeles)Code & Design Your First Website (Downtown Los Angeles)
Code & Design Your First Website (Downtown Los Angeles)Thinkful
 

Similaire à Web essentials (20)

Lecture6 web design and development
Lecture6 web design and developmentLecture6 web design and development
Lecture6 web design and development
 
Web Design Fundamentals By Ahmed Faris
Web Design Fundamentals By Ahmed FarisWeb Design Fundamentals By Ahmed Faris
Web Design Fundamentals By Ahmed Faris
 
Web design and Development
Web design and DevelopmentWeb design and Development
Web design and Development
 
Intro to HTML and CSS
Intro to HTML and CSSIntro to HTML and CSS
Intro to HTML and CSS
 
Html
HtmlHtml
Html
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page Designing
 
Darwin web standards
Darwin web standardsDarwin web standards
Darwin web standards
 
Day1
Day1Day1
Day1
 
Html basics
Html basicsHtml basics
Html basics
 
HTML Notes And Some Attributes
HTML Notes And Some AttributesHTML Notes And Some Attributes
HTML Notes And Some Attributes
 
HTML CSS by Anubhav Singh
HTML CSS by Anubhav SinghHTML CSS by Anubhav Singh
HTML CSS by Anubhav Singh
 
HTML 5 Fundamental
HTML 5 FundamentalHTML 5 Fundamental
HTML 5 Fundamental
 
Basic of web design
Basic of web designBasic of web design
Basic of web design
 
HTML5 - Web Development Fundaments Part 1 - DeepDive Learning Academy
HTML5 - Web Development Fundaments Part 1 - DeepDive Learning AcademyHTML5 - Web Development Fundaments Part 1 - DeepDive Learning Academy
HTML5 - Web Development Fundaments Part 1 - DeepDive Learning Academy
 
Basics of html for web development by software outsourcing company india
Basics of html for web development   by software outsourcing company indiaBasics of html for web development   by software outsourcing company india
Basics of html for web development by software outsourcing company india
 
Web technologies-course 02.pptx
Web technologies-course 02.pptxWeb technologies-course 02.pptx
Web technologies-course 02.pptx
 
Code & Design Your First Website (Downtown Los Angeles)
Code & Design Your First Website (Downtown Los Angeles)Code & Design Your First Website (Downtown Los Angeles)
Code & Design Your First Website (Downtown Los Angeles)
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 

Plus de Fadwa Gmiden

Managing time and productivity
Managing time and productivityManaging time and productivity
Managing time and productivityFadwa Gmiden
 
IoT in Smart Cities
IoT in Smart CitiesIoT in Smart Cities
IoT in Smart CitiesFadwa Gmiden
 
Web Development best practices
Web Development best practicesWeb Development best practices
Web Development best practicesFadwa Gmiden
 
Ubuntu presentation
Ubuntu presentationUbuntu presentation
Ubuntu presentationFadwa Gmiden
 
Synchronisation sous systeme linux
Synchronisation sous systeme linuxSynchronisation sous systeme linux
Synchronisation sous systeme linuxFadwa Gmiden
 

Plus de Fadwa Gmiden (9)

Managing time and productivity
Managing time and productivityManaging time and productivity
Managing time and productivity
 
IoT in Smart Cities
IoT in Smart CitiesIoT in Smart Cities
IoT in Smart Cities
 
Flask
FlaskFlask
Flask
 
H2O
H2OH2O
H2O
 
Snort
SnortSnort
Snort
 
Metal as a Server
Metal as a ServerMetal as a Server
Metal as a Server
 
Web Development best practices
Web Development best practicesWeb Development best practices
Web Development best practices
 
Ubuntu presentation
Ubuntu presentationUbuntu presentation
Ubuntu presentation
 
Synchronisation sous systeme linux
Synchronisation sous systeme linuxSynchronisation sous systeme linux
Synchronisation sous systeme linux
 

Dernier

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Dernier (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

Web essentials

  • 2. Objective 1st Step 2nd Step 3rd Step 4th Step 5th Step We stand here Types of Websites How does it really works First web page First web project? Structure and Styling
  • 4. Dynamic vs Static Static websites Our webs ite HTML5 File CSS File JS File Dynamic websites Our webs ite HTM L5 File HTM L5 File JS File PHP File SQL File
  • 5. How does web work?
  • 6. Application Server & Web Server Internet HTTP Requests Web Response Protocol Requests
  • 9. Web Page Structure <!DOCTYPE html> <head> <title>Page Title</title> </head> <body> [...] yada yada yada [...] </body> </html>
  • 10. Web Page Structure in depth <!DOCTYPE html> <head> <title>Page Title</title> <meta ...> <link rel="stylesheet" type="text/css" href=""> <link rel="icon" href="my/path/to/favicon.ico" type="image/x-icon" /> <script type="text/javascript"></script> </head> <body> <header> <nav></nav> </header> <section> <article></article> … <!-->This is a comment<--> </section> <aside></aside> <footer></footer> </body> </html>
  • 13. Head Structure in depth <head> <title>Page Title</title> <meta ...> <link rel="stylesheet" type="text/css" href=""> <link rel="icon" href="my/path/to/favicon.ico" type="image/x-icon" /> <script type="text/javascript"></script> </head>
  • 14. Body Structure in depth Body Structure: <body> <header> <nav></nav> </header> <section> <article></article> ... </section> <aside></aside> <footer></footer> </body> Important tags inside of Body: <h1></h1> Header tag from 1 . . <h6></h6> To 6 <p></p> Paragraph tag <ul></ul> (<ol></ol>) List tag <a></a> Link tag <img> Image tag <table></table> Table tag <video></video> Video tag <audio></audio> Audio tag <br/> Break-line <hr> Horizontal line <div></div> new block
  • 16. Styling web pages CSS: Cascading Style Sheet body{ background-color: #015582; color: white; line-height:1.45 } img{ width:100%; height:400px; }
  • 17. Styling in depth 3 ways to add styles to the code: ➔ Inside the Style tag <style type="text/css"> body{ background-color: #015582; color: white; line-height:1.45 } img{ width:100%; height:400px; } </style> ➔ Inside a tag using style attribute <p style = "color:red;"></p> ➔ In an external file <link rel="stylesheet" type="text/css" href="path/to/file.css">
  • 18. Styling in depth Why use CSS: ➔ Defining areas ➔ Defining Colors ➔ Creating transitions ➔ Fonts ➔ ... ➔ Responsiveness ➔ Usability
  • 20. Creating our first web project Understanding folder hierarchy Ask Questions Pick a project Present your work Work together