Page 1 :
SHEIKH ABDULLAH, , COMPUTER APPLICATIONS (Class X), , CA 165: HTML, , Name: ________________________ Class: X-___ School: Azamgarh Public School, , Unit 2: HTML, 1. Write an HTML program (first webpage) for the following image output:, <html>, <head>, <title>start</title>, </head>, <body>, hello world!, <br>, this is my first webpage., </body>, </html>, Fig. Output for Question 1, 2. Write an HTML program (body tag & attributes) for the following image output:, , Scan this QR code to, follow on YouTube, , Fig. Output for Question 2, , <html>, <head>, <title>tags introduction</title>, </head>, <body text="maroon" bgcolor="darksalmon" link="blue" alink="white" vlink="green"> <!--comment:, change background="2.jpg" bgcolor="#e8c2fc"-->, <a href="https://www.google.com" target="_blank">Click here</a> to visit google., </body>, </html>, 1, Click CBSE IT CLASSES to follow on YouTube
Page 7 :
SHEIKH ABDULLAH, COMPUTER APPLICATIONS (Class X), base <sup>this is superscipt</sup>, <br> <hr>, base <sub>this is subscript</sub>, </body>, </html>, , CA 165: HTML, , 11. Write an HTML program (image tag, audio tag & video tag) for the following image output:, , Fig. Output for Question 12, <html>, <head>, <title>image,audio,video</title>, </head>, <body>, 7, Click CBSE IT CLASSES to follow on YouTube
Page 10 :
SHEIKH ABDULLAH, , COMPUTER APPLICATIONS (Class X), CA 165: HTML, <select name= "Session">, <option value="2021-22"> 2021-22 </option>, <option value="2020-21"> 2020-21 </option>, <option value="2019-20"> 2019-20 </option>, <option value="2018-19"> 2018-19 </option>, </select> <br><br>, <!--checkbox -->, <input type= ”checkbox” name=” Remember me” value=” Remember” /> Remember, me, , <br><br>, <!--buttons-->, <input type=” button” name="log in" value="Log In" />, <input type=” button” name="sign up" value="Create Account" /> <br>, </form>, </body>, </html>, , Fig. Output for Question 13, 10, Click CBSE IT CLASSES to follow on YouTube
Page 14 :
SHEIKH ABDULLAH, , COMPUTER APPLICATIONS (Class X), , CA 165: HTML, , 18. Write an HTML program (iframe tag & attributes) for the following image output:, , Fig. Output for Question 18, <html>, <head>, <title>frames</title>, </head>, <body>, <b>, <i>this webpage has two frames for two separate html docs</i>, </b>, <br><br>, <!--frame1-->, 14, Click CBSE IT CLASSES to follow on YouTube
Page 19 :
SHEIKH ABDULLAH, COMPUTER APPLICATIONS (Class X), float: right;, padding-left: 5px;, }, #footer{, border: 2px white solid;, border-style:dashed; /*other values: dotted, double etc.*/, outline: 2px black solid;, clear:both;, background-color: #999999;, color: white;, text-align: center;, padding: 10px;, }, h1,h2,h3{, margin: 0;, }, , Fig. Output for Question 20, Click CBSE IT CLASSES to follow on YouTube, , CA 165: HTML, , Scan this QR code to, follow on YouTube, , 19