Attempt any Eight questions.
[8*5=40]
4.
Differentiate Web1.0 from Web 2.0. [5]
5.
Create an HTML page that contains Meta tag. Set the title of your page to "This Meta BIT". Set the description content in Meta to "Hello BIT", Keyword contents to "BIT", "IOST", "TU" and character encoding to "UTF-8". Also write "Hello BIT" and "Web Tech" in H1 and H2 tag under body section of the page. [5]
6.
Write HTML script to demonstrate use of the main and article tags. [5]
7.
Write HTML script to display following output in a division under body section. a) The ampersand (and) sign: & b.) equation . 3x2+2x1y<4 . 45<>30 [5] 8.
How class selector is different from id selector while defining the CSS for HTML? Support your answer with example. [5]
9.
Create a user-defined object Student in JavaScript. The object should have attributes with values as Name= "Ram", Age=20,DOB=2003/02/03 respectively. Now display the result retrieving the attributes. [5]
10.
Write JavaScript program that will take your name as input using prompt and display the name using alert in alert box. [5]
11.
Discuss the use of XQuery and XPath in XML. [5]
12.
What is XML Tree? Differentiate static website from dynamic website. [5]