SlideShare a Scribd company logo
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 pune
Nidhi Samdani
 
Web development and design
Web development and designWeb development and design
Web development and design
Jatin Chauhan
 
Getting Started with Dreamweaver
Getting Started with DreamweaverGetting Started with Dreamweaver
Getting Started with Dreamweaver
Frank Fucile
 
Dreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHDreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGH
Sahil 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 2
Oleksii 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 Tricks
Andolasoft Inc
 
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
Baluja Institute of Technology & Management
 
Web development classes in pune
Web development classes in puneWeb development classes in pune
Web development classes in pune
Nidhi Samdani
 
3DOT Technologies
3DOT Technologies3DOT Technologies
3DOT Technologies
sonusarraf245
 
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 CSS3
Kannika Kong
 
My 70-480 HTML5 certification learning
My 70-480 HTML5 certification learningMy 70-480 HTML5 certification learning
My 70-480 HTML5 certification learning
Syed Irtaza Ali
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentation
Sudhir Yadav
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentation
Sudhir 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 CSS3
Roxycodone Pills
 
Framework
FrameworkFramework
Framework
vinoth kumar
 

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-presentation
Brian 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 Technologies
abeda786
 
3 dot technologies by deepak modi
3 dot technologies by deepak modi3 dot technologies by deepak modi
3 dot technologies by deepak modi
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
Deepak Modi
 
Web deveplopment courses in pune
Web deveplopment courses  in puneWeb deveplopment courses  in pune
Web deveplopment courses in pune
Nidhi Samdani
 
Web designing and development
Web designing and developmentWeb designing and development
Web designing and development
gherryta
 
Web development classes in pune
Web development classes in puneWeb development classes in pune
Web development classes in pune
Nidhi Samdani
 
web devs ppt.ppsx
web devs ppt.ppsxweb devs ppt.ppsx
web devs ppt.ppsx
AsendraChauhan1
 
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
abeda786
 
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
 
C language
C languageC language
C language
omprakash810
 
C language
C languageC language
C language
omprakash810
 
C language
C languageC language
C language
omprakash810
 
C language
C languageC language
C language
omprakash810
 
C language
C languageC language
C language
omprakash810
 
Web development
Web developmentWeb development
Web development
KAZEMBETVOnline
 
33.docx
33.docx33.docx
web development services in lahore.pdf
web development services in lahore.pdfweb development services in lahore.pdf
web development services in lahore.pdf
faizanashfaq4
 
web development services in lahore.pdf
web development services in lahore.pdfweb development services in lahore.pdf
web development services in lahore.pdf
faizanashfaq4
 
Web development intership Presentation.pptx
Web development intership Presentation.pptxWeb development intership Presentation.pptx
Web development intership Presentation.pptx
bodepallivamsi1122
 

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
 
Web development intership Presentation.pptx
Web development intership Presentation.pptxWeb development intership Presentation.pptx
Web development intership Presentation.pptx
 

Recently uploaded

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 

Recently uploaded (20)

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 

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