{"id":598,"date":"2022-03-04T02:11:44","date_gmt":"2022-03-04T02:11:44","guid":{"rendered":"https:\/\/emorah.com\/story\/?p=598"},"modified":"2022-03-15T04:09:52","modified_gmt":"2022-03-15T04:09:52","slug":"html5-semantics-elements-fresco-play-hands-on-solutions","status":"publish","type":"post","link":"https:\/\/emorah.com\/story\/fresco-play\/html5-semantics-elements-fresco-play-hands-on-solutions\/","title":{"rendered":"HTML5 Semantics Elements Fresco Play Hands-On Solutions"},"content":{"rendered":"\n<p>HTML5 Semantics Elements Fresco Play Hands-On Solutions<\/p>\n\n\n\n<p><strong>Disclaimer:&nbsp;The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.<\/strong><strong>Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)<\/strong><\/p>\n\n\n\n<p>Please follow the below steps before&nbsp;<strong>Run Tests<\/strong>&nbsp;to run your code successfully otherwise you will face some server issues even Hands-On code is correct.<br>Step 1: Run-&gt;InstallStep 2: Run-&gt;RunStep 3: Run Tests<\/p>\n\n\n\n<p><strong>1.Html5-header(15 Min)<\/strong><\/p>\n\n\n\n<p><strong>File Name: index.html<\/strong><\/p>\n\n\n\n<p>&lt;!DOCTYPE html&gt;<\/p>\n\n\n\n<p>&lt;html&gt;<\/p>\n\n\n\n<p>&lt;head&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;icon&#8221; href=&#8221;favicon.png&#8221; type=&#8221;image\/png&#8221;&gt;<\/p>\n\n\n\n<p>&lt;title&gt;Destiny&lt;\/title&gt;<\/p>\n\n\n\n<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221;&gt;<\/p>\n\n\n\n<p>&lt;\/head&gt;<\/p>\n\n\n\n<p>&lt;body&gt;<\/p>\n\n\n\n<p><strong>&lt;header&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;a&gt;&lt;h1&gt;WELCOME TO MY PAGE&lt;h1&gt;&lt;\/a&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/header&gt;<\/strong><\/p>\n\n\n\n<p>&lt;\/body&gt;<\/p>\n\n\n\n<p>&lt;\/html&gt;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>2.HTML5 Navigation(20 Min)<\/strong><\/p>\n\n\n\n<p><strong>File Name: index.html<\/strong><\/p>\n\n\n\n<p>&lt;!DOCTYPE html&gt;<\/p>\n\n\n\n<p>&lt;html&gt;<\/p>\n\n\n\n<p>&lt;head&gt;<\/p>\n\n\n\n<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221;&gt;<\/p>\n\n\n\n<p>&lt;\/head&gt;<\/p>\n\n\n\n<p>&lt;body&gt;<\/p>\n\n\n\n<p><strong>&lt;nav&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;a&gt;HOME&lt;\/a&gt; |<\/strong><\/p>\n\n\n\n<p><strong>&lt;a&gt;Blog&lt;\/a&gt; |<\/strong><\/p>\n\n\n\n<p><strong>&lt;a&gt;Videos&lt;\/a&gt; |<\/strong><\/p>\n\n\n\n<p><strong>&lt;a&gt;About Me&lt;\/a&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/nav&gt;<\/strong><\/p>\n\n\n\n<p>&lt;\/body&gt;<\/p>\n\n\n\n<p>&lt;\/html&gt;<\/p>\n\n\n\n<p><strong>3.Html5-footer(15 Min)<\/strong><\/p>\n\n\n\n<p><strong>File Name: index.html<\/strong><\/p>\n\n\n\n<p>&lt;!DOCTYPE html&gt;<\/p>\n\n\n\n<p>&lt;html&gt;<\/p>\n\n\n\n<p>&lt;head&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;icon&#8221; href=&#8221;favicon.png&#8221; type=&#8221;image\/png&#8221;&gt;<\/p>\n\n\n\n<p>&lt;title&gt;Destiny&lt;\/title&gt;<\/p>\n\n\n\n<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221;&gt;<\/p>\n\n\n\n<p>&lt;\/head&gt;<\/p>\n\n\n\n<p>&lt;body&gt;<\/p>\n\n\n\n<p><strong>&lt;footer&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;p&gt;Copyright @ test&lt;\/p&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/footer&gt;<\/strong><\/p>\n\n\n\n<p>&lt;\/body&gt;<\/p>\n\n\n\n<p>&lt;\/html&gt;<\/p>\n\n\n\n<p><strong>4.HTML 5 Registration(25 Min)<\/strong><\/p>\n\n\n\n<p><strong>File Name:&nbsp;<\/strong><strong>index.html<\/strong><\/p>\n\n\n\n<p>&lt;!DOCTYPE html&gt;<\/p>\n\n\n\n<p>&lt;html&gt;<\/p>\n\n\n\n<p>&lt;head&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;icon&#8221; href=&#8221;favicon.png&#8221; type=&#8221;image\/png&#8221;&gt;<\/p>\n\n\n\n<p>&lt;title&gt;Destiny&lt;\/title&gt;<\/p>\n\n\n\n<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221;&gt;<\/p>\n\n\n\n<p>&lt;\/head&gt;<\/p>\n\n\n\n<p>&lt;body&gt;<\/p>\n\n\n\n<p>\/\/write your code here<\/p>\n\n\n\n<p><strong>&lt;h1&gt;Registration Form&lt;\/h1&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;form&gt;<\/strong><\/p>\n\n\n\n<p><strong>Name: &lt;input type=&#8221;text&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>Date of Birth: &lt;input type=&#8221;date&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>country: &lt;input list=&#8221;country&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;datalist id=&#8221;country&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;option value=&#8221;India&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;option value=&#8221;United States&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;option value=&#8221;United Kingdom&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;option value=&#8221;Australia&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;option value=&#8221;France&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/datalist&gt;<\/strong><\/p>\n\n\n\n<p><strong>Phone number: &lt;input type=&#8221;tel&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>Email: &lt;input type=&#8221;email&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>website: &lt;input type=&#8221;url&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/form&gt;<\/strong><\/p>\n\n\n\n<p>&lt;\/body&gt;<\/p>\n\n\n\n<p>&lt;\/html&gt;<\/p>\n\n\n\n<p><strong>5.Html5-Audio(20 Min)&nbsp; | html5-music player<\/strong><\/p>\n\n\n\n<p><strong>File Name:&nbsp;<\/strong><strong>index.html<\/strong><\/p>\n\n\n\n<p>&lt;!DOCTYPE html&gt;<\/p>\n\n\n\n<p>&lt;html&gt;<\/p>\n\n\n\n<p>&lt;head&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;icon&#8221; href=&#8221;favicon.png&#8221; type=&#8221;image\/png&#8221;&gt;<\/p>\n\n\n\n<p>&lt;title&gt;Destiny&lt;\/title&gt;<\/p>\n\n\n\n<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221;&gt;<\/p>\n\n\n\n<p>&lt;\/head&gt;<\/p>\n\n\n\n<p>&lt;body&gt;<\/p>\n\n\n\n<p>\/\/ write your code<\/p>\n\n\n\n<p><strong>&lt;audio controls&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;source src=&#8221;SampleAudio.mp3&#8243; type=&#8221;audio\/mpeg&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/audio&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;audio controls preload=&#8221;none&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;source src=&#8221;SampleAudio.mp3&#8243; type=&#8221;audio\/mpeg&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/audio&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;audio controls loop&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;source src=&#8221;SampleAudio.mp3&#8243; type=&#8221;audio\/mpeg&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/audio&gt;<\/strong><\/p>\n\n\n\n<p>&lt;\/body&gt;<\/p>\n\n\n\n<p>&lt;\/html&gt;<\/p>\n\n\n\n<p><strong>6.HTML5-Video Player(25 Min)<\/strong><\/p>\n\n\n\n<p><strong>File Name:&nbsp;<\/strong><strong>index.html<\/strong><\/p>\n\n\n\n<p>&lt;!DOCTYPE html&gt;<\/p>\n\n\n\n<p>&lt;html&gt;<\/p>\n\n\n\n<p>&lt;head&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;icon&#8221; href=&#8221;favicon.png&#8221; type=&#8221;image\/png&#8221;&gt;<\/p>\n\n\n\n<p>&lt;title&gt;Destiny&lt;\/title&gt;<\/p>\n\n\n\n<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221;&gt;<\/p>\n\n\n\n<p>&lt;\/head&gt;<\/p>\n\n\n\n<p>&lt;body&gt;<\/p>\n\n\n\n<p>\/\/write your code here<\/p>\n\n\n\n<p><strong>&lt;video controls autoplay&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;source src=&#8221;video.mp4&#8243; type=&#8221;video\/mp4&#8243;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/video&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;video controls preload=&#8221;none&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;source src=&#8221;video.mp4&#8243; type=&#8221;video\/mp4&#8243;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/video&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;video controls poster=&#8221;https:\/\/cdn12.picryl.com\/photo\/2016\/12\/31\/lego-stones-plastic-education-8b9a7d-1024.jpg&#8221;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;source src=&#8221;video.mp4&#8243; type=&#8221;video\/mp4&#8243;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/video&gt;<\/strong><\/p>\n\n\n\n<p>&lt;\/body&gt;<\/p>\n\n\n\n<p>&lt;\/html&gt;<\/p>\n\n\n\n<p><strong>7.HTML5 Canvas(25 Min)<\/strong><\/p>\n\n\n\n<p><strong>File Name:&nbsp;<\/strong><strong>index.html<\/strong><\/p>\n\n\n\n<p>&lt;!DOCTYPE html&gt;<\/p>\n\n\n\n<p>&lt;html&gt;<\/p>\n\n\n\n<p>&lt;head&gt;<\/p>\n\n\n\n<p>&lt;link rel=&#8221;icon&#8221; href=&#8221;favicon.png&#8221; type=&#8221;image\/png&#8221;&gt;<\/p>\n\n\n\n<p>&lt;title&gt;Destiny&lt;\/title&gt;<\/p>\n\n\n\n<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221;&gt;<\/p>\n\n\n\n<p>&lt;\/head&gt;<\/p>\n\n\n\n<p>&lt;body&gt;<\/p>\n\n\n\n<p><strong>&lt;canvas id=&#8221;GFG&#8221;<\/strong><\/p>\n\n\n\n<p><strong>width=&#8221;600&#8243;<\/strong><\/p>\n\n\n\n<p><strong>height=&#8221;400&#8243;&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/canvas&gt;<\/strong><\/p>\n\n\n\n<p><strong>&lt;script&gt;<\/strong><\/p>\n\n\n\n<p><strong>var x =<\/strong><\/p>\n\n\n\n<p><strong>document.getElementById(&#8220;GFG&#8221;);<\/strong><\/p>\n\n\n\n<p><strong>var ctx = x.getContext(&#8220;2d&#8221;);<\/strong><\/p>\n\n\n\n<p><strong>ctx.strokeRect(20, 20, 200, 100);<\/strong><\/p>\n\n\n\n<p><strong>ctx.stroke();<\/strong><\/p>\n\n\n\n<p><strong>&lt;\/script&gt;<\/strong><\/p>\n\n\n\n<p>&lt;\/body&gt;<\/p>\n\n\n\n<p>&lt;\/html&gt;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HTML5 Semantics Elements Fresco Play Hands-On Solutions Disclaimer:&nbsp;The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":605,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":""},"categories":[156],"tags":[],"_links":{"self":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/598"}],"collection":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/comments?post=598"}],"version-history":[{"count":3,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/598\/revisions"}],"predecessor-version":[{"id":607,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/598\/revisions\/607"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media\/605"}],"wp:attachment":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media?parent=598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/categories?post=598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/tags?post=598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}