HTML5 Overview HOANGPT2. 1. General 2. New Elements List 3.

Slides:



Advertisements
Similar presentations
HTML Basic Lecture What is HTML? HTML (Hyper Text Markup Language) is a a standard markup language used for creating and publishing documents on.
Advertisements

Introduction to HTML5. History of HTML HTML first published HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0 HTML
3.02D HTML Overview 3.02 Develop webpages.
What is Multimedia ? Multi ( Multiple ) and Media ! So…. Information in multiple formats, including text, images, audio, video and animation :) It makes.
Iframes & Images Using HTML.
CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External Style.
Ideas to Layout Beginning web layout using Cascading Style Sheets (CSS). Basic ideas, practices, tools and resources for designing a tableless web site.
WeB application development
Website Design.
Lecture # 11 JavaScript Graphics. Scalable Vector Graphics (SVG) Scalable Vector Graphics (SVG), as the name implies, are - scalable (without pixelation):
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.
HTM03. Let’s Get Started Everything is drawn onto the 2D rendering context.
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.
MSc. Publishing on WWW JavaScript. What is JavaScript? A scripting language devised by Netscape Adds functionality to web pages by: Embedding code into.
SVG Scalable Vector Graphics. What is SVG? SVG stands for Scalable Vector Graphics SVG is used to define vector-based graphics for the Web SVG defines.
Lecture 18. HTML5 and JavaScript Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell Exploring the Internet,
HTML5. What is HTML5? HTML5 will be the new standard for HTML. HTML5 is the next generation of HTML. HTML5 is still a work in progress. However, the major.
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.
Director of Computer Center, DaYeh University Ku-Yaw Chang.
Evaluation of HTML5 Graphics for Data Structure Visualization
UNIT 8 DRAWING WITH THE HTML5 CANVAS ELEMENTS AND FORMS.
Building the User Interface by Using HTML5: Text, Graphics, and Media Lesson 2.
HTML Structure & syntax
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
HTML Advanced: HTML 5. Introduction to HTML 5 These slides are based on source material found at the w3schools.com website.
Proglan Session 1. .  HTML5 will be the new standard for HTML.  The previous version of HTML, HTML 4.01, came in The web has changed a lot since.
MIS 425 Lecture 3 – HTML 5 and CSS Instructor: Martin Neuhard
Presented By: Mahmoud Ghoz Internet Explorer 9 and HTML5 for Developers.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
1 Scalable Vector Graphics (SVG). 2 SVG SVG is an application language of XML. “SVG is a language for describing two- dimensional graphics in XML. SVG.
تکنیک های پیشرفته در برنامه سازی وب ) اسلايد نهم SVG - ) جوانمرد Website: به نام خدا.
The E/R model, triggers, HTML5 Reminder … next Tuesday is the first exam. 1.
HTML5 Gaurav Jaiswal Singsys Pte. Ltd.. What is HTML5?
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.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
1 CSC317/318 INTERNET PROGRAMING / DYNAMIC WEB APPLICATION DEVELOPMENT Siti Nurbaya Ismail Faculty of Computer Science & Mathematics, Universiti Teknologi.
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
(1) HTML5, CSS, Twitter Bootstrap. (2) HTML5 Will be the new standard New features Drag and Drop and Support for local storage,,,, New input types Removed.
What is HTML5? HTML5 will be the new standard for HTML. The previous version of HTML, HTML 4.01, came in The web has changed a lot since then. HTML5.
SVG technology SVG technology is what we want? is what we want? Jaehoon Woo KNU Real-Time Systems Lab. KNU Real-Time Systems Lab.
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
HTML 5 (Part 1) – Start from SCRATCH. HTML 5 – Start from SCRATCH.
Scalable Vector Graphics Dietz Ellis 04/17/06. SVG SVG is a language for describing two- dimensional graphics in XML. SVG is a language for describing.
Part – 3 : HTML 5 SVG Tag. † SVG stands for Scalable Vector Graphics. † SVG is used to define vector-based graphics for the Web. † SVG defines the graphics.
Web Programming HTML-5. HTML5 Overview HTML5 is the next major revision of the HTML standard superseding HTML 4.01, XHTML 1.0, and XHTML 1.1. HTML5 is.
XHTML. What Is XHTML? XHTML stands for EXtensible HyperText Markup Language XHTML is almost identical to HTML XHTML is stricter than HTML XHTML is HTML.
HTML Structure & syntax
Basic HTML Introduction to HTML.
Chapter 4: Feature Detection & Drag and Drop
XML Related Technologies
What is SVG?.
Chapter 4: Scalable Vector Graphics (SVG)
Scalable vector graphics
HTML5 – The Saga Continues
PPT By:Gaurav Jaiswal Singsys Pte. Ltd.
HTML 5 Tutorial Chapter 1 Introduction.
Application with Cross-Platform GUI
Software and Multimedia
Software and Multimedia
.NET and .NET Core 7. XAML Pan Wuming 2017.
Types of Spatial Data Sites
Web Page Design CIS 300.
HTML 5 Training HTML 5 SYMANTICS [Notes to trainer:
Creating a Basic Web Page using HTML
HTML5 - 2 Forms, Frames, Graphics.
HTML Structure & syntax
What is SVG?.
WJEC GCSE Computer Science
Presentation transcript:

HTML5 Overview HOANGPT2

1. General 2. New Elements List 3.

Minimum required tags Title of the document The content of the document......

Browsers’ support HTML5 is not yet an official standard, and no browsers have full HTML5 support. But all major browsers (Safari, Chrome, Firefox, Opera, Internet Explorer) continue to add new HTML5 features to their latest versions. Go to to view more which features are supported by 5 major browsers

Tags To see all tags, go to TagDescription Defines a comment Defines the document type Defines a hyperlink Defines an abbreviation Not supported in HTML5. Defines an acronym Defines contact information for the author/owner of a document Not supported in HTML5. Deprecated in HTML Defines an embedded applet TagDescription Defines a comment Defines the document type Defines a hyperlink Defines an abbreviation Not supported in HTML5. Defines an acronym Defines contact information for the author/owner of a document Not supported in HTML5. Deprecated in HTML Defines an embedded applet

New Elements in HTML5 The internet has changed a lot since HTML 4.01 became a standard in Today, some elements in HTML 4.01 are obsolete, never used, or not used the way they were intended to. These elements are removed or re-written in HTML5. To better handle today's internet use, HTML5 includes new elements for better structure, better form handling, drawing, and for media content.

New Elements in HTML5 New Semantic/Structural Elements HTML5 offers new elements for better structure To see all tags, go to

New Elements in HTML5 New Media Elements HTML5 offers new elements for media content To see all tags, go to

New Elements in HTML5 The new Element To see all tags, go to

New Elements in HTML5 New Form Elements HTML5 offers new form elements, for more functionality To see all tags, go to

Removed Elements The following HTML 4.01 elements are removed from HTML5: ◦

HTML5 Canvas The element is used to draw graphics, on the fly, on a web page. Draw a red rectangle, a gradient rectangle, a multicolor rectangle, and some multicolor text onto the canvas: To see more, go to

HTML5 Canvas

HTML5 Inline SVG SVG stands for Scalable Vector Graphics SVG is used to define vector-based graphics for the Web SVG defines the graphics in XML format SVG graphics do NOT lose any quality if they are zoomed or resized Every element and every attribute in SVG files can be animated SVG is a W3C recommendation To see more, go to

HTML5 Inline SVG CanvasSVG Canvas draws 2D graphics, on the fly (with a JavaScript). SVG is a language for describing 2D graphics in XML. Canvas is rendered pixel by pixel.SVG is XML based, which means that every element is available within the SVG DOM. You can attach JavaScript event handlers for an element. In canvas, once the graphic is drawn, it is forgotten by the browser. If its position should be changed, the entire scene needs to be redrawn, including any objects that might have been covered by the graphic. In SVG, each drawn shape is remembered as an object. If attributes of an SVG object are changed, the browser can automatically re-render the shape.

HTML5 Inline SVG CanvasSVG Resolution dependentResolution independent No support for event handlersSupport for event handlers Poor text rendering capabilitiesBest suited for applications with large rendering areas (Google Maps) You can save the resulting image as.png or.jpgSlow rendering if complex (anything that uses the DOM a lot will be slow) Well suited for graphic-intensive gamesNot suited for game applications

HTML5 Drag and Drop Drag and drop is a very common feature. It is when you "grab" an object and drag it to a different location. In HTML5, drag and drop is part of the standard, and any element can be draggable. To see more, go to