XP 1 HTML: The Language of the Web A Web page is a text file written in a language called Hypertext Markup Language. A markup language is a language that.

Slides:



Advertisements
Similar presentations
Introduction and Planning your Site. Planning Your Web Site When Designing a Site for Yourself You have the final say over the design and content There.
Advertisements

Chapter 11 Designing the User Interface
Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.
Getting a Taste of Cascading Stylesheets Steve Mooradian December 14, 2005.
HTML & XHTML Web Publishing. What is HTML? HTML- Hypertext Markup Language ▫Start with text on your page & add special tags ▫These specific tags produce.
Tutorial 1 Getting Started with HTML5
XP Tutorial 1 New Perspectives on HTML and XHTML, Brief 1 Developing a Basic Web Page Creating a Web Page for Stephen Dubé’s Chemistry Classes Tutorial.
HTML Introduction (cont.) 10/01/ Lecture 8, MAT 279, Fall 2009.
New Perspectives on Creating Web Pages with HTML
Developing a Basic Web Page Go see -- look around HTML Tutorial 1.
FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
Web Structure Create Links Using HTML. 2 Objectives List different types of Web site structures and how to employ them Create element ids to mark specific.
Tutorial 1 Developing a Basic Web Page
Tutorial 1 Developing a Basic Web Page. XP Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Developing a Basic Web Page
Objectives Learn the history of the Web and HTML
Developing a Basic Web Page with HTML
XP 1 Developing a Basic Web Site Creating a Chemistry Web Site Tutorial 2.
Developing a Basic Web Page Posting Files on UMBC
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
Tutorial 1: Getting Started with HTML5
Dobrin / Keller / Weisser : Technical Communication in the Twenty-First Century. © 2008 Pearson Education. Upper Saddle River, NJ, All Rights Reserved.
Chapter 1 Variables in the Web Design Environment.
Chapter 1 Variables in the Web Design Environment
XP Tutorial 2New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Developing a Basic Web Site Creating a Chemistry Web Site Tutorial 2.
Creating a Simple Page: HTML Overview
Developing a Basic Web Page
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
1 HTML/XHTML Objectives Explain what HTML is and how Web pages use HTML Explain what HTML is and how Web pages use HTML Demonstrate how to create Web pages.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
CNIT 132 – Week 3 HTML (2). Working with Links Using a link is a quicker way to access information at the bottom of a Web page than scrolling down. A.
HTML Structure & syntax
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
Developing a Web Site. Web Site Navigational Structures A storyboard is a diagram of a Web site’s structure, showing all the pages in the site and indicating.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Introducing XHTML: Module A: Web Design Basics.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Introduction to web development and HTML MGMT 230 LAB.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Tutorial 2 Developing a Web Site. XP Objectives Learn how to storyboard various Web site structures Create links among documents in a Web site Understand.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
History Internet – the network of computer networks that provides the framework for the World Wide Web. The web can’t exist without the internet. Browser.
Jozef Goetz, STEM Summer Camp Dr. Jozef Goetz.
XP INFT 140 – Chapter 2 1 Developing a Basic Web Site Creating a Chemistry Web Site.
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
Intro to HTML. History of the World Wide Web  A network is a structure linking computers together for the purpose of sharing information and services.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Developing a Basic Web Site HTML Tutorial 2. Objectives Define links and how to use them. Create element ids to mark specific locations within a document.
Web Design New Brighton High School Exploring the History of the World Wide WebWorld Wide Web.
XP 1 Charles Edeki AIU Live Chat for Unit 2 ITC0381.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Lecture 6, MAT 279, Fall HTML Introduction (cont.) 9/17/2009.
Developing a Basic Web Page
Developing a Basic Web Site
HTML5 – Heading, Paragraph
WEBSITE DESIGN Chp 1
CNIT 131 HTML5 – Anchor/Link.
Multimedia and Internet Technology
Tutorial Developing a Basic Web Page
Presentation transcript:

XP 1 HTML: The Language of the Web A Web page is a text file written in a language called Hypertext Markup Language. A markup language is a language that describes a document’s structure and content. HTML is not a programming language or a formatting language. Styles are format descriptions written in a separate language from HTML that tell browsers how to render each element. Styles are used to format your document.

XP 2 The History of HTML The first version of HTML was created using the Standard Generalized Markup Language (SGML). In the early years of HTML, Web developers were free to define and modify HTML in whatever ways they thought best. Competing browsers introduced some differences in the language. The changes were called extensions.

XP 3 The History of HTML A group of Web developers, programmers, and authors called the World Wide Web Consortium, or the WC3, created a set of standards or specifications that all browser manufacturers were to follow. The WC3 has no enforcement power. The recommendations of the WC3 are usually followed since a uniform approach to Web page creation is beneficial to everyone.

XP 4 Versions of HTML and XHTML

XP 5 The History of HTML Older features of HTML are often deprecated, or phased out, by the W3C. That does not mean you can’t continue to use them—you may need to use them if you are supporting older browsers. Future Web development is focusing increasingly on two other languages: XML and XHTML. XML (Extensible Markup Language) is a metalanguage like SGML, but without SGML’s complexity and overhead.

XP 6 The History of HTML XHTML (Extensible Hypertext Markup Language) is a stricter version of HTML and is designed to confront some of the problems associated with the different and competing versions of HTML. XHTML is also designed to better integrate HTML with XML. HTML will not become obsolete anytime soon.

XP 7 Guidelines Become well-versed in the history of HTML. Know your market. Test.

XP 8 Tools for Creating HTML Documents Basic text editor like Notepad. HTML Converter - converts formatted text into HTML code.  Can create the source document in a word processor and then convert it.  HTML code created using a converter is often longer and more complicated than it needs to be, resulting in larger-than-necessary files.

XP 9 Tools for Creating HTML Documents HTML Editor – helps you create an HTML file by inserting HTML codes for you as you work.  They can save you a lot of time and help you work more efficiently.  Advantages and limitations similar to those of HTML converters.  Allow you to set up a Web page quickly.  Will usually still have to work with HTML code to create a finished document.

XP 10 Identify Content Needs Required information is identified Grouped into business schemes related to the business structure This becomes:  The information hierarchy (information structure and related links) Content requirements are determined for each process.

XP 11 Plan Information Hierarchy Cluster information in related topics. The hierarchy of pages are identified.  Develop a hierarchy of information and check data to confirm sequence of hierarchy. Content is logical and accessible to customers.  Labels are clear, consistent and coherent and relatively intuitive for users to access.  A consistent and logical labelling system is developed taking into account user demographics.

XP 12 Develop Navigation System Build navigational system for overall website based on business requirements. Navigation should:  be easy to use  provide different ways of searching  provide feedback to users Navigation between pages is consistent and clear. The navigational system should give users the flexibility to find the information/products they want.

XP 13 Site Look Site look is appropriate to business:  Business image  Logo  Colour scheme etc Appropriate to customer requirements:  Age range  Culture  Accessibility Issues

XP 14 Develop Process Flow Develop in a logical and simple manner:  Find product  Put in shopping cart  Continue shopping/buying  Arrange delivery  Make payment

XP 15 Working with Web Site Structures A storyboard is a diagram of a Web site’s structure, showing all the pages in the site and indicating how they are linked together. It is important to storyboard your Web site before you start creating your pages in order to determine which structure works best for the type of information the site contains. A well-designed structure can ensure that users will be able to navigate the site without getting lost or missing important information.

XP 16 Working with Web Site Structures The three chemistry pages

XP 17 Linear Structures In a linear structure, each page is linked with the pages that follow and precede it in an ordered chain. Linear structure works best for Web pages with a clearly defined order. In an augmented linear structure, each page contains an additional link back to an opening page.

XP 18 Linear Structures A linear structure An augmented linear structure

XP 19 Hierarchical Structures In the hierarchical structure, the pages are linked going from the most general page down to more specific pages. Users can easily move from general to specific and back again. Within this structure, a user can move quickly to a specific scene within the page, bypassing the need to move through each scene in the play.

XP 20 Hierarchical Structures

XP 21 Mixed Structures As Web sites become larger and more complex, you often need to use a combination of several different structures. The overall form can be hierarchical, allowing the user to move from general to specific; however, the links also allow users to move through the site in a linear fashion.

XP 22 Mixed Structures

XP 23 Working with Web Site Structures A little foresight can go a long way toward making your Web site easier to use. Each page should contain, at minimum, a link to the site’s home page, or to the relevant main topic page, if applicable. You may want to supply your users with a site index which is a page containing an outline of the entire site and its contents.

XP 24 Creating an HTML Document It is a good idea to plan out a Web page before you start coding. Draw a planning sketch or create a sample document using a word processor.  This is called Storyboarding Preparatory work can weed out errors or point to potential problems.

XP 25 Creating an HTML Document

XP 26 Creating an HTML Document In planning, identify a document’s different elements. An element is a distinct object in the document, like a paragraph, a heading, or a page’s title. Formatting features such as boldfaced font, and italicized text may be used.

XP 27 Displaying an HTML File As you work on a Web page, you should occasionally view it with your Web browser to verify that the file contains no syntax errors or other problems. You may want to view the results using different browsers to check for compatibility.

XP 28 Elements Tested Test against customer needs:  Search engine key words appropriate  Site map easy to find and use  FAQ section relevant  Content of news sections appropriate  Business critical aspects easily recognised and accessed  Logins, forms, shopping carts etc.  Accessibility issues addressed

XP 29 Design Documentation User analysis documentation Strategic Brief Technical Brief Functional Brief  Functional Spec  Engineering Spec Creative Brief  Creative Spec  Storyboard  Wireframe Content Plan Technical Spec Markup and Layout Spec