SlideShare a Scribd company logo
Information Communication
Technology
Grade-12
Chapter-3
Unit-3 Web design
What is Web Design?
Web design refers to the design of websites that are displayed on the
internet. It usually refers to the user experience aspects of website
development rather than software development. Web design used to
be focused on designing websites for desktop browsers; however, since
the mid-2010s, design for mobile and tablet browsers has become
ever-increasingly important.
Two of the most common methods for designing websites that work
well both on desktop and mobile are responsive and adaptive design.
Cont.
• Responsive design: content moves dynamically depending on screen size. utilizes one layout
and adjusts the content, navigation, and elements of the page to fit the user’s screen. The
responsive design will reconfigure all design elements whether it’s viewed on a desktop, laptop,
tablet, or mobile phone.
• Adaptive design: the website content is fixed in layout sizes that match common screen
sizes. different fixed layouts are created that adapt to the users screen size. As opposed to the
more fluid responsive approach, adaptive design employs multiple sizes of a fixed design.
Best Web Programming Languages
• JavaScript .React
• Java .Angular
• HTML .PHP
• CSS .Bootstrap
HTML and CSS
• HTML is the standard markup language for Web pages.
What is HTML?
• HTML stands for Hyper Text Markup Language
• HTML is the standard markup language for creating Web pages
• HTML describes the structure of a Web page
• HTML consists of a series of elements
• HTML elements tell the browser how to display the content
• HTML elements label pieces of content such as "this is a heading", "this is a
paragraph", "this is a link", etc.
Cont.
• HTML Elements
• The <!DOCTYPE html> declaration defines that this document is an HTML5 document.
• The <html> element is the root element of an HTML page.
• The <head> element contains meta information about the HTML page.
• The <title> element specifies a title for the HTML page (which is shown in the browser's title bar
or in the page's tab).
• The <body> element defines the document's body, and is a container for all the visible contents,
such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
• The <h1> element defines a large heading.
• The <p> element defines a paragraph.
An HTML element is defined by a start tag, some content, and an end tag:
<tagname>Content goes here...</tagname>
<h1 title="I'm a tooltip">My First Heading</h1>
<p>My first paragraph.</p>
Cont.
HTML Documents
All HTML documents must start with a document type declaration:<!DOCTYPE html>
The HTML document itself begins with <html> and ends with </html>
The visible part of the HTML document is between <body> and </body>
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>
.cont.
• HTML Headings
HTML headings are defined with the <h1> to <h6> tags.
<h1 > defines the most important heading. <h6> defines the least important heading.
• HTML Paragraphs
HTML paragraphs are defined with the <p> tag.
• HTML Links
HTML links are defined with the <a> tag.
<a href=“web site name or path. File type"> This is a link </a>
The link's destination is specified in the href attribute.
• HTML Images
HTML images are defined with the <img> tag.
<img src=“path.jpg" alt=“image is not available" width="104" height="142">
The source file src alternative text alt , width and height are provided as attributes.
• Empty HTML Elements
The <br> tag defines a line break, and is an empty element without a closing tag
HTML Styles
• The HTML style attribute is used to add styles to an element, such as color, font, size, and
more.
<tagname style="property:value;">
• Background Color
<body style="background-color:powderblue;">
<h1 style="background-color:blue;"> This is a heading </h1>
<p style="background-color:tomato;"> This is a paragraph. </p>
• Fonts
The CSS font-family property defines the font to be used for an HTML element.
<h1 style="font-family:verdana;"> This is a heading </h1>
<p style="font-family:courier;"> This is a paragraph. </p>
• Text Size
<h1 style="font-size:300%;"> This is a heading </h1>
<p style="font-size:160%;"> This is a paragraph. </p>
.cont.
• Text Alignment
The CSS text-align property defines the horizontal text alignment for an HTML element
<h1 style="text-align:center;"> Centered Heading </h1>
<p style="text-align:center;"> Centered paragraph. </p>
• Chapter Summary
• Use the style attribute for styling HTML elements
• Use background-color for background color
• Use color for text colors
• Use font-family for text fonts
• Use font-size for text sizes
• Use text-align for text alignment

More Related Content

PPTX
Full Stack_HTML- Hypertext Markup Language
Jeyarajs7
 
PPTX
Web Development PPT from Chd University.
akshitp2704
 
PPT
html
tumetr1
 
PPTX
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
marjunegabon07
 
PPTX
HTML Coding
selcukca84
 
PPTX
Html-meeting1-1.pptx
YoussefAbobakr
 
PPTX
HTML introduction for beginners Slides .pptx
wewit44414
 
PPTX
Java script and html new
Malik M. Ali Shahid
 
Full Stack_HTML- Hypertext Markup Language
Jeyarajs7
 
Web Development PPT from Chd University.
akshitp2704
 
html
tumetr1
 
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
marjunegabon07
 
HTML Coding
selcukca84
 
Html-meeting1-1.pptx
YoussefAbobakr
 
HTML introduction for beginners Slides .pptx
wewit44414
 
Java script and html new
Malik M. Ali Shahid
 

Similar to 4_5926925443935505826.pptx (20)

PPTX
Java script and html
Malik M. Ali Shahid
 
PPTX
website-development Hyper Text Markup Language.pptx
jaganchary1
 
PPTX
htmlbcjdkkdkcjcjcjfkjccjckcjcjc_doc1.pptx
DSAISUBRAHMANYAAASHR
 
PPTX
Frontend Devlopment internship batch 2024.pptx
bankheleom
 
PPTX
Frontend Devlopment internship batch 2024-2.pptx
bankheleom
 
PPTX
HTML_css_web__tech___nology_______________.pptx
JoelJoseph961925
 
PPTX
Images and Lists in HTML
Marlon Jamera
 
PPTX
Lab_Ex1.pptx
sherrilsiddhardh
 
PDF
Intro to html revised2
mmvidanes29
 
PPTX
LS2.1_V1_HTML.pptx
LokeshS94
 
PPTX
Html and Css Student Education hub point.pptx
AbenezerTefera2
 
PPTX
1-22-24 INFO 2106.pptx
MattMarino13
 
PPTX
BITM3730Week1.pptx
MattMarino13
 
PPTX
DESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptx
bmit1
 
PPTX
Web technologies-course 02.pptx
Stefan Oprea
 
DOCX
Computer application html
PrashantChahal3
 
PPT
Introduction to html
Jonathan Arroyo
 
PPTX
Best Option to learn start here HTML.pptx
osmytech57
 
PPTX
Web Page Designing
Amit Mali
 
Java script and html
Malik M. Ali Shahid
 
website-development Hyper Text Markup Language.pptx
jaganchary1
 
htmlbcjdkkdkcjcjcjfkjccjckcjcjc_doc1.pptx
DSAISUBRAHMANYAAASHR
 
Frontend Devlopment internship batch 2024.pptx
bankheleom
 
Frontend Devlopment internship batch 2024-2.pptx
bankheleom
 
HTML_css_web__tech___nology_______________.pptx
JoelJoseph961925
 
Images and Lists in HTML
Marlon Jamera
 
Lab_Ex1.pptx
sherrilsiddhardh
 
Intro to html revised2
mmvidanes29
 
LS2.1_V1_HTML.pptx
LokeshS94
 
Html and Css Student Education hub point.pptx
AbenezerTefera2
 
1-22-24 INFO 2106.pptx
MattMarino13
 
BITM3730Week1.pptx
MattMarino13
 
DESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptx
bmit1
 
Web technologies-course 02.pptx
Stefan Oprea
 
Computer application html
PrashantChahal3
 
Introduction to html
Jonathan Arroyo
 
Best Option to learn start here HTML.pptx
osmytech57
 
Web Page Designing
Amit Mali
 

Recently uploaded (20)

PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PPTX
IoT Sensor Integration 2025 Powering Smart Tech and Industrial Automation.pptx
Rejig Digital
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PPTX
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
PDF
Software Development Company | KodekX
KodekX
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
This slide provides an overview Technology
mineshkharadi333
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
IoT Sensor Integration 2025 Powering Smart Tech and Industrial Automation.pptx
Rejig Digital
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
Software Development Company | KodekX
KodekX
 
Software Development Methodologies in 2025
KodekX
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 

4_5926925443935505826.pptx

  • 2. Unit-3 Web design What is Web Design? Web design refers to the design of websites that are displayed on the internet. It usually refers to the user experience aspects of website development rather than software development. Web design used to be focused on designing websites for desktop browsers; however, since the mid-2010s, design for mobile and tablet browsers has become ever-increasingly important. Two of the most common methods for designing websites that work well both on desktop and mobile are responsive and adaptive design.
  • 3. Cont. • Responsive design: content moves dynamically depending on screen size. utilizes one layout and adjusts the content, navigation, and elements of the page to fit the user’s screen. The responsive design will reconfigure all design elements whether it’s viewed on a desktop, laptop, tablet, or mobile phone. • Adaptive design: the website content is fixed in layout sizes that match common screen sizes. different fixed layouts are created that adapt to the users screen size. As opposed to the more fluid responsive approach, adaptive design employs multiple sizes of a fixed design. Best Web Programming Languages • JavaScript .React • Java .Angular • HTML .PHP • CSS .Bootstrap
  • 4. HTML and CSS • HTML is the standard markup language for Web pages. What is HTML? • HTML stands for Hyper Text Markup Language • HTML is the standard markup language for creating Web pages • HTML describes the structure of a Web page • HTML consists of a series of elements • HTML elements tell the browser how to display the content • HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.
  • 5. Cont. • HTML Elements • The <!DOCTYPE html> declaration defines that this document is an HTML5 document. • The <html> element is the root element of an HTML page. • The <head> element contains meta information about the HTML page. • The <title> element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab). • The <body> element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. • The <h1> element defines a large heading. • The <p> element defines a paragraph. An HTML element is defined by a start tag, some content, and an end tag: <tagname>Content goes here...</tagname> <h1 title="I'm a tooltip">My First Heading</h1> <p>My first paragraph.</p>
  • 6. Cont. HTML Documents All HTML documents must start with a document type declaration:<!DOCTYPE html> The HTML document itself begins with <html> and ends with </html> The visible part of the HTML document is between <body> and </body> 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>
  • 7. .cont. • HTML Headings HTML headings are defined with the <h1> to <h6> tags. <h1 > defines the most important heading. <h6> defines the least important heading. • HTML Paragraphs HTML paragraphs are defined with the <p> tag. • HTML Links HTML links are defined with the <a> tag. <a href=“web site name or path. File type"> This is a link </a> The link's destination is specified in the href attribute. • HTML Images HTML images are defined with the <img> tag. <img src=“path.jpg" alt=“image is not available" width="104" height="142"> The source file src alternative text alt , width and height are provided as attributes. • Empty HTML Elements The <br> tag defines a line break, and is an empty element without a closing tag
  • 8. HTML Styles • The HTML style attribute is used to add styles to an element, such as color, font, size, and more. <tagname style="property:value;"> • Background Color <body style="background-color:powderblue;"> <h1 style="background-color:blue;"> This is a heading </h1> <p style="background-color:tomato;"> This is a paragraph. </p> • Fonts The CSS font-family property defines the font to be used for an HTML element. <h1 style="font-family:verdana;"> This is a heading </h1> <p style="font-family:courier;"> This is a paragraph. </p> • Text Size <h1 style="font-size:300%;"> This is a heading </h1> <p style="font-size:160%;"> This is a paragraph. </p>
  • 9. .cont. • Text Alignment The CSS text-align property defines the horizontal text alignment for an HTML element <h1 style="text-align:center;"> Centered Heading </h1> <p style="text-align:center;"> Centered paragraph. </p> • Chapter Summary • Use the style attribute for styling HTML elements • Use background-color for background color • Use color for text colors • Use font-family for text fonts • Use font-size for text sizes • Use text-align for text alignment