SlideShare a Scribd company logo
Web Design with
HTML5 & CSS3
8th Edition
Chapter 1
Introduction to
the
Internet and Web
Design
• Define the Internet and associated key terms
• Recognize Internet protocols
• Discuss web browsers and identify their main
features
• Describe the types and purposes of websites
• Plan a website for a target audience
• Define a wireframe and a site map
• Explain how websites use graphics, navigation
tools, typography, and color
• Design for accessibility and multiplatform display
Chapter Objectives
Chapter 1: Introduction to the Internet and WebDesign 2
• Define Hypertext Markup Language (HTML) and
HTML elements
• Recognize HTML versions and web
• Identify web authoring tools
• Download and use a web authoring tool
• Create and view a basic HTML webpage
Chapter Objectives
Chapter 1: Introduction to the Internet and WebDesign 3
• The Internet is a worldwide collection of computers
linked together for use by organizations, and
individuals using communications devices and
media
• A node is any device, such as a computer,
tablet, or smartphone, connected to a
network
• A network is a collection of two or more computers
linked together to share resources and information
• The Internet of Things describes the ever-growing
number of devices connecting to a network, including
televisions and appliances
Exploring the Internet
Chapter 1: Introduction to the Internet and WebDesign 4
• Data lines that connect networks allow data to move
from one computer to another
• The Internet backbone is a collection of high-speed
data lines that connect major computer systems located
around the world
• An Internet Service Provider (ISP) is a company
that has a permanent connection to the Internet
backbone
Exploring the Internet
Chapter 1: Introduction to the Internet and WebDesign 5
• The World Wide Web, also called the web, is the
service that provides access to information stored on
web servers
• The web consists of a collection of linked files known as
webpages
• A website is a related collection of webpages created
and maintained by a person, company, educational
institution, or other organization
World Wide Web
Chapter 1: Introduction to the Internet and WebDesign 6
• A home page is the first document users see
when they access a website
• A hyperlink, commonly called a link, is an element
that connects one webpage to another webpage on
the same server or to any other web server in the
world
World Wide Web
Chapter 1: Introduction to HTML, XHTML, and CSS 7
World Wide Web
Chapter 1: Introduction to the Internet and WebDesign 8
Source:
www.ed.gov
• A protocol is a set of rules that defines how a
client workstation can communicate with a
server
• A server is the host computer that stores resources
and files for websites
• Hypertext Transfer Protocol (HTTP) is a set of rules for
exchanging text, graphics, audio, video, and other
multimedia files on the web
• File Transfer Protocol (FTP) is used to exchange files
from one computer to another over the Internet
– This protocol does not provide a way to view a webpage
Protocols
Chapter 1: Introduction to the Internet and WebDesign 9
• Transmission Control Protocol/Internet Protocol
(TCP/IP) is a pair of protocols used to transfer data
efficiently over the Internet by properly routing it to its
destination
• Internet Protocol (IP) ensures data is sent to the
correct location
• The Domain Name System (DNS) associates an IP
address with a domain name
Protocols
Chapter 1: Introduction to the Internet and WebDesign 10
• A web browser is a program that interprets and
displays Web pages and enables you to view and
interact with a Web page
– Microsoft Internet Explorer, Mozilla Firefox, Google
Chrome, and Apple Safari
• A Uniform Resource Locator (URL) is the
address of a document or other file accessible
on the Internet
– http://www.cengagebrain.com/shop/index.html
• A domain is an area of the Internet a particular
organization or person manages.
Web Browsers
Chapter 1: Introduction to the Internet and WebDesign 11
Web Browsers
Chapter 1: Introduction to the Internet and WebDesign 12
• An Internet site is another term for a website that is
generally available to anyone with an Internet
connection
• An intranet is a private network that uses
Internet technologies to share company
information among employees
• An extranet is a private network that uses
Internet technologies to share business
information with select corporate partners or key
customers
Types of Websites
Chapter 1: Introduction to the Internet and WebDesign 13
• Many company websites also support electronic
commerce (e-commerce), which is the buying and
selling of goods and services on the Internet
• Educational institutions use a Learning Management
System (LMS) to simplify course management
– An LMS is a web-based software application designed to
facilitate online learning
Types of Websites
Chapter 1: Introduction to the Internet and WebDesign 14
• Purpose of the website — The purpose of a
commercial business website is related to the goal of
selling products or services
• Target Audience — The people who use the
website are known as the target audience
– Knowing their general demographic background will help
to
design a website appropriate for them
• Multiplatform Display —A responsive design of a
website must be created that provides an optimal
viewing experience across a range of devices
Planning a Website
Chapter 1: Introduction to the Internet and WebDesign 15
• A wireframe is a simple, visual guide that clearly
identifies the location of main webpage elements
• Active white space is an area on the page that is
intentionally left blank
• Passive white space is the space between content
areas
– Helps a user focus on one part of the page
Wireframe
Chapter 1: Introduction to the Internet and WebDesign 16
Wireframe
Chapter 1: Introduction to the Internet and WebDesign 17
• A site map is a planning tool that lists or displays all the
pages on a website and indicates how they are related
to each other
– It shows the structure of a website
Site Map
Chapter 1: Introduction to the Internet and WebDesign 18
• A linear website structure connects webpages in a
straight line
Site Map
Chapter 1: Introduction to the Internet and WebDesign 19
• In a variation of a linear website structure, each
page can include a link to the home page of the
website
Site Map
Chapter 1: Introduction to the Internet and WebDesign 20
• A hierarchical website connects webpages in a
treelike structure
Site Map
Chapter 1: Introduction to the Internet and WebDesign 21
• A webbed website structure has no set
organization
Site Map
Chapter 1: Introduction to the Internet and WebDesign 22
• Graphics add visual appeal to a webpage and
enhance the visitor’s perception of the products and
services
Graphics
Chapter 1: Introduction to the Internet and WebDesign 23
• The navigation of a website should be clear and concise
• Each webpage should have a designated navigation
area with links to other pages in the site
• The navigation area should be prominent and easy to
use
Navigation
Chapter 1: Introduction to the Internet and WebDesign 24
• The use of effective typography, or fonts and font
styles, enhances the visual appeal of a website
• Typography also should promote the purpose and goal
of the website
Typography
Chapter 1: Introduction to the Internet and WebDesign 25
• The combination of colors contributes to the appeal
and legibility of the website
• Aim to strike a balance among the background color,
text color, and the color that represents a brand
• Colors convey meanings
Color
Chapter 1: Introduction to the Internet and WebDesign 26
• A web designer should create pages for viewing by a
diverse audience, including people with physical
impairments and global users
• The World Wide Web Consortium (W3C)
develops and maintains web standards, language
specifications, and accessibility
recommendations.
Accessibility
Chapter 1: Introduction to the Internet and WebDesign 27
• Navigation, typography, color, and accessibility are the
basic web page design criteria to consider when
developing a website
• A sophisticated website requires additional design
considerations and research of the business, its
competition, and a complete business analysis
Planning Checklist
Chapter 1: Introduction to the Internet and WebDesign 28
Planning Checklist
Chapter 1: Introduction to the Internet and WebDesign 29
• Webpages are created using Hypertext Markup
Language (HTML), which is an authoring language
used to create documents for the web
• HTML consists of a set of special instructions called
tags to define the structure and layout of content in a
webpage
• The HTML tags define or “mark up” the content on the
webpage, due to which it is considered a markup
language rather than a traditional programming
language
Understanding the Basics ofHTML
Chapter 1: Introduction to the Internet and WebDesign 30
• A webpage is a text file that contains both content and
HTML tags and is saved as an HTML document
• An HTML element consists of everything from the start
tag to the end tag
• HTML elements can be enhanced by using attributes,
which define additional characteristics, or properties, of
an element
HTML Elements and Attributes
Chapter 1: Introduction to the Internet and WebDesign 31
HTML Elements and Attributes
Chapter 1: Introduction to the Internet and WebDesign 32
• HTML combines tags and descriptive attributes that
define how a document should appear in a web
browser
• HTML elements include headings, paragraphs,
hyperlinks, lists, and images
• HTML elements have a start tag and an end tag and
follow the same rules, or syntax
HTML Elements and Attributes
Chapter 1: Introduction to the Internet and WebDesign 33
• HTML elements are called paired tags and use the
syntax
<start tag> content </end tag>, which has the
following meaning:
– HTML elements begin with a start tag, or opening tag,
such as
<title>
– HTML elements finish with an end tag, or closing tag,
such as
</title>
– Content is inserted between the start and end tags
HTML Elements and Attributes
Chapter 1: Introduction to the Internet and WebDesign 34
• Some HTML elements are void of content. They are
called
empty, or void, tags
• Examples of empty tags are <br> for a line break and
<hr> for a horizontal line, or rule
• The syntax for empty tags is <tag>
HTML Elements and Attributes
Chapter 1: Introduction to the Internet and WebDesign 35
HTML Elements and Attributes
Chapter 1: Introduction to the Internet and WebDesign 36
HTML Elements and Attributes
Chapter 1: Introduction to HTML, XHTML, and CSS 37
• XML — The W3C introduced XML (Extensible
Markup Language) in 1998 to exchange and
transport data
• XHTML — (Extensible Hypertext Markup language)
is a rewritten version of HTML using XML and was
developed in 2000 and is accepted on mobile device
platforms
• DHTML — DHTML (Dynamic Hypertext Markup
Language) is a term that refers to a combination of
web technologies
Technologies Related toHTML
Chapter 1: Introduction to the Internet and WebDesign 38
• It is the most recent version of HTML
• It introduces several new elements such as header, nav,
main, and footer to better define the areas of a
webpage
• They are known as semantic HTML elements
because they provide meaning about the content of
the tags
• It provides a more flexible approach to web development
HTML5
Chapter 1: Introduction to the Internet and WebDesign 39
Understanding the Role of OtherWeb
Chapter 1: Introduction to the Internet and WebDesign 40
Programming Languages
• JavaScript — It is a popular client-side scripting
language
used to create interactivity within a web browser
– The web pages that contain JavaScript are named with
an .htm or .html extension
• jQuery — It is a library of JavaScript programs
designed for easy integration onto a webpage
– It makes it easy for web developers to add
JavaScript to a webpage
Understanding the Role of OtherWeb
Chapter 1: Introduction to HTML, XHTML, and CSS 41
Programming Languages
• PHP (Hypertext Preprocessor) — It is an open-source
server- side scripting language used for common
tasks such as writing to or querying a database located
on a central server
– Pages that contain PHP scripts must have file names
that end with the file extension .php
• ASP (Active Server Pages) — is a server-side
scripting technology
– Pages that contain ASP scripts must have file names
that end with the file extension .asp
• Webpages can be created using HTML with a simple
text editor, such as Notepad, Notepad++, Sublime,
Programmer’s Notepad, TextEdit, and TextWrangler
• A text editor is a program that allows one to enter,
change, save, and print text, which includes HTML
tags
• An HTML editor is a program that provides basic text-
editing functions, and advanced features such as color-
coding for various HTML tags, menus to insert HTML
tags, and a spelling checker
• HTML is platform independent
Using Web AuthoringTools
Chapter 1: Introduction to the Internet and WebDesign 42
• Notepad++ is a free, open-source text editor. It is used
to create files in several markup, scripting, and
programming languages, including HTML, CSS,
JavaScript, PHP, Java, C#, and Visual Basic
• Programmer’s Notepad is a free, open-source text
editor used to create webpages, and files in several
markup, scripting, and programming languages as
well
• Sublime is a cross-platform text editor
• TextWrangler is a free, open-source text editor. It is
used to create files in many formats, including HTML
and CSS
TextEditors
Chapter 1: Introduction to the Internet and WebDesign 43
• WYSIWYG Editors – Stands for What You See Is What
You Get
– These editors provide a graphical user interface to design
a
webpage
– It allows to drag HTML elements onto the page while the
editor writes the code
• Adobe Dreamweaver is a popular WYSIWYG editor
• Microsoft Expression Web 4 is a WYSIWYG
webpage editor from Microsoft
TextEditors
Chapter 1: Introduction to the Internet and WebDesign 44
• Every HTML webpage includes the basic
HTML tags
Creating a Basic Webpage
Chapter 1: Introduction to the Internet and WebDesign 45
Chapter 1
Complete
HTML
8th Edition

More Related Content

Similar to chapter01-160621234231.pptx

9 10 july2020
9 10 july20209 10 july2020
9 10 july2020
PreetiSaini55
 
Introduction to Web Technology by Mahesh Sharma
Introduction to Web Technology by Mahesh SharmaIntroduction to Web Technology by Mahesh Sharma
Introduction to Web Technology by Mahesh Sharma
Arunima Education Foundation
 
Ch1
Ch1Ch1
Web technology unit I - Part A
Web technology unit I -  Part AWeb technology unit I -  Part A
Web technology unit I - Part A
SSN College of Engineering, Kalavakkam
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
AbelAteme
 
BASICS OF INTERNET and fundamentals of computer
BASICS OF INTERNET and fundamentals of computerBASICS OF INTERNET and fundamentals of computer
BASICS OF INTERNET and fundamentals of computer
Pitchairaj Bhuvaneswari
 
Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)
Dr.Lokesh Gagnani
 
empowerment tech week 7 online platforms.pptx
empowerment tech week 7 online platforms.pptxempowerment tech week 7 online platforms.pptx
empowerment tech week 7 online platforms.pptx
ninosulit
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
RajeshP153
 
1. web technology basics
1. web technology basics1. web technology basics
1. web technology basics
Jyoti Yadav
 
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
Vigneshkumar Ponnusamy
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
Vigneshkumar Ponnusamy
 
1) Web Technology - Introduction.pptx
1) Web Technology - Introduction.pptx1) Web Technology - Introduction.pptx
1) Web Technology - Introduction.pptx
SujataKangune2
 
WT_TOTAL.pdf
WT_TOTAL.pdfWT_TOTAL.pdf
WT_TOTAL.pdf
Nandyala Manoj Sai
 
Internet tech &amp; web prog. p1,2,3-ver1
Internet tech &amp; web prog.  p1,2,3-ver1Internet tech &amp; web prog.  p1,2,3-ver1
Internet tech &amp; web prog. p1,2,3-ver1
Taymoor Nazmy
 
world wide web
world wide webworld wide web
world wide web
Richa Vasant
 
Chapter 1.pdf
Chapter 1.pdfChapter 1.pdf
Chapter 1.pdf
AnisZahirahAzman
 
3.2.2 World Wide Web (WWW)
3.2.2 World Wide Web (WWW)3.2.2 World Wide Web (WWW)
3.2.2 World Wide Web (WWW)
Fizaril Amzari Omar
 

Similar to chapter01-160621234231.pptx (20)

9 10 july2020
9 10 july20209 10 july2020
9 10 july2020
 
Introduction to Web Technology by Mahesh Sharma
Introduction to Web Technology by Mahesh SharmaIntroduction to Web Technology by Mahesh Sharma
Introduction to Web Technology by Mahesh Sharma
 
Ch1
Ch1Ch1
Ch1
 
Web technology unit I - Part A
Web technology unit I -  Part AWeb technology unit I -  Part A
Web technology unit I - Part A
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
 
Internet
InternetInternet
Internet
 
BASICS OF INTERNET and fundamentals of computer
BASICS OF INTERNET and fundamentals of computerBASICS OF INTERNET and fundamentals of computer
BASICS OF INTERNET and fundamentals of computer
 
Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)
 
empowerment tech week 7 online platforms.pptx
empowerment tech week 7 online platforms.pptxempowerment tech week 7 online platforms.pptx
empowerment tech week 7 online platforms.pptx
 
Eba ppt rajesh
Eba ppt rajeshEba ppt rajesh
Eba ppt rajesh
 
1. web technology basics
1. web technology basics1. web technology basics
1. web technology basics
 
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
 
Unit 01 (1).pdf
Unit 01 (1).pdfUnit 01 (1).pdf
Unit 01 (1).pdf
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
 
1) Web Technology - Introduction.pptx
1) Web Technology - Introduction.pptx1) Web Technology - Introduction.pptx
1) Web Technology - Introduction.pptx
 
WT_TOTAL.pdf
WT_TOTAL.pdfWT_TOTAL.pdf
WT_TOTAL.pdf
 
Internet tech &amp; web prog. p1,2,3-ver1
Internet tech &amp; web prog.  p1,2,3-ver1Internet tech &amp; web prog.  p1,2,3-ver1
Internet tech &amp; web prog. p1,2,3-ver1
 
world wide web
world wide webworld wide web
world wide web
 
Chapter 1.pdf
Chapter 1.pdfChapter 1.pdf
Chapter 1.pdf
 
3.2.2 World Wide Web (WWW)
3.2.2 World Wide Web (WWW)3.2.2 World Wide Web (WWW)
3.2.2 World Wide Web (WWW)
 

More from FranzLawrenzDeTorres1

enterprisearchitectureppt-181203183218.pdf
enterprisearchitectureppt-181203183218.pdfenterprisearchitectureppt-181203183218.pdf
enterprisearchitectureppt-181203183218.pdf
FranzLawrenzDeTorres1
 
finaldemo-ict10-180801142047.pdf
finaldemo-ict10-180801142047.pdffinaldemo-ict10-180801142047.pdf
finaldemo-ict10-180801142047.pdf
FranzLawrenzDeTorres1
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
FranzLawrenzDeTorres1
 
ER-and-EE-Lesson-1.pdf
ER-and-EE-Lesson-1.pdfER-and-EE-Lesson-1.pdf
ER-and-EE-Lesson-1.pdf
FranzLawrenzDeTorres1
 
JDVP-Parents-Orientation.pptx
JDVP-Parents-Orientation.pptxJDVP-Parents-Orientation.pptx
JDVP-Parents-Orientation.pptx
FranzLawrenzDeTorres1
 
Evolution of System.pptx
Evolution of System.pptxEvolution of System.pptx
Evolution of System.pptx
FranzLawrenzDeTorres1
 
animated-meeting-agenda-toolbox.pptx
animated-meeting-agenda-toolbox.pptxanimated-meeting-agenda-toolbox.pptx
animated-meeting-agenda-toolbox.pptx
FranzLawrenzDeTorres1
 
LESSON_8_1_NETWORK_CABLE.pptx
LESSON_8_1_NETWORK_CABLE.pptxLESSON_8_1_NETWORK_CABLE.pptx
LESSON_8_1_NETWORK_CABLE.pptx
FranzLawrenzDeTorres1
 
bahagingfeasib-180917140000.pptx
bahagingfeasib-180917140000.pptxbahagingfeasib-180917140000.pptx
bahagingfeasib-180917140000.pptx
FranzLawrenzDeTorres1
 
INTRODUCTION TO MANAGEMENT SCIENCE.pptx
INTRODUCTION TO MANAGEMENT SCIENCE.pptxINTRODUCTION TO MANAGEMENT SCIENCE.pptx
INTRODUCTION TO MANAGEMENT SCIENCE.pptx
FranzLawrenzDeTorres1
 
trisha pangit.pptx
trisha pangit.pptxtrisha pangit.pptx
trisha pangit.pptx
FranzLawrenzDeTorres1
 
bahagingpananalita-171106104815.pptx
bahagingpananalita-171106104815.pptxbahagingpananalita-171106104815.pptx
bahagingpananalita-171106104815.pptx
FranzLawrenzDeTorres1
 

More from FranzLawrenzDeTorres1 (20)

enterprisearchitectureppt-181203183218.pdf
enterprisearchitectureppt-181203183218.pdfenterprisearchitectureppt-181203183218.pdf
enterprisearchitectureppt-181203183218.pdf
 
finaldemo-ict10-180801142047.pdf
finaldemo-ict10-180801142047.pdffinaldemo-ict10-180801142047.pdf
finaldemo-ict10-180801142047.pdf
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
ER-and-EE-Lesson-1.pdf
ER-and-EE-Lesson-1.pdfER-and-EE-Lesson-1.pdf
ER-and-EE-Lesson-1.pdf
 
JDVP-Parents-Orientation.pptx
JDVP-Parents-Orientation.pptxJDVP-Parents-Orientation.pptx
JDVP-Parents-Orientation.pptx
 
Evolution of System.pptx
Evolution of System.pptxEvolution of System.pptx
Evolution of System.pptx
 
ICTConcepts.ppt
ICTConcepts.pptICTConcepts.ppt
ICTConcepts.ppt
 
animated-meeting-agenda-toolbox.pptx
animated-meeting-agenda-toolbox.pptxanimated-meeting-agenda-toolbox.pptx
animated-meeting-agenda-toolbox.pptx
 
SIA LESSON.pptx
SIA LESSON.pptxSIA LESSON.pptx
SIA LESSON.pptx
 
LESSON_8_1_NETWORK_CABLE.pptx
LESSON_8_1_NETWORK_CABLE.pptxLESSON_8_1_NETWORK_CABLE.pptx
LESSON_8_1_NETWORK_CABLE.pptx
 
English-10.pptx
English-10.pptxEnglish-10.pptx
English-10.pptx
 
personal-relationships11.ppsx
personal-relationships11.ppsxpersonal-relationships11.ppsx
personal-relationships11.ppsx
 
Ch02.ppt
Ch02.pptCh02.ppt
Ch02.ppt
 
bahagingfeasib-180917140000.pptx
bahagingfeasib-180917140000.pptxbahagingfeasib-180917140000.pptx
bahagingfeasib-180917140000.pptx
 
THE CONDOM.pptx
THE CONDOM.pptxTHE CONDOM.pptx
THE CONDOM.pptx
 
INTRODUCTION TO MANAGEMENT SCIENCE.pptx
INTRODUCTION TO MANAGEMENT SCIENCE.pptxINTRODUCTION TO MANAGEMENT SCIENCE.pptx
INTRODUCTION TO MANAGEMENT SCIENCE.pptx
 
trisha pangit.pptx
trisha pangit.pptxtrisha pangit.pptx
trisha pangit.pptx
 
CSS.pptx
CSS.pptxCSS.pptx
CSS.pptx
 
bahagingpananalita-171106104815.pptx
bahagingpananalita-171106104815.pptxbahagingpananalita-171106104815.pptx
bahagingpananalita-171106104815.pptx
 
Netscape.pptx
Netscape.pptxNetscape.pptx
Netscape.pptx
 

Recently uploaded

Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 

Recently uploaded (20)

Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 

chapter01-160621234231.pptx

  • 1. Web Design with HTML5 & CSS3 8th Edition Chapter 1 Introduction to the Internet and Web Design
  • 2. • Define the Internet and associated key terms • Recognize Internet protocols • Discuss web browsers and identify their main features • Describe the types and purposes of websites • Plan a website for a target audience • Define a wireframe and a site map • Explain how websites use graphics, navigation tools, typography, and color • Design for accessibility and multiplatform display Chapter Objectives Chapter 1: Introduction to the Internet and WebDesign 2
  • 3. • Define Hypertext Markup Language (HTML) and HTML elements • Recognize HTML versions and web • Identify web authoring tools • Download and use a web authoring tool • Create and view a basic HTML webpage Chapter Objectives Chapter 1: Introduction to the Internet and WebDesign 3
  • 4. • The Internet is a worldwide collection of computers linked together for use by organizations, and individuals using communications devices and media • A node is any device, such as a computer, tablet, or smartphone, connected to a network • A network is a collection of two or more computers linked together to share resources and information • The Internet of Things describes the ever-growing number of devices connecting to a network, including televisions and appliances Exploring the Internet Chapter 1: Introduction to the Internet and WebDesign 4
  • 5. • Data lines that connect networks allow data to move from one computer to another • The Internet backbone is a collection of high-speed data lines that connect major computer systems located around the world • An Internet Service Provider (ISP) is a company that has a permanent connection to the Internet backbone Exploring the Internet Chapter 1: Introduction to the Internet and WebDesign 5
  • 6. • The World Wide Web, also called the web, is the service that provides access to information stored on web servers • The web consists of a collection of linked files known as webpages • A website is a related collection of webpages created and maintained by a person, company, educational institution, or other organization World Wide Web Chapter 1: Introduction to the Internet and WebDesign 6
  • 7. • A home page is the first document users see when they access a website • A hyperlink, commonly called a link, is an element that connects one webpage to another webpage on the same server or to any other web server in the world World Wide Web Chapter 1: Introduction to HTML, XHTML, and CSS 7
  • 8. World Wide Web Chapter 1: Introduction to the Internet and WebDesign 8 Source: www.ed.gov
  • 9. • A protocol is a set of rules that defines how a client workstation can communicate with a server • A server is the host computer that stores resources and files for websites • Hypertext Transfer Protocol (HTTP) is a set of rules for exchanging text, graphics, audio, video, and other multimedia files on the web • File Transfer Protocol (FTP) is used to exchange files from one computer to another over the Internet – This protocol does not provide a way to view a webpage Protocols Chapter 1: Introduction to the Internet and WebDesign 9
  • 10. • Transmission Control Protocol/Internet Protocol (TCP/IP) is a pair of protocols used to transfer data efficiently over the Internet by properly routing it to its destination • Internet Protocol (IP) ensures data is sent to the correct location • The Domain Name System (DNS) associates an IP address with a domain name Protocols Chapter 1: Introduction to the Internet and WebDesign 10
  • 11. • A web browser is a program that interprets and displays Web pages and enables you to view and interact with a Web page – Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, and Apple Safari • A Uniform Resource Locator (URL) is the address of a document or other file accessible on the Internet – http://www.cengagebrain.com/shop/index.html • A domain is an area of the Internet a particular organization or person manages. Web Browsers Chapter 1: Introduction to the Internet and WebDesign 11
  • 12. Web Browsers Chapter 1: Introduction to the Internet and WebDesign 12
  • 13. • An Internet site is another term for a website that is generally available to anyone with an Internet connection • An intranet is a private network that uses Internet technologies to share company information among employees • An extranet is a private network that uses Internet technologies to share business information with select corporate partners or key customers Types of Websites Chapter 1: Introduction to the Internet and WebDesign 13
  • 14. • Many company websites also support electronic commerce (e-commerce), which is the buying and selling of goods and services on the Internet • Educational institutions use a Learning Management System (LMS) to simplify course management – An LMS is a web-based software application designed to facilitate online learning Types of Websites Chapter 1: Introduction to the Internet and WebDesign 14
  • 15. • Purpose of the website — The purpose of a commercial business website is related to the goal of selling products or services • Target Audience — The people who use the website are known as the target audience – Knowing their general demographic background will help to design a website appropriate for them • Multiplatform Display —A responsive design of a website must be created that provides an optimal viewing experience across a range of devices Planning a Website Chapter 1: Introduction to the Internet and WebDesign 15
  • 16. • A wireframe is a simple, visual guide that clearly identifies the location of main webpage elements • Active white space is an area on the page that is intentionally left blank • Passive white space is the space between content areas – Helps a user focus on one part of the page Wireframe Chapter 1: Introduction to the Internet and WebDesign 16
  • 17. Wireframe Chapter 1: Introduction to the Internet and WebDesign 17
  • 18. • A site map is a planning tool that lists or displays all the pages on a website and indicates how they are related to each other – It shows the structure of a website Site Map Chapter 1: Introduction to the Internet and WebDesign 18
  • 19. • A linear website structure connects webpages in a straight line Site Map Chapter 1: Introduction to the Internet and WebDesign 19
  • 20. • In a variation of a linear website structure, each page can include a link to the home page of the website Site Map Chapter 1: Introduction to the Internet and WebDesign 20
  • 21. • A hierarchical website connects webpages in a treelike structure Site Map Chapter 1: Introduction to the Internet and WebDesign 21
  • 22. • A webbed website structure has no set organization Site Map Chapter 1: Introduction to the Internet and WebDesign 22
  • 23. • Graphics add visual appeal to a webpage and enhance the visitor’s perception of the products and services Graphics Chapter 1: Introduction to the Internet and WebDesign 23
  • 24. • The navigation of a website should be clear and concise • Each webpage should have a designated navigation area with links to other pages in the site • The navigation area should be prominent and easy to use Navigation Chapter 1: Introduction to the Internet and WebDesign 24
  • 25. • The use of effective typography, or fonts and font styles, enhances the visual appeal of a website • Typography also should promote the purpose and goal of the website Typography Chapter 1: Introduction to the Internet and WebDesign 25
  • 26. • The combination of colors contributes to the appeal and legibility of the website • Aim to strike a balance among the background color, text color, and the color that represents a brand • Colors convey meanings Color Chapter 1: Introduction to the Internet and WebDesign 26
  • 27. • A web designer should create pages for viewing by a diverse audience, including people with physical impairments and global users • The World Wide Web Consortium (W3C) develops and maintains web standards, language specifications, and accessibility recommendations. Accessibility Chapter 1: Introduction to the Internet and WebDesign 27
  • 28. • Navigation, typography, color, and accessibility are the basic web page design criteria to consider when developing a website • A sophisticated website requires additional design considerations and research of the business, its competition, and a complete business analysis Planning Checklist Chapter 1: Introduction to the Internet and WebDesign 28
  • 29. Planning Checklist Chapter 1: Introduction to the Internet and WebDesign 29
  • 30. • Webpages are created using Hypertext Markup Language (HTML), which is an authoring language used to create documents for the web • HTML consists of a set of special instructions called tags to define the structure and layout of content in a webpage • The HTML tags define or “mark up” the content on the webpage, due to which it is considered a markup language rather than a traditional programming language Understanding the Basics ofHTML Chapter 1: Introduction to the Internet and WebDesign 30
  • 31. • A webpage is a text file that contains both content and HTML tags and is saved as an HTML document • An HTML element consists of everything from the start tag to the end tag • HTML elements can be enhanced by using attributes, which define additional characteristics, or properties, of an element HTML Elements and Attributes Chapter 1: Introduction to the Internet and WebDesign 31
  • 32. HTML Elements and Attributes Chapter 1: Introduction to the Internet and WebDesign 32
  • 33. • HTML combines tags and descriptive attributes that define how a document should appear in a web browser • HTML elements include headings, paragraphs, hyperlinks, lists, and images • HTML elements have a start tag and an end tag and follow the same rules, or syntax HTML Elements and Attributes Chapter 1: Introduction to the Internet and WebDesign 33
  • 34. • HTML elements are called paired tags and use the syntax <start tag> content </end tag>, which has the following meaning: – HTML elements begin with a start tag, or opening tag, such as <title> – HTML elements finish with an end tag, or closing tag, such as </title> – Content is inserted between the start and end tags HTML Elements and Attributes Chapter 1: Introduction to the Internet and WebDesign 34
  • 35. • Some HTML elements are void of content. They are called empty, or void, tags • Examples of empty tags are <br> for a line break and <hr> for a horizontal line, or rule • The syntax for empty tags is <tag> HTML Elements and Attributes Chapter 1: Introduction to the Internet and WebDesign 35
  • 36. HTML Elements and Attributes Chapter 1: Introduction to the Internet and WebDesign 36
  • 37. HTML Elements and Attributes Chapter 1: Introduction to HTML, XHTML, and CSS 37
  • 38. • XML — The W3C introduced XML (Extensible Markup Language) in 1998 to exchange and transport data • XHTML — (Extensible Hypertext Markup language) is a rewritten version of HTML using XML and was developed in 2000 and is accepted on mobile device platforms • DHTML — DHTML (Dynamic Hypertext Markup Language) is a term that refers to a combination of web technologies Technologies Related toHTML Chapter 1: Introduction to the Internet and WebDesign 38
  • 39. • It is the most recent version of HTML • It introduces several new elements such as header, nav, main, and footer to better define the areas of a webpage • They are known as semantic HTML elements because they provide meaning about the content of the tags • It provides a more flexible approach to web development HTML5 Chapter 1: Introduction to the Internet and WebDesign 39
  • 40. Understanding the Role of OtherWeb Chapter 1: Introduction to the Internet and WebDesign 40 Programming Languages • JavaScript — It is a popular client-side scripting language used to create interactivity within a web browser – The web pages that contain JavaScript are named with an .htm or .html extension • jQuery — It is a library of JavaScript programs designed for easy integration onto a webpage – It makes it easy for web developers to add JavaScript to a webpage
  • 41. Understanding the Role of OtherWeb Chapter 1: Introduction to HTML, XHTML, and CSS 41 Programming Languages • PHP (Hypertext Preprocessor) — It is an open-source server- side scripting language used for common tasks such as writing to or querying a database located on a central server – Pages that contain PHP scripts must have file names that end with the file extension .php • ASP (Active Server Pages) — is a server-side scripting technology – Pages that contain ASP scripts must have file names that end with the file extension .asp
  • 42. • Webpages can be created using HTML with a simple text editor, such as Notepad, Notepad++, Sublime, Programmer’s Notepad, TextEdit, and TextWrangler • A text editor is a program that allows one to enter, change, save, and print text, which includes HTML tags • An HTML editor is a program that provides basic text- editing functions, and advanced features such as color- coding for various HTML tags, menus to insert HTML tags, and a spelling checker • HTML is platform independent Using Web AuthoringTools Chapter 1: Introduction to the Internet and WebDesign 42
  • 43. • Notepad++ is a free, open-source text editor. It is used to create files in several markup, scripting, and programming languages, including HTML, CSS, JavaScript, PHP, Java, C#, and Visual Basic • Programmer’s Notepad is a free, open-source text editor used to create webpages, and files in several markup, scripting, and programming languages as well • Sublime is a cross-platform text editor • TextWrangler is a free, open-source text editor. It is used to create files in many formats, including HTML and CSS TextEditors Chapter 1: Introduction to the Internet and WebDesign 43
  • 44. • WYSIWYG Editors – Stands for What You See Is What You Get – These editors provide a graphical user interface to design a webpage – It allows to drag HTML elements onto the page while the editor writes the code • Adobe Dreamweaver is a popular WYSIWYG editor • Microsoft Expression Web 4 is a WYSIWYG webpage editor from Microsoft TextEditors Chapter 1: Introduction to the Internet and WebDesign 44
  • 45. • Every HTML webpage includes the basic HTML tags Creating a Basic Webpage Chapter 1: Introduction to the Internet and WebDesign 45