Web TechnologyTU Board 2078
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…
5Create 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.
A worked answer is on its wayMeanwhile, read the Web Technology notes for this topic.
Discussion
Loading…
More Web Technology questions
What is the use of XML?Create a XML file with simple type and complex type elements. Write its equivalent DTD.TU Board 207910Create an HTML file containing form elements textbox for username, password field and a checkbox for hobbies. Now write javascript function for the form…TU Board 207910How database connection is created in PHP? Write a PHP program to create a form and insert values in to the database table. The form should contain at least…TU Board 207910Differentiate Web 1.0 from Web 2.0.TU Board 20795Write a HTML script to generate following list of items; 1. Coffee : I. Black coffee II. Green coffee 2. Tea A: Black tea B. Green teaTU Board 20795Create 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…TU Board 20795