SlideShare a Scribd company logo
1 of 24
WEB DESIGN
 Web design is the process of creating websites.
 It encompasses several different aspects,including webpage layout,content
production, and graphic design.
 Web design is technically a subset of the broader category of web development.
Concept of web design
 A design concept is the idea behind a design.
 it’s how you plan on solving the design problem in front of you.
It’s the underlying logic, thinking, and reasoning for how you’ll design a
website.
Your concept will lead to your choices in colour and type.
TYPES OF LAYOUT
Static page layout
Dynamic page layout
Fixed design layout
Responsive design layout
Liquid or fluid layout
Single page design layout
PROCESS LAYOUT
In a process layout(also referred to as a job shop layout) similar machines
and services are located together.
 Therefore, in a process type of layout all drills are located in one area of
the layout and all milling machines are located in another area.
A manufacturing example of a process layout is a machine shop.
Example include hospitals, colleges, banks ,auto repair shop, and public
libraries.
THREE TYPES OF PRODUCT LAYOUT
 Product layout
 Process layout
 Fixed location layout
PRODUCT LAYOUT
 This type of layout is generally used in systems where a
product has to be manufactured or assembled in large
quantities.
 In product layout the machinery and auxiliary services are
located according to the processing sequence of the product
without any buffer storage within the line itself.
FIXED LOCATION LAYOUT
 In the type of layout, the product is kept at a fixed position and all other
materials; components, tools, machines, workers, etc... are brought and
arranged around it.
 Then assembly or fabrication is carried out.
 Example includes aircraft assembly,ship building, and most
constructions projects.
Adobe Photoshop
Adobe photoshop is a raster graphics editor developed and
published by adobe inc. for macOS and windows
 It was originally created in 1988 by Thomas and john knoll.
What is HTML?
 HTML stands for Hyper Text Markup Language
 HTML describes the structure of web pages using markup
 HTML are the building blocks of html pages
 HTML elements are represented by tags
 HTML tags label pieces of content such as “heading”, ”paragraph”, ”table”, and so on
 Browser do not display the HTML tags,but use them to render the content of the page
A SIMPLE HTML DOCUMENT
<!DOCTYPE html>
<html>
<head>
<title>page title</title>
</head>
<body>
<h1>my first heading</h1>
<p>my first paragraph.</p>
</body>
</html>
BASIC HTML TAGS
 XHTML is never than the old HTML
 XHTML has stricte r rules and does not allow some elements formerly used in HTML
 One benefit of using XHTML is that it helps make web pages look identical in
different browsers,such as internet explorer, firefox, safari, etc…
 XHTML is used to define and organize the page content but not to style it.
XHTML
dreamweaver
DW & ITS TOOLS
DW:
Adobe dreamweaver is a proprietary
web development tool from adobe
inc..
It was created by macromedia in
1997 and developed by them until
macromedia was acquired by adobe
systems in 2005.
Adobe dreamweaver is available for
the macOS and windows operating
systems.
TOOLS:
CSS full form is Cascading Style Sheets.
CSS is used to describe how html elements are to be displayed on
screen.
CSS save as lot of work.
It can control the layout of multiple web pages.
CSS
Typesofcss
Inline css
Internal css
External css
TYPES OF CSS
 Variables names are case sensitive.
 JavaScript does not have typed variables.
 The varibles determines do not specify a data type for the variables
 When you declare a variables, always start with keyword var
var num =10;
var Num1=20;//this is ok because of case sensitivity
var color =‘c’;
var firstname=“david”
JAVA SCRIPT DOCUMENTS
 Most common conditional
if (somecondition) {
doThis();
} else {
doThat();
}
 Most common loop
for (var i=0; i<someCutoff; i++) { dosomestuff(); }
BASIC JAVA SYNTAX
<HTML>
<script type=“text/javascript”>
/**
*this is amultiple-
*line comment
*/
Var index=0;
Var arr =[];
Function push(elem) {
// this comment may span only this line
arr [index++]=elem;
}
</script>
</HTML>
USING JAVASCRIPT SYNTAX COLORING
Shape tween Motion tween

More Related Content

What's hot

Web deveplopment courses in pune
Web deveplopment courses  in puneWeb deveplopment courses  in pune
Web deveplopment courses in puneNidhi Samdani
 
Web development and design
Web development and designWeb development and design
Web development and designJatin Chauhan
 
Getting Started with Dreamweaver
Getting Started with DreamweaverGetting Started with Dreamweaver
Getting Started with DreamweaverFrank Fucile
 
Dreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHDreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHSahil Bansal
 
Front-end development introduction (JavaScript). Part 2
Front-end development introduction (JavaScript). Part 2Front-end development introduction (JavaScript). Part 2
Front-end development introduction (JavaScript). Part 2Oleksii Prohonnyi
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksAndolasoft Inc
 
Web development classes in pune
Web development classes in puneWeb development classes in pune
Web development classes in puneNidhi Samdani
 
Best Web Development Courses - Classes in Pune | Web Development Classes in ...
Best Web Development Courses - Classes  in Pune | Web Development Classes in ...Best Web Development Courses - Classes  in Pune | Web Development Classes in ...
Best Web Development Courses - Classes in Pune | Web Development Classes in ...Swati Pardeshi
 
Best Web Development Courses - Classes in Pune | Web Development Classes in ...
Best Web Development Courses - Classes  in Pune | Web Development Classes in ...Best Web Development Courses - Classes  in Pune | Web Development Classes in ...
Best Web Development Courses - Classes in Pune | Web Development Classes in ...Swati Pardeshi
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Kannika Kong
 
My 70-480 HTML5 certification learning
My 70-480 HTML5 certification learningMy 70-480 HTML5 certification learning
My 70-480 HTML5 certification learningSyed Irtaza Ali
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentationSudhir Yadav
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentationSudhir Yadav
 
70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3 70-480 - Programming in HTML5 with JavaScript and CSS3
70-480 - Programming in HTML5 with JavaScript and CSS3Roxycodone Pills
 

What's hot (17)

Web deveplopment courses in pune
Web deveplopment courses  in puneWeb deveplopment courses  in pune
Web deveplopment courses in pune
 
Web development and design
Web development and designWeb development and design
Web development and design
 
Getting Started with Dreamweaver
Getting Started with DreamweaverGetting Started with Dreamweaver
Getting Started with Dreamweaver
 
Dreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHDreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGH
 
Front-end development introduction (JavaScript). Part 2
Front-end development introduction (JavaScript). Part 2Front-end development introduction (JavaScript). Part 2
Front-end development introduction (JavaScript). Part 2
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS Tricks
 
Web designing course in janakpuri.New Delhi
Web designing course in janakpuri.New Delhi Web designing course in janakpuri.New Delhi
Web designing course in janakpuri.New Delhi
 
Web development classes in pune
Web development classes in puneWeb development classes in pune
Web development classes in pune
 
3DOT Technologies
3DOT Technologies3DOT Technologies
3DOT Technologies
 
Best Web Development Courses - Classes in Pune | Web Development Classes in ...
Best Web Development Courses - Classes  in Pune | Web Development Classes in ...Best Web Development Courses - Classes  in Pune | Web Development Classes in ...
Best Web Development Courses - Classes in Pune | Web Development Classes in ...
 
Best Web Development Courses - Classes in Pune | Web Development Classes in ...
Best Web Development Courses - Classes  in Pune | Web Development Classes in ...Best Web Development Courses - Classes  in Pune | Web Development Classes in ...
Best Web Development Courses - Classes in Pune | Web Development Classes in ...
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
 
My 70-480 HTML5 certification learning
My 70-480 HTML5 certification learningMy 70-480 HTML5 certification learning
My 70-480 HTML5 certification learning
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentation
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentation
 
70-480 - Programming in HTML5 with JavaScript and CSS3
 70-480 - Programming in HTML5 with JavaScript and CSS3 70-480 - Programming in HTML5 with JavaScript and CSS3
70-480 - Programming in HTML5 with JavaScript and CSS3
 
Framework
FrameworkFramework
Framework
 

Similar to OVER VIEW OF WEB DESIGNING

Modern ux-workflow-presentation
Modern ux-workflow-presentationModern ux-workflow-presentation
Modern ux-workflow-presentationBrian Akpa
 
Web Design & Development Courses in Pune| 3DOT Technologies
Web Design & Development Courses  in Pune| 3DOT TechnologiesWeb Design & Development Courses  in Pune| 3DOT Technologies
Web Design & Development Courses in Pune| 3DOT Technologiesabeda786
 
3 dot technologies by deepak modi
3 dot technologies by deepak modi3 dot technologies by deepak modi
3 dot technologies by deepak modiDeepak Modi
 
3 dot technologies by deepak modi
3 dot technologies by deepak modi3 dot technologies by deepak modi
3 dot technologies by deepak modiDeepak Modi
 
Web deveplopment courses in pune
Web deveplopment courses  in puneWeb deveplopment courses  in pune
Web deveplopment courses in puneNidhi Samdani
 
Web designing and development
Web designing and developmentWeb designing and development
Web designing and developmentgherryta
 
Web development classes in pune
Web development classes in puneWeb development classes in pune
Web development classes in puneNidhi Samdani
 
Web Design & Development Courses in Pune | 3DOT Technologies
Web Design & Development Courses  in Pune | 3DOT TechnologiesWeb Design & Development Courses  in Pune | 3DOT Technologies
Web Design & Development Courses in Pune | 3DOT Technologiesabeda786
 
Web Design & Development Courses in Pune |Web Development Classes in Pune | ...
Web Design & Development Courses  in Pune |Web Development Classes in Pune | ...Web Design & Development Courses  in Pune |Web Development Classes in Pune | ...
Web Design & Development Courses in Pune |Web Development Classes in Pune | ...abeda786
 
web development services in lahore.pdf
web development services in lahore.pdfweb development services in lahore.pdf
web development services in lahore.pdffaizanashfaq4
 
web development services in lahore.pdf
web development services in lahore.pdfweb development services in lahore.pdf
web development services in lahore.pdffaizanashfaq4
 

Similar to OVER VIEW OF WEB DESIGNING (20)

Modern ux-workflow-presentation
Modern ux-workflow-presentationModern ux-workflow-presentation
Modern ux-workflow-presentation
 
Web Design & Development Courses in Pune| 3DOT Technologies
Web Design & Development Courses  in Pune| 3DOT TechnologiesWeb Design & Development Courses  in Pune| 3DOT Technologies
Web Design & Development Courses in Pune| 3DOT Technologies
 
3 dot technologies by deepak modi
3 dot technologies by deepak modi3 dot technologies by deepak modi
3 dot technologies by deepak modi
 
3 dot technologies by deepak modi
3 dot technologies by deepak modi3 dot technologies by deepak modi
3 dot technologies by deepak modi
 
Web deveplopment courses in pune
Web deveplopment courses  in puneWeb deveplopment courses  in pune
Web deveplopment courses in pune
 
Web designing and development
Web designing and developmentWeb designing and development
Web designing and development
 
Web development classes in pune
Web development classes in puneWeb development classes in pune
Web development classes in pune
 
web devs ppt.ppsx
web devs ppt.ppsxweb devs ppt.ppsx
web devs ppt.ppsx
 
Web Design & Development Courses in Pune | 3DOT Technologies
Web Design & Development Courses  in Pune | 3DOT TechnologiesWeb Design & Development Courses  in Pune | 3DOT Technologies
Web Design & Development Courses in Pune | 3DOT Technologies
 
Web Design & Development Courses in Pune |Web Development Classes in Pune | ...
Web Design & Development Courses  in Pune |Web Development Classes in Pune | ...Web Design & Development Courses  in Pune |Web Development Classes in Pune | ...
Web Design & Development Courses in Pune |Web Development Classes in Pune | ...
 
C language
C languageC language
C language
 
C language
C languageC language
C language
 
C language
C languageC language
C language
 
C language
C languageC language
C language
 
C language
C languageC language
C language
 
Web development
Web developmentWeb development
Web development
 
33.docx
33.docx33.docx
33.docx
 
web development services in lahore.pdf
web development services in lahore.pdfweb development services in lahore.pdf
web development services in lahore.pdf
 
web development services in lahore.pdf
web development services in lahore.pdfweb development services in lahore.pdf
web development services in lahore.pdf
 
1_Intro_toHTML.ppt
1_Intro_toHTML.ppt1_Intro_toHTML.ppt
1_Intro_toHTML.ppt
 

Recently uploaded

Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Recently uploaded (20)

Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

OVER VIEW OF WEB DESIGNING

  • 1.
  • 2. WEB DESIGN  Web design is the process of creating websites.  It encompasses several different aspects,including webpage layout,content production, and graphic design.  Web design is technically a subset of the broader category of web development.
  • 3. Concept of web design  A design concept is the idea behind a design.  it’s how you plan on solving the design problem in front of you. It’s the underlying logic, thinking, and reasoning for how you’ll design a website. Your concept will lead to your choices in colour and type.
  • 4. TYPES OF LAYOUT Static page layout Dynamic page layout Fixed design layout Responsive design layout Liquid or fluid layout Single page design layout
  • 5. PROCESS LAYOUT In a process layout(also referred to as a job shop layout) similar machines and services are located together.  Therefore, in a process type of layout all drills are located in one area of the layout and all milling machines are located in another area. A manufacturing example of a process layout is a machine shop. Example include hospitals, colleges, banks ,auto repair shop, and public libraries.
  • 6. THREE TYPES OF PRODUCT LAYOUT  Product layout  Process layout  Fixed location layout
  • 7. PRODUCT LAYOUT  This type of layout is generally used in systems where a product has to be manufactured or assembled in large quantities.  In product layout the machinery and auxiliary services are located according to the processing sequence of the product without any buffer storage within the line itself.
  • 8. FIXED LOCATION LAYOUT  In the type of layout, the product is kept at a fixed position and all other materials; components, tools, machines, workers, etc... are brought and arranged around it.  Then assembly or fabrication is carried out.  Example includes aircraft assembly,ship building, and most constructions projects.
  • 9.
  • 10. Adobe Photoshop Adobe photoshop is a raster graphics editor developed and published by adobe inc. for macOS and windows  It was originally created in 1988 by Thomas and john knoll.
  • 11.
  • 12. What is HTML?  HTML stands for Hyper Text Markup Language  HTML describes the structure of web pages using markup  HTML are the building blocks of html pages  HTML elements are represented by tags  HTML tags label pieces of content such as “heading”, ”paragraph”, ”table”, and so on  Browser do not display the HTML tags,but use them to render the content of the page
  • 13. A SIMPLE HTML DOCUMENT <!DOCTYPE html> <html> <head> <title>page title</title> </head> <body> <h1>my first heading</h1> <p>my first paragraph.</p> </body> </html>
  • 15.  XHTML is never than the old HTML  XHTML has stricte r rules and does not allow some elements formerly used in HTML  One benefit of using XHTML is that it helps make web pages look identical in different browsers,such as internet explorer, firefox, safari, etc…  XHTML is used to define and organize the page content but not to style it. XHTML
  • 17. DW & ITS TOOLS DW: Adobe dreamweaver is a proprietary web development tool from adobe inc.. It was created by macromedia in 1997 and developed by them until macromedia was acquired by adobe systems in 2005. Adobe dreamweaver is available for the macOS and windows operating systems. TOOLS:
  • 18. CSS full form is Cascading Style Sheets. CSS is used to describe how html elements are to be displayed on screen. CSS save as lot of work. It can control the layout of multiple web pages. CSS
  • 20.
  • 21.  Variables names are case sensitive.  JavaScript does not have typed variables.  The varibles determines do not specify a data type for the variables  When you declare a variables, always start with keyword var var num =10; var Num1=20;//this is ok because of case sensitivity var color =‘c’; var firstname=“david” JAVA SCRIPT DOCUMENTS
  • 22.  Most common conditional if (somecondition) { doThis(); } else { doThat(); }  Most common loop for (var i=0; i<someCutoff; i++) { dosomestuff(); } BASIC JAVA SYNTAX
  • 23. <HTML> <script type=“text/javascript”> /** *this is amultiple- *line comment */ Var index=0; Var arr =[]; Function push(elem) { // this comment may span only this line arr [index++]=elem; } </script> </HTML> USING JAVASCRIPT SYNTAX COLORING