SlideShare a Scribd company logo
BOOT CAMP
Web Development
By : PROXIMUS
Project - Music App
How a webpage is
designed?
Let’s see the architecture behind this Project!
Html Source Code CSS Source Code
Lets understand the HTML tags and
CSS used and implemented over this
whole project.
What tags are used in header?
• Icon Tag - < i class=“xyz” id=”abc” ></ i>,
generally used for logo or particular Symbol
•Head tag - <h1>Playlist</h1>
used for Brand Name
•Anchor Tag - <a href=“xyz.com”>My
Library</a>
used for links
•<button type=“search”> </button>
•Search Bar – Using div tag nd adding Css
to give it shape.
•Login Button - <button> ,<a>,<form>
•<header> - Defines a header for a document or
a section
•<nav> - Defines a set of navigation links
•<section> - Defines a section in a document
•<article> - Defines an independent, self-
contained content
•<aside> - Defines content aside from the
content (like a sidebar)
•<footer> - Defines a footer for a document or a
section
•<details> - Defines additional details that the
user can open and close on demand
•<summary> - Defines a heading for
the <details> element
Most basic tags that separates the
parts of a Webpage
What can Main Content area contains!
• <p> - paragraph contents
• <img> -Hero Image or even for logo
• <ul>,<li>- ordering the music playlist
• <button>--to Play
• <span> - better for inline styling
Lets explore some more Tags
•<meta> - defines metadata about an HTML,
page description, keywords, author, viewport
settings.
• <title> - tag defines the title of the page.
•<nav> - contains 2,3 anchor tags displays it
online
•<div>- divides particular stuff in between body
•<section>
•<!– Comments-- Comments - this never
displays.
• <link> - for adding Stylesheets or Bootstrap or
fontawsm links
• <ul>,<ol>,<li> -
Some Formatting tags
•<b>-bolds the text e.g.- bold
•<i> - italics the text - Italic
•<sup> - superscript e.g.- x²
•<sub> - subscript e.g.- O3
•<caption> - captions the table box
or a particular stuff
•<span> - inline organization and styling.
•<h1>, <h2>, <h3>, <h4>, <h5>,
<h6>
•<hr> - for creating Horizontal line.
•<br> - breaking lines or jumping
to next line.
CSS Basic Syntax
1. tagName { attribute1 : value1 ; attribute2 : value2; }
2. className { attribute1 : value1 ; attribute2 : value2; }
3. #idName { attribute1 : value1 ; attribute2 : value2; }
Now , lets begin with CSS
e.g.
•External CSS
<link rel="stylesheet" href="mystyle.css">
•Internal CSS
<head> <style> //styling code
</style></head>
•Inline CSS
<p style="color:red;">This is a
paragraph.</p>
Three Ways to Insert CSS
CSS Box Properties
•Color - gives color to text of box
div { color: Green;}
•Background-color - gives background color to text inside box
div { background-color: Tomato;}
•Padding margin
div {padding-top: 50px; padding-right: 30px; padding-bottom-
50px; padding-left: 80px; }
Or div {padding: 50px;
•Border-width
div { border: 1px solid red;}
•Border-color
div { border: 1px solid red;}
•Border-style
div { border: 1px solid red;}
Style can also be groove, double, dashed, dotted
bottom:
Common CSS Layout Properties
•Width
div{ width: 80px; }
•Height
div{ height: 70px; }
•Float
div{ Float : left; }
•Clear
div{ clear : right }
•Border
div { border: 2px solid black; }
•Padding
div{padding: 2px; }
•Margin
div{ margin: 2px; }
CSS Font
•Font Families
.p {
font-family: Arial, Helvetica, sans-serif;
}
•Font style
font-style: normal/italic/oblique/initial/inherit;
•Font –weight
p {
font-weight: bold/ normal/oblique;
}
•Font-size
p {
font-size: 15px;
}
FOLLOW US
@proximus_hmritm
PROXIMUS HMRITM
proximushmritm@gmail.com

More Related Content

Similar to boot camp proximus.pptx

CSS
CSSCSS
W3Conf slides - The top web features from caniuse.com you can use today
W3Conf slides - The top web features from caniuse.com you can use todayW3Conf slides - The top web features from caniuse.com you can use today
W3Conf slides - The top web features from caniuse.com you can use today
adeveria
 
Web
WebWeb
Concept of CSS unit3
Concept of CSS unit3Concept of CSS unit3
Concept of CSS unit3
SURBHI SAROHA
 
The Future is Modular, Jonathan Snook
The Future is Modular, Jonathan SnookThe Future is Modular, Jonathan Snook
The Future is Modular, Jonathan Snook
Future Insights
 
Intermediate Web Design
Intermediate Web DesignIntermediate Web Design
Intermediate Web Design
mlincol2
 
Artdm171 Week4 Tags
Artdm171 Week4 TagsArtdm171 Week4 Tags
Artdm171 Week4 Tags
Gilbert Guerrero
 
Css week10 2019 2020 for g10 by eng.osama ghandour
Css week10 2019 2020 for g10 by eng.osama ghandourCss week10 2019 2020 for g10 by eng.osama ghandour
Css week10 2019 2020 for g10 by eng.osama ghandour
Osama Ghandour Geris
 
SharePoint 2010 branding
SharePoint 2010 brandingSharePoint 2010 branding
SharePoint 2010 branding
Phil Wicklund
 
Html5 elements-Kip Academy
Html5 elements-Kip AcademyHtml5 elements-Kip Academy
Html5 elements-Kip Academy
kip academy
 
Thinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSSThinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSS
TJ Stalcup
 
Layout & css lecture
Layout & css lectureLayout & css lecture
Layout & css lecture
Cassandra Marshall
 
HTML5 & CSS3 Flag
HTML5 & CSS3 FlagHTML5 & CSS3 Flag
HTML5 & CSS3 Flag
Christopher Schmitt
 
css v1 guru
css v1 gurucss v1 guru
css v1 guru
GuruPada Das
 
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
Thinkful
 
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
 
Web development basics
Web development basicsWeb development basics
Web development basics
Kalluri Vinay Reddy
 
Intro To Twitter Bootstrap
Intro To Twitter BootstrapIntro To Twitter Bootstrap
Intro To Twitter Bootstrap
Ahmed Haque
 
Css week11 2019 2020 for g10 by eng.osama ghandour
Css week11 2019 2020 for g10 by eng.osama ghandourCss week11 2019 2020 for g10 by eng.osama ghandour
Css week11 2019 2020 for g10 by eng.osama ghandour
Osama Ghandour Geris
 
BITM3730 9-26.pptx
BITM3730 9-26.pptxBITM3730 9-26.pptx
BITM3730 9-26.pptx
MattMarino13
 

Similar to boot camp proximus.pptx (20)

CSS
CSSCSS
CSS
 
W3Conf slides - The top web features from caniuse.com you can use today
W3Conf slides - The top web features from caniuse.com you can use todayW3Conf slides - The top web features from caniuse.com you can use today
W3Conf slides - The top web features from caniuse.com you can use today
 
Web
WebWeb
Web
 
Concept of CSS unit3
Concept of CSS unit3Concept of CSS unit3
Concept of CSS unit3
 
The Future is Modular, Jonathan Snook
The Future is Modular, Jonathan SnookThe Future is Modular, Jonathan Snook
The Future is Modular, Jonathan Snook
 
Intermediate Web Design
Intermediate Web DesignIntermediate Web Design
Intermediate Web Design
 
Artdm171 Week4 Tags
Artdm171 Week4 TagsArtdm171 Week4 Tags
Artdm171 Week4 Tags
 
Css week10 2019 2020 for g10 by eng.osama ghandour
Css week10 2019 2020 for g10 by eng.osama ghandourCss week10 2019 2020 for g10 by eng.osama ghandour
Css week10 2019 2020 for g10 by eng.osama ghandour
 
SharePoint 2010 branding
SharePoint 2010 brandingSharePoint 2010 branding
SharePoint 2010 branding
 
Html5 elements-Kip Academy
Html5 elements-Kip AcademyHtml5 elements-Kip Academy
Html5 elements-Kip Academy
 
Thinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSSThinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSS
 
Layout & css lecture
Layout & css lectureLayout & css lecture
Layout & css lecture
 
HTML5 & CSS3 Flag
HTML5 & CSS3 FlagHTML5 & CSS3 Flag
HTML5 & CSS3 Flag
 
css v1 guru
css v1 gurucss v1 guru
css v1 guru
 
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
 
Html:css crash course (4:5)
Html:css crash course (4:5)Html:css crash course (4:5)
Html:css crash course (4:5)
 
Web development basics
Web development basicsWeb development basics
Web development basics
 
Intro To Twitter Bootstrap
Intro To Twitter BootstrapIntro To Twitter Bootstrap
Intro To Twitter Bootstrap
 
Css week11 2019 2020 for g10 by eng.osama ghandour
Css week11 2019 2020 for g10 by eng.osama ghandourCss week11 2019 2020 for g10 by eng.osama ghandour
Css week11 2019 2020 for g10 by eng.osama ghandour
 
BITM3730 9-26.pptx
BITM3730 9-26.pptxBITM3730 9-26.pptx
BITM3730 9-26.pptx
 

Recently uploaded

Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 

Recently uploaded (20)

Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 

boot camp proximus.pptx

  • 3. How a webpage is designed?
  • 4. Let’s see the architecture behind this Project! Html Source Code CSS Source Code
  • 5. Lets understand the HTML tags and CSS used and implemented over this whole project.
  • 6. What tags are used in header? • Icon Tag - < i class=“xyz” id=”abc” ></ i>, generally used for logo or particular Symbol •Head tag - <h1>Playlist</h1> used for Brand Name •Anchor Tag - <a href=“xyz.com”>My Library</a> used for links •<button type=“search”> </button> •Search Bar – Using div tag nd adding Css to give it shape. •Login Button - <button> ,<a>,<form>
  • 7. •<header> - Defines a header for a document or a section •<nav> - Defines a set of navigation links •<section> - Defines a section in a document •<article> - Defines an independent, self- contained content •<aside> - Defines content aside from the content (like a sidebar) •<footer> - Defines a footer for a document or a section •<details> - Defines additional details that the user can open and close on demand •<summary> - Defines a heading for the <details> element Most basic tags that separates the parts of a Webpage
  • 8. What can Main Content area contains! • <p> - paragraph contents • <img> -Hero Image or even for logo • <ul>,<li>- ordering the music playlist • <button>--to Play • <span> - better for inline styling
  • 9. Lets explore some more Tags •<meta> - defines metadata about an HTML, page description, keywords, author, viewport settings. • <title> - tag defines the title of the page. •<nav> - contains 2,3 anchor tags displays it online •<div>- divides particular stuff in between body •<section> •<!– Comments-- Comments - this never displays. • <link> - for adding Stylesheets or Bootstrap or fontawsm links • <ul>,<ol>,<li> -
  • 10. Some Formatting tags •<b>-bolds the text e.g.- bold •<i> - italics the text - Italic •<sup> - superscript e.g.- x² •<sub> - subscript e.g.- O3 •<caption> - captions the table box or a particular stuff •<span> - inline organization and styling. •<h1>, <h2>, <h3>, <h4>, <h5>, <h6> •<hr> - for creating Horizontal line. •<br> - breaking lines or jumping to next line.
  • 11. CSS Basic Syntax 1. tagName { attribute1 : value1 ; attribute2 : value2; } 2. className { attribute1 : value1 ; attribute2 : value2; } 3. #idName { attribute1 : value1 ; attribute2 : value2; } Now , lets begin with CSS e.g.
  • 12. •External CSS <link rel="stylesheet" href="mystyle.css"> •Internal CSS <head> <style> //styling code </style></head> •Inline CSS <p style="color:red;">This is a paragraph.</p> Three Ways to Insert CSS
  • 13. CSS Box Properties •Color - gives color to text of box div { color: Green;} •Background-color - gives background color to text inside box div { background-color: Tomato;} •Padding margin div {padding-top: 50px; padding-right: 30px; padding-bottom- 50px; padding-left: 80px; } Or div {padding: 50px; •Border-width div { border: 1px solid red;} •Border-color div { border: 1px solid red;} •Border-style div { border: 1px solid red;} Style can also be groove, double, dashed, dotted bottom:
  • 14. Common CSS Layout Properties •Width div{ width: 80px; } •Height div{ height: 70px; } •Float div{ Float : left; } •Clear div{ clear : right } •Border div { border: 2px solid black; } •Padding div{padding: 2px; } •Margin div{ margin: 2px; }
  • 15. CSS Font •Font Families .p { font-family: Arial, Helvetica, sans-serif; } •Font style font-style: normal/italic/oblique/initial/inherit; •Font –weight p { font-weight: bold/ normal/oblique; } •Font-size p { font-size: 15px; }