W3Schools.com

table">

W3Schools.com

table">

Presentation is loading. Please wait.

Presentation is loading. Please wait.

HTML 5.0 (list,table,image,forms,frames)

Similar presentations


Presentation on theme: "HTML 5.0 (list,table,image,forms,frames)"— Presentation transcript:

1 HTML 5.0 (list,table,image,forms,frames)
ADDED ELEMENTS Header & Footer nav Section & Article Main & aside Canvas Menu & figure Audio & video Time REMOVED ELEMENTS B Font Frame Center Big Frameset & frame

2 iframe <html> <iframe src="sampl.html" style="border:none;" name="a"></iframe> <iframe src="pswdvalidate.html"></iframe> <p><a href=" target="a">W3Schools.com</a></p> </html> table

3 HTML 5.0 - forms Forms(14 attributes) placeholder autocomplete
required pattern list multiple novalidate formnovalidate form formaction formenctype formmethod formtarget

4 HTML 5.0 - <header> & <footer>
<html> <head> <title>sample</title></head> <body> <header> <h1>HTML5 Document Structure Example</h1> <hr> <p>This page should be tried in safari, chrome or Mozila.</p> </header> <P> HELLO</P> <footer> <p>Created by Tutorials Point</p> </footer> </body> </html> Semantic Elements <header> <footer> <article> <section> container for introductory content. Sections heading

5 HTML <header> Output

6 HTML 5.0 figure Section (chapter) Article ( forum post/magazine) Main (content) Aside (side bar) –quotes Ex: the sites which I refer <html> <article> <p>Disney<em>the little mermaid</em> was first released </p> <nav> <ahref=" <aside> <p>the movie earned $80 million during its intial release </p> </aside> </article> </html>


Download ppt "HTML 5.0 (list,table,image,forms,frames)"

Similar presentations


Ads by Google