Web Standards Web Design – Sec 2-3

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

WeB application development
XHTML Basics.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
HTML 5. What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in The web has changed.
HTML 5 Tutorial Chapter 1 Introduction. What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Lecture 18. HTML5 and JavaScript Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell Exploring the Internet,
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Chapter 14 Introduction to HTML
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
HTML 5 New Standardization of HTML. I NTRODUCTION HTML5 is The New HTML Standard, New Elements New Attributes Full CSS3 Support Video and Audio 2D/3D.
Chapter 1 Introduction to HTML, XHTML, and CSS
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.
XP Tutorial 7New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks.
Using Styles and Style Sheets for Design
Styles with Cascading Style Sheets (CSS) Web Design – Section 4-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
How People with Disabilities Access the Web Web Design – Sec 2-5 Part or all of this lesson was adapted from the University of Washington’s “Web Design.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
Web Standards Web Design – Sec 2-4 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Session: 1. © Aptech Ltd. 2Introduction to the Web / Session 1  Explain the evolution of HTML  Explain the page structure used by HTML  List the drawbacks.
UPLOAD / DOWNLOAD april  HTML5 is just the next iteration of HTML  Previous version was technically HTML 4.01, which incorporated XHTML 1.0.
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.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Objective: To describe the evolution of the Internet and the Web. Explain the need for web standards. Describe universal design. Identify benefits of accessible.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
May 6, 2009 Browser Compatibility Testing Definition It is a non functional type of testing where web based applications are tested on various browsers(IE.
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)
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Accessibility Basics on creating accessible websites Accessibility Seth Duffey presentation for MAG Telecommunications.
Web Standards Web Design – Sec 2-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
And Mobile Web Browsers
HTML Structure & syntax
Basic HTML Introduction to HTML.
The HTML5 logo was introduced by W3C in 2010
Working with Cascading Style Sheets
Web Basics: HTML/CSS/JavaScript What are they?
Objective % Select and utilize tools to design and develop websites.
4.01B Authoring Languages and Web Authoring Software
Web Standards Web Design – Sec 2-3
Introduction to HTML.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Styles with Cascading Style Sheets (CSS)
How People with Disabilities Access the Web
HTML 5 Tutorial Chapter 1 Introduction.
Web Browsers & Mobile Web Browsers.
The Internet and HTML Code
Developing Web-Based Applications
Objective % Select and utilize tools to design and develop websites.
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
4.01B Authoring Languages and Web Authoring Software
Web Development Standards
HTML 5 Training HTML 5 SYMANTICS [Notes to trainer:
Introduction to Web Application Design
Web Standards and Accessible Design.
Computer communications
ITI 163: Web, Mobile, and Social Media Design Introduction
And Mobile Web Browsers
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
WJEC GCSE Computer Science
And Mobile Web Browsers
Presentation transcript:

Web Standards Web Design – Sec 2-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials

About Standards Early days of the Web Now Everyone accessed the Web using a keyboard, mouse, and monitor Now Keyboard, mouse, and monitor still the most common Handheld computers/PDAs Cell phones, both visually (on a tiny screen) or audibly (using voice commands and synthesized speech output) People with disabilities also access the web and do so using a variety of technologies known as assistive technologies

About Standards There are a growing variety of browsers that people can choose from, including Microsoft Internet Explorer, Mozilla Firefox, Opera, Safari, Chrome and others There are a variety of operating systems, including Windows, Mac OS, and Linux There are a wide variety of screen resolutions, from 640 x 480 pixels to 1400 x 1050 pixels and beyond

About Standards With all this diversity in the way people access the web, there's a very high probability that your website will look different to many of your visitors than it does to you. Despite these differences, the most important part of your website is its content, and all users should be able to access that.

About Standards The only way to ensure that websites work across all devices and configurations is to develop in accordance with web standards Web standards are the core set of rules for developing websites It might be possible to develop sites that do not comply with standards, but doing so increases the likelihood that many people will be unable to access your site

How Web Pages have evolved http://archive.org/web/web.php Type of content HTML 1.2 HTML 4.01 HTML5 Purpose Heading Yes Organize page content by adding headings and subheadings to the top of each section of the page Paragraph Identify paragraphs of text Address Identify a block of text that contains contact information Anchor Link to other web content List Organize items into a list Image Embed a photograph or drawing into a web page Table No Organize data into rows and columns Style Add CSS to control how objects on a web page are presented Script Add Javascript to make pages respond to user behaviors (more interactive) Audio Add audio to a web page with a single tag Video Add video to a web page with a single tag Canvas Add an invisible drawing pad to a web page, on which you can add drawings (animations, games, and other interactive features) using Javascript

How web pages have evolved…  Wayback Machine

Standards The central organization who is responsible for creating and maintaining web standards is the World Wide Web Consortium (W3C) Standards that we'll be following in this course: HTML CSS XML XHTML

HTML Stands for HyperText Markup Language. HTML is the language that has historically been used to create documents on the web. It is plain text, but includes a variety of tags that define the structure of the document, and allow documents to include headings, paragraphs, images, links, lists, tables, and other features.

CSS Stands for Cascading Style Sheets. CSS is a language that is used in conjunction with HTML to control how web pages are displayed. The difference between HTML and CSS is that HTML defines the structure and content of the document, and CSS controls the presentation.

HTML5 The first version of HTML was written in 1993. Since then, there have been many different versions of HTML. The most recent version (HTML5) is still a draft but is widely supported by browsers and other web-enabled devices, and is the primary language taught in this course.

Standards Documents HTML 5 HTML 4.01 Specification CSS 2 Specification http://www.w3.org/TR/html5/ HTML 4.01 Specification http://www.w3.org/TR/html4/ CSS 2 Specification http://www.w3.org/TR/CSS2/

Rest of Today Work in your tables. As a team, discuss why you feel that web standards are important. Come to a consensus and write down your team's five top reasons. Present your list to the class I have a list of seven reasons why standards are important. Whichever team matches the greatest number of items on my list is the winner!