UPLOAD / DOWNLOAD april.6.2011.  HTML5 is just the next iteration of HTML  Previous version was technically HTML 4.01, which incorporated XHTML 1.0.

Slides:



Advertisements
Similar presentations
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.
Advertisements

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,
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
HTML5 and its Role in eLearning. What is HTML5 ? New standard of HTML from the Web Hypertext Application Technology Working Group (WHATWG) and the World.
Chapter 14 Introduction to HTML
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Web Design Basic Concepts.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Creating a Simple Page: HTML Overview
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
Computer Concepts 2014 Chapter 7 The Web and .
Basic XHTML Module 2: XHTML Basics LESSON 1. Module 2: XHTML Basics LESSON 1 Lesson Overview In this lesson, you will learn to:  Write XHTML code using.
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.
Webpage design for researchers Dr Jim Briggs 1.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML5. History of HTML HTML first published – Tim Berners-Lee HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0.
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.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
MIS 425 Lecture 3 – HTML 5 and CSS Instructor: Martin Neuhard
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
Introduction to web development and HTML MGMT 230 LAB.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
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.
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.
Web Application Programming Presented by: Mehwish Shafiq.
IS-907 Java EE World Wide Web - Overview. World Wide Web - History Tim Berners-Lee, CERN, 1990 Enable researchers to share information: Remote Access.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
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 Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
HTML Structure & syntax
HTML Structure & syntax
The HTML5 logo was introduced by W3C in 2010
HTML CS 4640 Programming Languages for Web Applications
4.01 How Web Pages Work.
Objective % Select and utilize tools to design and develop websites.
CISC103 Web Development Basics: Web site:
Chapter 1 Introduction to HTML.
Web Standards Web Design – Sec 2-3
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Web Languages What Is a Web Page?
HTML 5 Tutorial Chapter 1 Introduction.
Project 1 Introduction to HTML.
Web Standards Web Design – Sec 2-3
Objective % Select and utilize tools to design and develop websites.
Web Languages What Is a Web Page?
CISC103 Web Development Basics: Web site:
Essentials of Web Pages
Introduction to Web Page Design
HTML 5 Training HTML 5 SYMANTICS [Notes to trainer:
Ground to Roof HTML/HTML5
Introduction to Web Application Design
CIS 133 mashup Javascript, jQuery and XML
HTML Structure & syntax
Web Programming and Design
HTML CS 4640 Programming Languages for Web Applications
Presentation transcript:

UPLOAD / DOWNLOAD april

 HTML5 is just the next iteration of HTML  Previous version was technically HTML 4.01, which incorporated XHTML 1.0  HTML version 4.01 was completed in 1999  W3C (World Wide Web Consortium) set HTML5 as the new standard of HTML for next 10 years  HTML5 doesn’t drop previous HTML language you might have known  Adds much JavaScript support

 Hypertext Markup Language  Tim Berners-Lee developed HTML in 1989  Berners-Lee also invented HTTP (Hypertext Transfer Protocol)  EVERY page on the web is HTML. Every single one  1990s, HTML huge (eg. Before Flash)  HTML dominated by Microsoft’s Internet Explorer browser from

 Microsoft dominated the web from  HTML 4.01 and its addition of XHTML as we know it today became the standard in 1994  In 2007 the Web Standards Project was launched to standardize the web and the expectations of browsers  There was a need to update the Internet due to changing landscape (broadband, wireless, GIS, video, multimedia, portable devices)

 W3C halted work on creating XHTML 2.0 as a standard under construction in 2007  Smartphones clinched HTML5 as the next generation of the web  iPhone supported HTML5 in 2007!  First browsers to pledge support  Mozilla Firefox  Safari  Google Chrome (once it came out)

 It is easy  Tag language  Tags start and end sections  Example: This is cool.  It isn’t going away  Flash vs. Apple battle

 All of the major browsers have signed on to support HTML5 (including IE9!)

 Scripting intensive  Work-in-progress (browsers will treat it differently)  Canvas  Dragging and dropping  Web forms  Video and audio  More interactive web pages

 Traditionally was done in complex tables (see Adobe Dreamweaver)  Or DIV (division) elements  In HTML5 there are new elements:  HEADER  SECTION  ARTICLE  ASIDE  FOOTER  NAV

 Field formats to check browser history  Field formats that enable a calendar for user to pick a date  and telephone numbers in fields  Forms are functionality of the browser and the language; there is no need for Ajax (JavaScript+XML) or Adobe Flash to create functionality

 Canvas  Very similar to Flash  Has a drawing tool built in  Can build geometric shapes  Embedding text fonts  Finally more than the fonts that were standard  Need to embed the font styles as we do in Flash

 Is still under development as well  Was proposed in 1998 – that’s right, 1998!  Built to be standard across all browsers  Supports HTML5  Cascading Style Sheets  A list of rules for the web page to follow  The rules are weighted and certain ones take precedence, so they “cascade” down to the one that carries the most weight

      

 Open a text editor  The doctype is that simple  Save document in parent as test1.html  Congratulations: you have a webpage. You are now an HTML5 designer/developer

 In a text editor open a new document  At the top start styling something  Let’s try the basics first. This is a rule code for header style #1: h1 { text-align:center; font-style: bold; font-family: arial; color: # }

 Save this file as master.css  You now have a css3 file!  In your html file add this line of code in your stellar html page: Hello world!

 Save your html file again  You have told the html to look in the parent directory for the css called master.css  The html file now will apply the h1 [heading style number 1] to the text you signified in the css  CONGRATULATIONS! You are now an HTML5/CSS3 designer/developer. Begin charging excessively for interactive designs …

 In the html page, let’s add the blocking elements: Hello world!

 Find an.mp4 or.ogg video on your computer  Copy it to your parent directory  In the article section of your html page, put this code:

Your browser does not support the video tag.

 Notice that the video won’t run in certain browsers.  Style sheets aren’t defaulted the same way  Browsers treat differently  May need to put in default or fall-back options for the browser to read

 It is a very small amount, yet look at how much more interactivity this provides for the future  We can create a full HTML/HTML5/CSS website  Begin by creating containers to hold all your elements and have at it!