Presentation is loading. Please wait.

Presentation is loading. Please wait.

Week 09, Session 01 Other HTML Tags & HTML5 www.del.ac.id IF311315 Website Development Presented by: RDT.

Similar presentations


Presentation on theme: "Week 09, Session 01 Other HTML Tags & HTML5 www.del.ac.id IF311315 Website Development Presented by: RDT."— Presentation transcript:

1 Week 09, Session 01 Other HTML Tags & HTML5 www.del.ac.id IF311315 Website Development Presented by: RDT

2 8/30/2015 4:06 AM 2 Outline Other HTML Syntaxes HTML5

3 8/30/2015 4:06 AM 3

4 Two steps for creating lists: Create a list with unordered list using tags (with bullets) or ordered list using tags (with number) Nest the list items inside the list tags chosen, preceding each with the single tag which does not require a closing tag. Simply repeat the process to nesting lists inside lists. 8/30/2015 4:06 AM 4

5 5

6 Some characters are reserved in HTML and XHTML. For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup. HTML and XHTML processors must support the five special characters listed in the table below 8/30/2015 4:06 AM 6 CharacterEntity NumberEntity NameDescription """quotation mark ''&apos;apostrophe &&&ampersand <<<less-than >>>greater-than

7 8/30/2015 4:06 AM 7

8 An iframe is used to display a web page within a web page. Syntax: Atribut: Height Width Frameborder Use iframe as a Target for a Link W3Schools.com 8/30/2015 4:06 AM 8

9 9

10 Make Comment 9/9/2013 10

11 8/30/2015 4:06 AM 11

12 What is HTML5? HTML5 will be the new standard for HTML. The previous version of HTML, HTML 4.01, came in 1999. The internet has changed significantly since then. HTML5 is intended to subsume not only HTML 4, but also XHTML 1 and DOM Level 2 HTML. HTML5 is designed to deliver almost everything you want to do online without requiring additional plugins. It does everything from animation to apps, music to movies, and can also be used to build complicated applications that run in your browser. 8/30/2015 4:06 AM 12

13 HTML5 is also cross-platform (it does not care whether you are using a tablet or a smartphone, a netbook, notebook or a Smart TV). HTML5 can also be used to write web applications that still work when you are not online. The HTML 5 working group includes AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, Opera, and hundreds of other vendors. HTML5 is still a work in progress. However, all major browsers support many of the new HTML5 elements and APIs http://html5test.com/ 8/30/2015 4:06 AM 13

14 Features The element for 2D drawing The and elements for media playback Support for local storage New content-specific elements, like,,,, New form controls, like calendar, date, time, email, url, search 8/30/2015 4:06 AM 14

15 HTML5 Minimum Required Script Title of the document Content of the document...... 8/30/2015 4:06 AM 15 Catatan: The declaration must be the very first thing in your HTML document, before the tag. The declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in.

16 Examples: Video Your browser does not support the video tag. 8/30/2015 4:06 AM 16

17 What Next? Javascript CSS 8/30/2015 4:06 AM 17

18 Any questions?


Download ppt "Week 09, Session 01 Other HTML Tags & HTML5 www.del.ac.id IF311315 Website Development Presented by: RDT."

Similar presentations


Ads by Google