SlideShare ist ein Scribd-Unternehmen logo
1 von 16
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

Weitere ähnliche Inhalte

Ähnlich wie boot camp proximus.pptx

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
 
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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Kürzlich hochgeladen (20)

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

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; }