SlideShare a Scribd company logo
1 of 1
Download to read offline
www.sitepoint.com/html5guide



       HEAD ELEMENTS                                              SEMANTIC ELEMENTS
                                                                                                                                                                                                                                                          NAV
        DOCTYPE                                                                                                                                                                                                                                           	 <nav>
        	 <!DOCTYPE html>                                                                                                                                                                                                                                 		 <ul>
        	<head>                                                                                                                                                                                                                                           			<li>Home</li>
        	…                                                                                                                                                                                                                                                			<li>Portfolio</li>
                                                                            HEADER                                                                                                                                                                        			<li>Blog</li>
                                                                            	 <header>                                                                                                                                                                    			<li>Contact</li>
       The doctype is not case-sensitive. It has been                                                                                                                                                                                                     			<li>Pages</li>
                                                                            		 <img src=”logo.png” alt=”The Elements” height=”100”width=”250”>
       simplifed from the unwieldy HTML4/XHTML version                                                                                                                                                                                                    		 </ul>	
       to this syntax above.                                                	</header>
                                                                                                                                                                                                                                                          	</nav>




        HEAD AND META
        	<head>
        		 <meta charset=”utf-8”>
        	</head>

                                                                            TIME AND DATE
       The meta element has been simplified.                                	 <time datetime=”2012-06-12”>Tuesday, 	
       The http-equiv=”Content-Type” and content=”text/html”                	 12 June 2012</time>




5
       attributes can be excluded to produce this pared-down
       example above.                                                     The time element allows you to mark up
                                                                          the time structure of content in a machine-                                                                                                                                    The article element indicates an independent,
                                                                          readable way; for example, a user agent can                                                                                                                                    self-contained item of content to be reused
                                                                          add a reminder to a calendar, or a search                                                                                                                                      or redistributed elsewhere such as an




HTML
                                                                          engine can filter results based on time. This                                                                                                                                  interactive widget or a blog post.
                                                                          element also allows you to express dates and
        LINK                                                              times in a format of your choice using the                                                                                                     ARTICLE
        	 <link rel=”stylesheet” href=”css/styles.css?v=1.0”>             datetime attribute.                                                                                                                            	<article>
                                                                                                                                    ASIDE
                                                                                                                                                                                                                         		 <h3>Photoshop</h3>
                                                                                                                                    	<aside>
                                                                                                                                                                                                                         		     <p>Lorem ipsum dolor sit amet, consectectur 	
                                                                                                                                    		    <h3>Friendly Venus Themes</h3>
                                                                                                                                                                                                                         		     adipiscing elit. Prasen ...</p>
       Usually, <link> elements have included a type attribute,                                                                     		    <p>As premium themes go, Venus by Friendly 	
                                                                                                                                                                                                                         	</article>
       for instance, with a value of “text/css”; HTML5-based                                                                        		    Themes has it all ...</p>
       syntax encourages you to drop the type attribute                                                                             	</aside>
       completely.
                                                                  HGROUP
                                                                  	<hgroup>
                                                                  		 <h1>Semantic Elements <i>within</i> Content</h1>
                                                                  		 <h2>Form Tags and Attributes</h2>
                                                                                                                                                                                                                                                               The mark element is used to high-
                                                                  	</hgroup>                                                                                                                                   MARK
                                                                                                                                                                                                                                                               light text for reference purposes due
                                                                                                                                                                                                               	 <section>
                                                                                                                                                                                                                                                               to its relevance in another context; for
                                                                          The hgroup element is used to group related,                                                                                         		 <p>A <mark>super-flexible</mark> ...</p>
                                                                                                                                                                                                                                                               example, to highlight a word a user has
                                                                          consecutive heading elements such as titles                                                                                          	</section>
                                                                                                                                                                                                                                                               searched for in a search field.
                                                                          and subtitles.


                                                                                                               SECTION
                                                                                                               	 <section>
                                                                                                               		 <p>This element specifies a list of options 	
                                                                                                               		 displayed in ...</p>                                                                                                                  FIGURE
                                                                                                               	</section>                                                                                                                              	<figure>
                                                                                                                                                                                                                                                        		     <img src=”photo.png” alt=”Robot” />
                                                                                                                                                                                                                                                        	</figure>




                                                                                                                                                                  FIGCAPTION
                                                                                                                                                                  	<figure>
                                                                                                                                                                  		     <img src=”photo.png” alt=”Robot” />
                                                                                                                                                                  		     <figcaption>This is SitePoint 		
                                                                                                                                                                  		     Robot speaking</figcaption>
                                                                                                                FOOTER
                                                                                                                                                                  	</figure>
                                                                                                                	<footer>
                                                                                                                		<ul>
                                                                                                                			<li>Site Map</li>
                                                                                                                			<li>Privacy Policy</li>
                                                                                                                			<li>Contact Us</li>
                                                                                                                		</ul>
                                                                                                                	</footer>

More Related Content

Similar to Html5 poster

3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02Aditya Varma
 
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsSun Technlogies
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quideAshok Suragala
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quideJerry Wijaya
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quidePL dream
 
HyperText Markup Language - HTML
HyperText Markup Language - HTMLHyperText Markup Language - HTML
HyperText Markup Language - HTMLSun Technlogies
 
Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptxmalrad1
 
CSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxCSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxPsKulkarni1
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basicsNikita Garg
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basicsxu fag
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAAiman Hud
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basicsMinea Chem
 
Html basics-auro skills
Html basics-auro skillsHtml basics-auro skills
Html basics-auro skillsBoneyGawande
 
HTML web design_ an introduction to design
HTML web design_ an introduction to designHTML web design_ an introduction to design
HTML web design_ an introduction to designSureshSingh142
 
HTML (Basic to Advance)
HTML (Basic to Advance)HTML (Basic to Advance)
HTML (Basic to Advance)Coder Tech
 
Title, heading and paragraph tags
Title, heading and paragraph tagsTitle, heading and paragraph tags
Title, heading and paragraph tagsSara Corpuz
 
HTML CSS by Anubhav Singh
HTML CSS by Anubhav SinghHTML CSS by Anubhav Singh
HTML CSS by Anubhav SinghAnubhav659
 

Similar to Html5 poster (20)

3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02
 
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts Basics
 
Html5 quick learning guide
Html5 quick learning guideHtml5 quick learning guide
Html5 quick learning guide
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quide
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quide
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quide
 
HyperText Markup Language - HTML
HyperText Markup Language - HTMLHyperText Markup Language - HTML
HyperText Markup Language - HTML
 
Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptx
 
CSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxCSE-HTML-PPT.pptx
CSE-HTML-PPT.pptx
 
Advance HTML
Advance HTMLAdvance HTML
Advance HTML
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
Html basics-auro skills
Html basics-auro skillsHtml basics-auro skills
Html basics-auro skills
 
HTML
HTMLHTML
HTML
 
HTML web design_ an introduction to design
HTML web design_ an introduction to designHTML web design_ an introduction to design
HTML web design_ an introduction to design
 
HTML (Basic to Advance)
HTML (Basic to Advance)HTML (Basic to Advance)
HTML (Basic to Advance)
 
Title, heading and paragraph tags
Title, heading and paragraph tagsTitle, heading and paragraph tags
Title, heading and paragraph tags
 
HTML CSS by Anubhav Singh
HTML CSS by Anubhav SinghHTML CSS by Anubhav Singh
HTML CSS by Anubhav Singh
 

Recently uploaded

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

Html5 poster

  • 1. www.sitepoint.com/html5guide HEAD ELEMENTS SEMANTIC ELEMENTS NAV DOCTYPE <nav> <!DOCTYPE html> <ul> <head> <li>Home</li> … <li>Portfolio</li> HEADER <li>Blog</li> <header> <li>Contact</li> The doctype is not case-sensitive. It has been <li>Pages</li> <img src=”logo.png” alt=”The Elements” height=”100”width=”250”> simplifed from the unwieldy HTML4/XHTML version </ul> to this syntax above. </header> </nav> HEAD AND META <head> <meta charset=”utf-8”> </head> TIME AND DATE The meta element has been simplified. <time datetime=”2012-06-12”>Tuesday, The http-equiv=”Content-Type” and content=”text/html” 12 June 2012</time> 5 attributes can be excluded to produce this pared-down example above. The time element allows you to mark up the time structure of content in a machine- The article element indicates an independent, readable way; for example, a user agent can self-contained item of content to be reused add a reminder to a calendar, or a search or redistributed elsewhere such as an HTML engine can filter results based on time. This interactive widget or a blog post. element also allows you to express dates and LINK times in a format of your choice using the ARTICLE <link rel=”stylesheet” href=”css/styles.css?v=1.0”> datetime attribute. <article> ASIDE <h3>Photoshop</h3> <aside> <p>Lorem ipsum dolor sit amet, consectectur <h3>Friendly Venus Themes</h3> adipiscing elit. Prasen ...</p> Usually, <link> elements have included a type attribute, <p>As premium themes go, Venus by Friendly </article> for instance, with a value of “text/css”; HTML5-based Themes has it all ...</p> syntax encourages you to drop the type attribute </aside> completely. HGROUP <hgroup> <h1>Semantic Elements <i>within</i> Content</h1> <h2>Form Tags and Attributes</h2> The mark element is used to high- </hgroup> MARK light text for reference purposes due <section> to its relevance in another context; for The hgroup element is used to group related, <p>A <mark>super-flexible</mark> ...</p> example, to highlight a word a user has consecutive heading elements such as titles </section> searched for in a search field. and subtitles. SECTION <section> <p>This element specifies a list of options displayed in ...</p> FIGURE </section> <figure> <img src=”photo.png” alt=”Robot” /> </figure> FIGCAPTION <figure> <img src=”photo.png” alt=”Robot” /> <figcaption>This is SitePoint Robot speaking</figcaption> FOOTER </figure> <footer> <ul> <li>Site Map</li> <li>Privacy Policy</li> <li>Contact Us</li> </ul> </footer>