U NDERSTAND THE W EB AND D IGITAL C OMMUNICATIONS P ATHWAY 4.02 U NDERSTAND HOW W EBPAGES ARE CREATED AND USED.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
4.01 How Web Pages Work.
MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
How the World Wide Web Works
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
The Internet & Web Browsers Business Webpage Design Kelly Seale.
Web Design Basic Concepts.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Chapter 16 The World Wide Web. 2 Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic HTML.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Understanding HTML Code
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Just Enough HTML How to Create Basic HTML Documents.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
Unit 3 Day 6 FOCS – Web Design. Journal Unit #3 Entry #4 Write the source code that would make the following display on a rendered page: Shopping List.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML: Hyptertext Markup Language Doman’s Sections.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
HOW THE WEB WORKS Reference: Learning Web Design (4 th edition) by Robbins 2012 – Chapter 2 (pp. 21 – 32)
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
CIS 228 The Internet Day 2, 9/1/11 Hypertext. The Course Instructor: Bowen Alpern Office hour: GI 137-I, 4-5pm Tu.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Finally getting to html and CSS… Tim Berners-Lee, the writer of the software program that makes him the inventor of the WWW, defines the Internet as a.
HTML Structure & syntax
4.01 How Web Pages Work.
4.01 How Web Pages Work.
HTML Basics.
4.01 How Web Pages Work.
Objective % Select and utilize tools to design and develop websites.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Introduction to XHTML.
Objective % Select and utilize tools to design and develop websites.
Chapter 16 The World Wide Web.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

U NDERSTAND THE W EB AND D IGITAL C OMMUNICATIONS P ATHWAY 4.02 U NDERSTAND HOW W EBPAGES ARE CREATED AND USED

Understand webpages How are webpages created? How are webpages used? How do webpages work? ESSENTIAL QUESTIONS

Part 1 WEBPAGES

Definitions:  Webpages are documents viewed in a Web browser and available on the Web or on a private network using hypertext transport protocol  Webpages (or web pages) are also known as Web documents  The World Wide Web (WWW) is a vast network of Internet servers that supports HTML UNDERSTAND WEBPAGES

 Some of the popular Web browsers are: Internet Explorer, Mozilla Firefox, Chrome, Safari, Opera  Web browsers operate on various platforms (personal computers, mobile devices)  Some Web browsers use plug-ins or add-ons.  Web browsers have various features such as bookmarks/favorites, security settings WEB BROWSERS Definition: A Web browser is special software that can retrieve and display a webpage.

 Web browsers use the hypertext transport protocol to make requests to the web server  HTTP is the foundation of data communication on the Web  Web browsers interpret the HTML code and display the content.  Most Web browsers can display the source code WEB BROWSERS AND HTTP

 Text, graphics, audio and video content can be displayed in a webpage.  Typical formats for graphics are jpeg, gif and png  Typical formats for audio are mp3, wav and ogg  Typical formats for video are mov and mpeg WEBPAGE ELEMENTS Text Graphics Audio Video Supported formats will change as standards are updated

 Hyperlinks or hypertext are simply linked resources  Databases can be linked to pages creating dynamic content  Scripting languages, such as JavaScript can be used to create an interactive page  Cascading Style Sheets (coding that styles HTML documents) MORE WEBPAGE ELEMENTS

 Webpages can be static, dynamic or interactive  Static pages display exactly as stored  Dynamic pages are generated using client or server-side scripting to display content  Interactive pages use scripting to interact with the user of the page STATIC, DYNAMIC OR INTERACTIVE?

COMPARING STATIC & DYNAMIC PAGES

 URLs are character strings referencing a resource  URLs use a domain name UNIFORM RESOURCE LOCATOR (URL) protocol separator domain folder filename server

 Webpages can be viewed locally in a Web browser  Webpages should be checked in more than one Web browser due to differences in how browsers display code PREVIEWING WEBPAGES

Part 2 WEBSITES

 A website (or web site) is a collection of related webpages served from a single web domain.  A domain name is a string of characters used to identify a website.  Domain names are regulated under the Domain Name System (DNS)  Domain names represent an IP resource (Internet Protocol) WEBSITES

The Domain Name System (DNS) serves as the phone book for the Internet by translating human-friendly computer hostnames into IP addresses DOMAIN NAME SYSTEM

Websites serve many and varied purposes. For example: Personal websites Commercial websites Government websites Nonprofit organizations Media websites Entertainment websites News websites WEBSITE PURPOSE And many more—these are just some examples

Websites may contain various features, such as the following: Online chat or instant messaging Social networking integration Forums Web forms Downloads WEBSITE FEATURES

 Websites use a directory structure.  Folder and filenames should be entered in all lowercase, no spaces, and short yet descriptive names should be used.  Websites typically have a home page. The home page is the entry point to a website. WEBSITE ORGANIZATION

 The location of linked resources matters!  The path to resources must be keyed in exactly correctly  Paths to resources are case sensitive  Avoid using spaces in folder and filenames LINKED RESOURCES

 Websites are designed for a particular target market.  The users that you hope will visit your website are your target market.  Websites are designed to meet the needs of users. User interface design is the design of a website with the focus on the user’s experience and interaction. WEBSITE DESIGN

Webpages typically contain:  Navigation menu or navigation bar or sidebar (typically located across the top or on the left of the page.)  Content section or block  Page banner or header (typically across the top)  Footer COMPONENTS OF WEBSITE LAYOUT

 Page layout refers to the arrangement of elements on the page.  Webpages are designed as either Fixed-width page layout or a Fluid or Responsive design  Fixed-width layout refers to designing the page for a particular screen size  Fluid layouts will expand to fit the screen TYPES OF LAYOUT

 Responsive designs are based on CSS3 (Cascading Style Sheets v3) and use enhanced page stylesheets so documents display properly on more devices (phones, tablets, not just computers) RESPONSIVE DESIGNS

Part 3 HTML

 HTML stands for Hypertext Markup Language. It is the main language of documents on the Web.  Hypertext permits the linking of text to other resources on the Web. The user simply clicks the mouse to follow the hyperlink. HTML

Hypertext Markup Language (HTML) is a markup language—not a programming language. UNDERSTAND HTML

 Keyed in all lowercase  Tags are enclosed within (referred to as angle brackets or carets)  Most HTML codes (or tags) are paired (referred to as opening and closing tags or start and end tags)  Closing or end tags contain a / (forward slash) enclosed within the angle brackets. HTML CODING CONVENTIONS Opening or start tag Closing or end tag

 An HTML tag is the code enclosed within the angle brackets. For example is the opening tag in a webpage. The html tag tells the Web browser that this is a webpage.  An HTML element includes the opening tag, the content and the closing tag. HTML TAGS & ELEMENTS My First Web Page Example of a tag Example of an element

 Attributes provide additional information about an element  Attributes are always specified in the start or opening tag  HTML attributes define a value for an HTML tag. Attributes define a name and a value.  The attribute value is enclosed in quotation marks. The name is separated from the value by the equals sign. HTML ATTRIBUTES Google

HTML STRUCTURE

BASIC HTML PAGE

Part 4 BASIC HTML TAGS

 The section contains the tag and other tags with information about the page  The section contains the visible content of the webpage HEAD AND BODY SECTIONS

 The My First Web Page displays the webpage title in the title bar of the web browser  The tag displays in search engine results  The tag must be in the section TITLE TAG

 Webpages are typically divided into sections and there are six heading styles  displays in the largest size because it is the main heading style  displays smaller relative to  is the smallest of the six heading styles  Heading styles are used for headings and not just to make text display bigger on the page. 6 HEADING STYLES

 The tag displays paragraph text  The number of lines in a paragraph will adjust to the size of the browser window PARAGRAPH TAG

 The tag does not have a closing tag; it is not paired  It is also known as an empty tag  The tag inserts a single line break  The tag is needed to move text or an image to a new line BREAK TAG & WHY WE NEED IT

 The anchor tag defines a hyperlink  The href attribute indicates the link’s destination  The text between the opening and closing tags displays as a hyperlink (underlined) ANCHOR TAG Google-My favorite search engine

 Images are displayed using the tag  The tag requires the src attribute  The src attribute identifies the location of the image  If the image is moved or deleted—no image will display DISPLAYING IMAGES Img src=

 Here is an example of the audio tag AUDIO TAG Your browser does not support the audio element.

 HTML 5 introduced a standard for playing audio in a webpage.  The control attribute adds audio controls, like play, pause, and volume.  The src attribute identifies the audio file.  You should also insert text content between the and tags for browsers that do not support the element.  The element allows multiple elements. elements can link to different audio files. The browser will use the first recognized format. AUDIO TAG

 Here is an example of the video tag and its attributes: VIDEO TAG Your browser does not support the video tag.

 HTML 5 introduced a standard for displaying video in a webpage  The src attribute provides the path to the video file  The video tag uses the control attribute to display video controls  The width and height attributes are used to reserve the space for the video in the webpage. VIDEO TAG

 HTML was not designed to format content.  CSS was designed for presentation of content.  CSS is not HTML.  There are 3 types of CSS: Internal, External, and Inline. CASCADING STYLE SHEETS CSS styles html elements

 Inline CSS uses the style attribute to format an HTML tag  The style defines a name and value  In the example below, font-family is a CSS style name and arial is the value; color is a CSS style name and red is the value; font-size is a CSS style name and 20px is the value INLINE CSS A paragraph.

 In the example below, the tag is styled with the CSS style name, font-family, and Verdana is the value.  Notice that the style attribute is used with the HTML tag, followed by an equals sign, and the CSS name and value are enclosed within quotes. ANOTHER INLINE EXAMPLE A heading

EXAMPLE WEBPAGE

EXAMPLE WEBPAGE WITH STYLES

 SOURCES