SlideShare una empresa de Scribd logo
1 de 20
WEEK 3 
WEEK 2 
REVIEW
WEEK 2 REVIEW 
DNS – Domain Name System 
• The DNS server follows a series of 
steps to turn the human readable web 
address into a machine-readable IP 
address (69.127.23.407) if not stored in 
your cache 
IP – Internet Protocol 
• An IP address (69.127.23.407) is the 
equivalent of your home mailing 
address, not so easily to remember 
• Web browsers translates the basic 
HTML (Hypertext Mark Up Language) 
code that allows us to see images, text 
videos and listen to audio on websites, 
along with hyperlinks that let us travel 
to different web pages
WEEK 2 REVIEW 
HTTP: HyperText Transfer Protocol 
• A Protocol is a set of instructions, or 
commands 
• Entering a domain name (URL) in 
your web browser sends out a HTTP 
command to the web server (ISP) 
directing it to fetch and transmit the 
requested Web page 
URL: Uniform Resource Locator 
• A URL is used to identify a network 
resource on the Internet 
• Network resources are files that can 
be web pages, text documents, 
graphics, or programs 
• A URL is to a web site, as your street 
address is to your home
RESPONSIVE DESIGN
WEEK 2 REVIEW 
Protocol: The how 
• How your browser needs to communicate with the web server when sending or 
requesting files 
Domain: The where 
• The unique reference that identifies a web site on the internet (e.g. google.com) 
Path: The what 
• A file or directory on a web server
HTML 
WHAT IS 
HTML?
GOAL FOR TODAY: 
By the end of today’s class I want you to find this tattoo funny…
WHAT IS HTML? 
HTML stands for Hypertext Markup Language 
• HTML is the publishing language of the World Wide Web 
• It’s not a programming language but rather a way of describing something 
• It is not complicated 
• It is easy to write and very easy to understand 
• Most HTML tags are self explanatory as they describe themselves with the tag 
they use making them easy to remember and understand 
• It is the web browser that interprets the HTML to display the site content
SOFTWARE 
• You do not require any special software to write HTML, it can be done in Text Edit 
(Mac) or Notepad (PC) 
• In this course we will be using Dreamweaver.
TAGS 
• All HTML code reads like a story, it has a beginning, middle and end 
• The story must be complete in order for it to work
TAGS 
• Tags are the parts of any HTML documents 
• All tags describe a piece of the website content 
• Tags do not appear in the web browser – but you can see them by “viewing the 
source”
STEP 1: PLANNING 
• Open up a web page such as apple.com 
• Right click somewhere on the page – around the top left works – and select “view 
source”
STEP 1: PLANNING 
• Look through the code – you’ll see a combinations of “tags” such as: 
• <li> … text then </li> 
• <div> … text then </div> 
• <a …> … text then </a>
TAGS 
• It is good practice to right all of your HTML code in lower case although it is not 
required, for this class all code must be lowercase 
• Example: <p>This is a paragraph</p>
TAGS 
• MOST tags require an OPENING and a CLOSING tag
TAGS 
• If you forget to end a tag it effects the whole story 
• We need to show when an element such as a heading starts and finishes 
• Good: <h1>This is a heading</h1> 
• Bad: <h1>This is a heading 
<p>This is a paragraph</p>
OPENING TAGS 
• Opening tags look like this…
CLOSING TAGS 
• Closing tags look like this… 
• The closing tags have a forward slash ( / ) before the characters, indicating that the 
item being described is finished
SELF-CLOSING TAGS 
• Some tags, known as “self closing” or “self terminating” do not require a closing tag 
• Example: <img /> <br /> <hr /> (the / at the end recommended) 
• An easy way to remember these tags (self closing) is that they are just one thing 
• An image is just an image, where as a paragraph is a bunch of words

Más contenido relacionado

La actualidad más candente

Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLOlivia Moran
 
HTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLHTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLGrayzon Gonzales, LPT
 
Web1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSSWeb1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSSNYCSS Meetup
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTMLMarlon Jamera
 
Lecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block BuildingLecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block BuildingMubashir Ali
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101LindaHurd
 
Castro Chapter 3
Castro Chapter 3Castro Chapter 3
Castro Chapter 3Jeff Byrnes
 
GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1Heather Rock
 
HTML CSS and Web Development
HTML CSS and Web DevelopmentHTML CSS and Web Development
HTML CSS and Web DevelopmentRahul Mishra
 
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris Febres
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris FebresThe beauty behind ebooks: CSS - ebookcraft 2015 - Iris Febres
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris FebresBookNet Canada
 

La actualidad más candente (20)

Web development basics
Web development basicsWeb development basics
Web development basics
 
BASICS OF HTML
BASICS OF HTMLBASICS OF HTML
BASICS OF HTML
 
Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTML
 
HTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLHTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTML
 
Web1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSSWeb1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSS
 
HTML5
HTML5 HTML5
HTML5
 
Html5
Html5Html5
Html5
 
HTML 5 Tutorial
HTML 5 TutorialHTML 5 Tutorial
HTML 5 Tutorial
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTML
 
Html for beginners
Html for beginnersHtml for beginners
Html for beginners
 
Lecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block BuildingLecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block Building
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101
 
Basic of web design
Basic of web designBasic of web design
Basic of web design
 
Castro Chapter 3
Castro Chapter 3Castro Chapter 3
Castro Chapter 3
 
GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1
 
HTML CSS and Web Development
HTML CSS and Web DevelopmentHTML CSS and Web Development
HTML CSS and Web Development
 
Html 5
Html 5Html 5
Html 5
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris Febres
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris FebresThe beauty behind ebooks: CSS - ebookcraft 2015 - Iris Febres
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris Febres
 
Web page designing
Web page designingWeb page designing
Web page designing
 

Similar a Artistic Web Applications - Week3 - Part 1

Similar a Artistic Web Applications - Week3 - Part 1 (20)

Class1slides
Class1slidesClass1slides
Class1slides
 
HTML course.ppt
HTML course.pptHTML course.ppt
HTML course.ppt
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)
 
HYPER TEXT MARKUP LANGUAGE BASIC LESSONS
HYPER TEXT MARKUP LANGUAGE BASIC LESSONSHYPER TEXT MARKUP LANGUAGE BASIC LESSONS
HYPER TEXT MARKUP LANGUAGE BASIC LESSONS
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Module 3
Module 3Module 3
Module 3
 
Html5.pptx
Html5.pptxHtml5.pptx
Html5.pptx
 
Htmlcss1
Htmlcss1Htmlcss1
Htmlcss1
 
Html.pptx
Html.pptxHtml.pptx
Html.pptx
 
Unit 01 (1).pdf
Unit 01 (1).pdfUnit 01 (1).pdf
Unit 01 (1).pdf
 
Module 5 and 6
Module 5 and 6Module 5 and 6
Module 5 and 6
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
 
INTRODUCTION TO HTML.pptx
INTRODUCTION TO HTML.pptxINTRODUCTION TO HTML.pptx
INTRODUCTION TO HTML.pptx
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1
 
Handout1 intro to html
Handout1 intro to htmlHandout1 intro to html
Handout1 intro to html
 
Batch -25 PPT.pptx
Batch -25 PPT.pptxBatch -25 PPT.pptx
Batch -25 PPT.pptx
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 

Más de Katherine McCurdy-Lapierre, R.G.D. (11)

Module 5 - WCM system comparison
Module 5 - WCM system comparison Module 5 - WCM system comparison
Module 5 - WCM system comparison
 
Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)
Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)
Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)
 
Module 3 - Intro to Bootstrap
Module 3 - Intro to BootstrapModule 3 - Intro to Bootstrap
Module 3 - Intro to Bootstrap
 
Week 4 - tablet app design
Week 4 - tablet app designWeek 4 - tablet app design
Week 4 - tablet app design
 
Week 3 Lecture: Accessibility
Week 3 Lecture: AccessibilityWeek 3 Lecture: Accessibility
Week 3 Lecture: Accessibility
 
Interactive Web Design 5 - Week 2 - Introduction
Interactive Web Design 5 - Week 2 -  IntroductionInteractive Web Design 5 - Week 2 -  Introduction
Interactive Web Design 5 - Week 2 - Introduction
 
Week 12 CSS - Review from last week
Week 12 CSS - Review from last weekWeek 12 CSS - Review from last week
Week 12 CSS - Review from last week
 
Week 12 CSS Font - size
Week 12 CSS Font - sizeWeek 12 CSS Font - size
Week 12 CSS Font - size
 
Week 12 CSS Font - family
Week 12 CSS Font - familyWeek 12 CSS Font - family
Week 12 CSS Font - family
 
Week11 Lecture: CSS
Week11 Lecture: CSSWeek11 Lecture: CSS
Week11 Lecture: CSS
 
Week 4 Lecture Accessibility
Week 4 Lecture AccessibilityWeek 4 Lecture Accessibility
Week 4 Lecture Accessibility
 

Último

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.pptxCeline George
 
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_...Pooja Bhuva
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
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Ă...Nguyen Thanh Tu Collection
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
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 17Celine George
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 

Último (20)

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_...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
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Ă...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 

Artistic Web Applications - Week3 - Part 1

  • 1. WEEK 3 WEEK 2 REVIEW
  • 2. WEEK 2 REVIEW DNS – Domain Name System • The DNS server follows a series of steps to turn the human readable web address into a machine-readable IP address (69.127.23.407) if not stored in your cache IP – Internet Protocol • An IP address (69.127.23.407) is the equivalent of your home mailing address, not so easily to remember • Web browsers translates the basic HTML (Hypertext Mark Up Language) code that allows us to see images, text videos and listen to audio on websites, along with hyperlinks that let us travel to different web pages
  • 3. WEEK 2 REVIEW HTTP: HyperText Transfer Protocol • A Protocol is a set of instructions, or commands • Entering a domain name (URL) in your web browser sends out a HTTP command to the web server (ISP) directing it to fetch and transmit the requested Web page URL: Uniform Resource Locator • A URL is used to identify a network resource on the Internet • Network resources are files that can be web pages, text documents, graphics, or programs • A URL is to a web site, as your street address is to your home
  • 5. WEEK 2 REVIEW Protocol: The how • How your browser needs to communicate with the web server when sending or requesting files Domain: The where • The unique reference that identifies a web site on the internet (e.g. google.com) Path: The what • A file or directory on a web server
  • 6. HTML WHAT IS HTML?
  • 7. GOAL FOR TODAY: By the end of today’s class I want you to find this tattoo funny…
  • 8. WHAT IS HTML? HTML stands for Hypertext Markup Language • HTML is the publishing language of the World Wide Web • It’s not a programming language but rather a way of describing something • It is not complicated • It is easy to write and very easy to understand • Most HTML tags are self explanatory as they describe themselves with the tag they use making them easy to remember and understand • It is the web browser that interprets the HTML to display the site content
  • 9. SOFTWARE • You do not require any special software to write HTML, it can be done in Text Edit (Mac) or Notepad (PC) • In this course we will be using Dreamweaver.
  • 10. TAGS • All HTML code reads like a story, it has a beginning, middle and end • The story must be complete in order for it to work
  • 11. TAGS • Tags are the parts of any HTML documents • All tags describe a piece of the website content • Tags do not appear in the web browser – but you can see them by “viewing the source”
  • 12. STEP 1: PLANNING • Open up a web page such as apple.com • Right click somewhere on the page – around the top left works – and select “view source”
  • 13.
  • 14. STEP 1: PLANNING • Look through the code – you’ll see a combinations of “tags” such as: • <li> … text then </li> • <div> … text then </div> • <a …> … text then </a>
  • 15. TAGS • It is good practice to right all of your HTML code in lower case although it is not required, for this class all code must be lowercase • Example: <p>This is a paragraph</p>
  • 16. TAGS • MOST tags require an OPENING and a CLOSING tag
  • 17. TAGS • If you forget to end a tag it effects the whole story • We need to show when an element such as a heading starts and finishes • Good: <h1>This is a heading</h1> • Bad: <h1>This is a heading <p>This is a paragraph</p>
  • 18. OPENING TAGS • Opening tags look like this…
  • 19. CLOSING TAGS • Closing tags look like this… • The closing tags have a forward slash ( / ) before the characters, indicating that the item being described is finished
  • 20. SELF-CLOSING TAGS • Some tags, known as “self closing” or “self terminating” do not require a closing tag • Example: <img /> <br /> <hr /> (the / at the end recommended) • An easy way to remember these tags (self closing) is that they are just one thing • An image is just an image, where as a paragraph is a bunch of words

Notas del editor

  1. The sitemap will often change several times over the course of a site design Often user testing will show opportunities to make improvements – eg. changing the name of a section to make it clearer to the user Software exists to make this process easier and look more professional, eg: http://www.gliffy.com/uses/web-site-map-software/
  2. There are many ways to generate the behind the scenes code Often it’s a combination of starting with an existing template and adapting it to customize it to the look and feel of the site Or, it could be created from scratch using a WYSIWYG editor such as Dreamweaver
  3. There are many ways to generate the behind the scenes code Often it’s a combination of starting with an existing template and adapting it to customize it to the look and feel of the site Or, it could be created from scratch using a WYSIWYG editor such as Dreamweaver
  4. Usually this is done in Illustrator, Photoshop or other professional design software Design is done to scale so that it will accurately demonstrate how the site will look in a browser With move to responsive design, may also show how the site will look on a mobile device/phone and/or a tablet
  5. Popular CMSs include open source software such as: Drupal, Wordpress, Joomla Open source means that the software is free and available to anyone Other option is to purchase software from a company. This involves paying upfront for the software and often includes an annual licensing fee.