Bsc CSIT Semester 5 – Web Technology – Unit 2. Hyper Text Markup Language
Comprehensive questions and detailed answers for Unit 2. Hyper Text Markup Language. Perfect for exam preparation and concept clarity.
Create a HTML page with tags header, article and footer. Insert alink containing mail to info@iost.edu.np in the footer tag. Set the keywords “iost”, “csit” using Meta tag in the page.
Why inline frames are used? Create a HTML page containing iframe within a paragraph. The iframe have source to http://www.tuiost.edu.np and its height and width are 200px and 400px respectively.
Create an HTML page with its body containing a div. The div should contain an image within it. Create a link on the image to redirect to the url http://www.tuiost.edu.np. Set the title of the page to “iost”. Add Meta tag on the page.
Create a HTML page containing ordered and unordered lists. Set the value of ordered list type to “A”. The list should start at “D”.
Create a HTML page with tags header, article and footer. Insert alink containing mail to info@iost.edu.np in the footer tag. Set the keywords “iost”, “csit” using Meta tag in the page.
Why inline frames are used? Create a HTML page containing iframe within a paragraph. The iframe have source to http://www.tuiost.edu.np and its height and width are 200px and 400px respectively.
Write a HTML script to generate following list of items;
- Coffee : I. Black coffee II. Green coffee
- Tea A: Black tea B. Green tea
Create a HTML page containing a div having id “dv1”. The div should contain canvas element. The id of canvas should be “mycanvas”. The height and width of canvas should be 200 and 300.
Write a HTML script to create a table with three rows and three columns. The second row third column should contain a text “TU” with link set to www.tu.edu.np . The hieght of second row should be set to 200px.
Write a HTML script using audio tag. Set the autoplay, preload and loop properties to appropriate values.
Sample Questions
Why inline frames are used? Create a HTML page containing iframe within a paragraph. The iframe have source to http://www.tuiost.edu.np and its height and width are 200px and 400px respectively.
Create an HTML page with its body containing a div. The div should contain an image within it. Create a link on the image to redirect to the url http://www.tuiost.edu.np. Set the title of the page to
Create a HTML page containing ordered and unordered lists. Set the value of ordered list type to “A”. The list should start at “D”.
Create a HTML page with tags header, article and footer. Insert alink containing mail to info@iost.edu.np in the footer tag. Set the keywords “iost”, “csit” using Meta tag in the page.
And more questions available on this page.