SlideShare uma empresa Scribd logo
1 de 28
Getting Started with HTML
Objectives
Define a project plan
Create wireframes and a storyboard
Create an HTML document
Set up the document head and body
Add text to a web page
HTML 5 and CSS 3 - Illustrated Complete 2
Objectives (continued)
Add a comment to a web document
Preview your web page on a desktop
computer
Configure web server software
Preview your web page on mobile
devices
HTML 5 and CSS 3 - Illustrated Complete 3
Define a Project Plan
Project plan: document that identifies
aspects of the project
 Also known as a design document
Ask questions to find out customer’s
expectations and goals, including
• Goals and objectives of the website
• Target audience
• Type of website
• Budget for website
• Timeline for website
HTML 5 and CSS 3 - Illustrated Complete 4
Define a Project Plan
(continued)
Sample project
plan
HTML 5 and CSS 3 - Illustrated Complete 5
Create Wireframes and a
Storyboard
Wireframe: sketch that outlines web
page components and their place in
the layout
Storyboard: shows links between web
pages
To create a wireframe and storyboard
• Identify components (use project plan)
• Sketch possible layouts
• Map relationships among pages
HTML 5 and CSS 3 - Illustrated Complete 6
Create Wireframes and a
Storyboard (continued)
Sketch for a main web page
HTML 5 and CSS 3 - Illustrated Complete 7
Create Wireframes and a
Storyboard (continued)
Storyboard showing links for website
HTML 5 and CSS 3 - Illustrated Complete 8
Create an HTML Document
HTML (Hypertext Markup Language):
standardized format for web pages
HTML document consists of text
 Text to be displayed on the web page
 Tags specifying how the browser should
render each item
Most tags occur in pairs, but one-
sided tags are used by themselves
HTML 5 and CSS 3 - Illustrated Complete 9
Create an HTML Document
(continued)
Start document with <!DOCTYPE
html> declaration
Add <html> and </html> tags to
define beginning and end of web page
Create document by hand-coding in a
text editor or by using suitable
program
HTML 5 and CSS 3 - Illustrated Complete 10
Create an HTML Document
(continued)
Basic structure of a web page in a text
editor
HTML 5 and CSS 3 - Illustrated Complete 11
Set Up the Document
Head and Body
HTML document divided into head
and body sections
 Head section: contains elements that are
not part of the main web page
 Body section: contains elements that are
visible in the main window of a web
browser
Head and body tags are nested within
html tags
HTML 5 and CSS 3 - Illustrated Complete 12
Set Up the Document
Head and Body (continued)
For clarity of structure, nested
elements are
 On new lines
 Indented by two spaces relative to parent
element
To add head section
 Add <head> and </head> tags in new
lines within the html tags
HTML 5 and CSS 3 - Illustrated Complete 13
Set Up the Document
Head and Body (continued)
To add body portion, add <body>
and </body> tags in new lines within
the html tags
Completed web page structure
HTML 5 and CSS 3 - Illustrated Complete 14
Add Text to a Web Page
Type the text for the web page
Add HTML tags to specify the element
type for each text item, for example
 <title> and </title>: text that
appears in the web browser’s title bar
 <h1> and </h1>: highest level heading
 <p> and </p>: paragraph of text
HTML 5 and CSS 3 - Illustrated Complete 15
Add Text to a Web Page
(continued)
Title, h1, and p elements entered
HTML 5 and CSS 3 - Illustrated Complete 16
Add a Comment to a
Web Page
HTML comments add information not
shown in the web browser
Use to explain what code does or to
point out beginning and end of parts of
the code
Comments
 Defined by <!-- … -->
 Can be single line
 Can be multi-line
HTML 5 and CSS 3 - Illustrated Complete 17
Add a Comment to a
Web Page (continued)
Comment text added to an HTML
document
HTML 5 and CSS 3 - Illustrated Complete 18
Preview Your Web Page on a
Desktop Computer
To preview a web page open it in one
or more user agents
 Allows page writer to research problems
and correct them before publishing the
page
Use file manager to open web page in
one or more browsers
Note differences in the way the page
is displayed in different browsers
HTML 5 and CSS 3 - Illustrated Complete 19
Preview Your Web Page on a
Desktop Computer (continued)
Preview of web page in Google
Chrome
HTML 5 and CSS 3 - Illustrated Complete 20
Configure Web Server
Software
Web server: computer running web
server software and connected to the
Internet
Use a web server to open a file on
desktop computer on another device,
like a mobile phone
Aptana Studio 3, free code editor with
built-in web server
HTML 5 and CSS 3 - Illustrated Complete 21
Configure Web Server
Software (continued)
Accessing Aptana web server
HTML 5 and CSS 3 - Illustrated Complete 22
Preview Your Web Page on
Mobile Devices
Important to test web page on variety
of devices, including desktops, tablets,
and mobile phones
Web pages are rendered differently on
different devices
Testing helps you see what changes, if
any, need to be made
Must be connected to a web server to
test on a mobile phone
HTML 5 and CSS 3 - Illustrated Complete 23
Preview Your Web Page on
Mobile Devices
Web page phone and tablet
HTML 5 and CSS 3 - Illustrated Complete 24
Summary
Prior planning is a crucial component
in designing a good website
When planning a website, the
designer must consider the goals and
objectives of the site, the target
audience, the type of site, the budget,
and the timeline
Use a wireframe to outline the
components of a website
HTML 5 and CSS 3 - Illustrated Complete 25
Summary (continued)
Use a storyboard to show links
between the pages
HTML is a coding language
An HTML document is a text
document that defines a structure of
the text to be displayed
The structure of the text to be
displayed is defined by the use of tags
HTML 5 and CSS 3 - Illustrated Complete 26
Summary (continued)
An HTML document includes
 html opening and closing tags
 head opening and closing tags
 body opening and closing tags
 Other tags nested within
HTML elements include
 title tags for titles
 h tags for headings (h1 – h6)
 p tags for paragraphs
HTML 5 and CSS 3 - Illustrated Complete 27
Summary (continued)
Comments provide additional
information; not viewed in the browser
Preview web page on different devices
using different browsers; look for
unexpected results
Use a web server to view web page
on mobile phones
HTML 5 and CSS 3 - Illustrated Complete 28

Mais conteúdo relacionado

Mais procurados

Crystal report generation in visual studio 2010
Crystal report generation in visual studio 2010Crystal report generation in visual studio 2010
Crystal report generation in visual studio 2010
Slideshare
 

Mais procurados (20)

Javascript programming using the document object model
Javascript programming using the document object modelJavascript programming using the document object model
Javascript programming using the document object model
 
Social media and your website
Social media and your websiteSocial media and your website
Social media and your website
 
Creating and Processing Web Forms
Creating and Processing Web FormsCreating and Processing Web Forms
Creating and Processing Web Forms
 
Laying Out Elements with CSS
Laying Out Elements with CSSLaying Out Elements with CSS
Laying Out Elements with CSS
 
Organizing Content with Lists and Tables
Organizing Content with Lists and TablesOrganizing Content with Lists and Tables
Organizing Content with Lists and Tables
 
Working with Video and Audio
Working with Video and AudioWorking with Video and Audio
Working with Video and Audio
 
How to make Html
How to make HtmlHow to make Html
How to make Html
 
M02 un12 p01
M02 un12 p01M02 un12 p01
M02 un12 p01
 
Crystal report
Crystal reportCrystal report
Crystal report
 
Crystal report
Crystal reportCrystal report
Crystal report
 
Crystal report generation in visual studio 2010
Crystal report generation in visual studio 2010Crystal report generation in visual studio 2010
Crystal report generation in visual studio 2010
 
Chapter 02
Chapter 02Chapter 02
Chapter 02
 
Web technology
Web technologyWeb technology
Web technology
 
Asp notes
Asp notesAsp notes
Asp notes
 
Introduction To Flex
Introduction To FlexIntroduction To Flex
Introduction To Flex
 
Exam 9A0-386 Adobe Analytics Architect Exam
Exam 9A0-386 Adobe Analytics Architect ExamExam 9A0-386 Adobe Analytics Architect Exam
Exam 9A0-386 Adobe Analytics Architect Exam
 
C# Crystal Reports
C# Crystal ReportsC# Crystal Reports
C# Crystal Reports
 
HTML
HTMLHTML
HTML
 
Lecture1
Lecture1Lecture1
Lecture1
 
9A0-386 Exam-Adobe Analytics Architect
9A0-386 Exam-Adobe Analytics Architect 9A0-386 Exam-Adobe Analytics Architect
9A0-386 Exam-Adobe Analytics Architect
 

Destaque (12)

Html5
Html5Html5
Html5
 
Html project report12
Html project report12Html project report12
Html project report12
 
Html project on website of mobile store
Html project on website of mobile storeHtml project on website of mobile store
Html project on website of mobile store
 
Final Web Design Project
Final Web Design ProjectFinal Web Design Project
Final Web Design Project
 
Html, CSS & Web Designing
Html, CSS & Web DesigningHtml, CSS & Web Designing
Html, CSS & Web Designing
 
Project Report
Project ReportProject Report
Project Report
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
 
A project report on chat application
A project report on chat applicationA project report on chat application
A project report on chat application
 
Web Design Project Report
Web Design Project ReportWeb Design Project Report
Web Design Project Report
 
Python Dictionaries and Sets
Python Dictionaries and SetsPython Dictionaries and Sets
Python Dictionaries and Sets
 
47533870 final-project-report
47533870 final-project-report47533870 final-project-report
47533870 final-project-report
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 

Semelhante a Getting Started with your Website

HTML5 and CSS3 Unit A
HTML5 and CSS3 Unit AHTML5 and CSS3 Unit A
HTML5 and CSS3 Unit A
vanoosterhout
 
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptxWeb_Devp_HTML_CSS00jfhfghhdf0000000.pptx
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
gauravpurola
 
Mengelola isi halaman web1 eng
Mengelola isi halaman web1 engMengelola isi halaman web1 eng
Mengelola isi halaman web1 eng
Eko Supriyadi
 
Tutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web PagesTutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web Pages
dpd
 
Developing a Web Page
Developing a Web PageDeveloping a Web Page
Developing a Web Page
Frank Fucile
 
Getting Started with Dreamweaver
Getting Started with DreamweaverGetting Started with Dreamweaver
Getting Started with Dreamweaver
Frank Fucile
 
Implementation Plan TemplateUse the following template to crea.docx
Implementation Plan TemplateUse the following template to crea.docxImplementation Plan TemplateUse the following template to crea.docx
Implementation Plan TemplateUse the following template to crea.docx
bradburgess22840
 

Semelhante a Getting Started with your Website (20)

Practical file on web technology(html)
Practical file on web technology(html)Practical file on web technology(html)
Practical file on web technology(html)
 
HTML5 and CSS3 Unit A
HTML5 and CSS3 Unit AHTML5 and CSS3 Unit A
HTML5 and CSS3 Unit A
 
INTERNSHIP PROJECT PPT RAJ HZL.pdf
INTERNSHIP PROJECT PPT RAJ HZL.pdfINTERNSHIP PROJECT PPT RAJ HZL.pdf
INTERNSHIP PROJECT PPT RAJ HZL.pdf
 
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptxWeb_Devp_HTML_CSS00jfhfghhdf0000000.pptx
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
 
Mengelola isi halaman web1 eng
Mengelola isi halaman web1 engMengelola isi halaman web1 eng
Mengelola isi halaman web1 eng
 
Tutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web PagesTutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web Pages
 
Html
HtmlHtml
Html
 
HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project
 
Developing a Web Page
Developing a Web PageDeveloping a Web Page
Developing a Web Page
 
HyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.pptHyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.ppt
 
Chapter 2 - HTML5.pdf
Chapter 2 - HTML5.pdfChapter 2 - HTML5.pdf
Chapter 2 - HTML5.pdf
 
Over view of html
Over view of htmlOver view of html
Over view of html
 
Basic html structure
Basic html structureBasic html structure
Basic html structure
 
331592291-HTML-and-Cascading style sheet
331592291-HTML-and-Cascading style sheet331592291-HTML-and-Cascading style sheet
331592291-HTML-and-Cascading style sheet
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Getting Started with Dreamweaver
Getting Started with DreamweaverGetting Started with Dreamweaver
Getting Started with Dreamweaver
 
Creating web form
Creating web formCreating web form
Creating web form
 
Creating web form
Creating web formCreating web form
Creating web form
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
Implementation Plan TemplateUse the following template to crea.docx
Implementation Plan TemplateUse the following template to crea.docxImplementation Plan TemplateUse the following template to crea.docx
Implementation Plan TemplateUse the following template to crea.docx
 

Mais de Nicole Ryan

Mais de Nicole Ryan (15)

Inheritance
InheritanceInheritance
Inheritance
 
Chapter 12 Lecture: GUI Programming, Multithreading, and Animation
Chapter 12 Lecture: GUI Programming, Multithreading, and AnimationChapter 12 Lecture: GUI Programming, Multithreading, and Animation
Chapter 12 Lecture: GUI Programming, Multithreading, and Animation
 
Chapter 11: Object Oriented Programming Part 2
Chapter 11: Object Oriented Programming Part 2Chapter 11: Object Oriented Programming Part 2
Chapter 11: Object Oriented Programming Part 2
 
Intro to Programming: Modularity
Intro to Programming: ModularityIntro to Programming: Modularity
Intro to Programming: Modularity
 
Programming Logic and Design: Arrays
Programming Logic and Design: ArraysProgramming Logic and Design: Arrays
Programming Logic and Design: Arrays
 
Programming Logic and Design: Working with Data
Programming Logic and Design: Working with DataProgramming Logic and Design: Working with Data
Programming Logic and Design: Working with Data
 
Setting up your development environment
Setting up your development environmentSetting up your development environment
Setting up your development environment
 
Dynamic vs static
Dynamic vs staticDynamic vs static
Dynamic vs static
 
Working with Databases and MySQL
Working with Databases and MySQLWorking with Databases and MySQL
Working with Databases and MySQL
 
Using arrays with PHP for forms and storing information
Using arrays with PHP for forms and storing informationUsing arrays with PHP for forms and storing information
Using arrays with PHP for forms and storing information
 
Tables and forms accessibility and microformats
Tables and forms accessibility and microformatsTables and forms accessibility and microformats
Tables and forms accessibility and microformats
 
Creating and styling forms
Creating and styling formsCreating and styling forms
Creating and styling forms
 
Creating and styling tables
Creating and styling tablesCreating and styling tables
Creating and styling tables
 
Files and Directories in PHP
Files and Directories in PHPFiles and Directories in PHP
Files and Directories in PHP
 
Handling User Input and Processing Form Data
Handling User Input and Processing Form DataHandling User Input and Processing Form Data
Handling User Input and Processing Form Data
 

Último

Último (20)

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Getting Started with your Website

  • 2. Objectives Define a project plan Create wireframes and a storyboard Create an HTML document Set up the document head and body Add text to a web page HTML 5 and CSS 3 - Illustrated Complete 2
  • 3. Objectives (continued) Add a comment to a web document Preview your web page on a desktop computer Configure web server software Preview your web page on mobile devices HTML 5 and CSS 3 - Illustrated Complete 3
  • 4. Define a Project Plan Project plan: document that identifies aspects of the project  Also known as a design document Ask questions to find out customer’s expectations and goals, including • Goals and objectives of the website • Target audience • Type of website • Budget for website • Timeline for website HTML 5 and CSS 3 - Illustrated Complete 4
  • 5. Define a Project Plan (continued) Sample project plan HTML 5 and CSS 3 - Illustrated Complete 5
  • 6. Create Wireframes and a Storyboard Wireframe: sketch that outlines web page components and their place in the layout Storyboard: shows links between web pages To create a wireframe and storyboard • Identify components (use project plan) • Sketch possible layouts • Map relationships among pages HTML 5 and CSS 3 - Illustrated Complete 6
  • 7. Create Wireframes and a Storyboard (continued) Sketch for a main web page HTML 5 and CSS 3 - Illustrated Complete 7
  • 8. Create Wireframes and a Storyboard (continued) Storyboard showing links for website HTML 5 and CSS 3 - Illustrated Complete 8
  • 9. Create an HTML Document HTML (Hypertext Markup Language): standardized format for web pages HTML document consists of text  Text to be displayed on the web page  Tags specifying how the browser should render each item Most tags occur in pairs, but one- sided tags are used by themselves HTML 5 and CSS 3 - Illustrated Complete 9
  • 10. Create an HTML Document (continued) Start document with <!DOCTYPE html> declaration Add <html> and </html> tags to define beginning and end of web page Create document by hand-coding in a text editor or by using suitable program HTML 5 and CSS 3 - Illustrated Complete 10
  • 11. Create an HTML Document (continued) Basic structure of a web page in a text editor HTML 5 and CSS 3 - Illustrated Complete 11
  • 12. Set Up the Document Head and Body HTML document divided into head and body sections  Head section: contains elements that are not part of the main web page  Body section: contains elements that are visible in the main window of a web browser Head and body tags are nested within html tags HTML 5 and CSS 3 - Illustrated Complete 12
  • 13. Set Up the Document Head and Body (continued) For clarity of structure, nested elements are  On new lines  Indented by two spaces relative to parent element To add head section  Add <head> and </head> tags in new lines within the html tags HTML 5 and CSS 3 - Illustrated Complete 13
  • 14. Set Up the Document Head and Body (continued) To add body portion, add <body> and </body> tags in new lines within the html tags Completed web page structure HTML 5 and CSS 3 - Illustrated Complete 14
  • 15. Add Text to a Web Page Type the text for the web page Add HTML tags to specify the element type for each text item, for example  <title> and </title>: text that appears in the web browser’s title bar  <h1> and </h1>: highest level heading  <p> and </p>: paragraph of text HTML 5 and CSS 3 - Illustrated Complete 15
  • 16. Add Text to a Web Page (continued) Title, h1, and p elements entered HTML 5 and CSS 3 - Illustrated Complete 16
  • 17. Add a Comment to a Web Page HTML comments add information not shown in the web browser Use to explain what code does or to point out beginning and end of parts of the code Comments  Defined by <!-- … -->  Can be single line  Can be multi-line HTML 5 and CSS 3 - Illustrated Complete 17
  • 18. Add a Comment to a Web Page (continued) Comment text added to an HTML document HTML 5 and CSS 3 - Illustrated Complete 18
  • 19. Preview Your Web Page on a Desktop Computer To preview a web page open it in one or more user agents  Allows page writer to research problems and correct them before publishing the page Use file manager to open web page in one or more browsers Note differences in the way the page is displayed in different browsers HTML 5 and CSS 3 - Illustrated Complete 19
  • 20. Preview Your Web Page on a Desktop Computer (continued) Preview of web page in Google Chrome HTML 5 and CSS 3 - Illustrated Complete 20
  • 21. Configure Web Server Software Web server: computer running web server software and connected to the Internet Use a web server to open a file on desktop computer on another device, like a mobile phone Aptana Studio 3, free code editor with built-in web server HTML 5 and CSS 3 - Illustrated Complete 21
  • 22. Configure Web Server Software (continued) Accessing Aptana web server HTML 5 and CSS 3 - Illustrated Complete 22
  • 23. Preview Your Web Page on Mobile Devices Important to test web page on variety of devices, including desktops, tablets, and mobile phones Web pages are rendered differently on different devices Testing helps you see what changes, if any, need to be made Must be connected to a web server to test on a mobile phone HTML 5 and CSS 3 - Illustrated Complete 23
  • 24. Preview Your Web Page on Mobile Devices Web page phone and tablet HTML 5 and CSS 3 - Illustrated Complete 24
  • 25. Summary Prior planning is a crucial component in designing a good website When planning a website, the designer must consider the goals and objectives of the site, the target audience, the type of site, the budget, and the timeline Use a wireframe to outline the components of a website HTML 5 and CSS 3 - Illustrated Complete 25
  • 26. Summary (continued) Use a storyboard to show links between the pages HTML is a coding language An HTML document is a text document that defines a structure of the text to be displayed The structure of the text to be displayed is defined by the use of tags HTML 5 and CSS 3 - Illustrated Complete 26
  • 27. Summary (continued) An HTML document includes  html opening and closing tags  head opening and closing tags  body opening and closing tags  Other tags nested within HTML elements include  title tags for titles  h tags for headings (h1 – h6)  p tags for paragraphs HTML 5 and CSS 3 - Illustrated Complete 27
  • 28. Summary (continued) Comments provide additional information; not viewed in the browser Preview web page on different devices using different browsers; look for unexpected results Use a web server to view web page on mobile phones HTML 5 and CSS 3 - Illustrated Complete 28