- What is HTML? Explain its structure.
- What is tag in HTML? Write different type of tags.
- Write the different type of tags used for styling in HTML.
- Explain the table tag in HTML with its attributes.
- Explain the list tag of HTML.
- Discuss how frames play a big role in advertising on web. What roles do form play in making web page dynamic?
- Explain the terms in reference to HTML: List, Frames and Form with example.
- How images are added in an HTML document? How will you create image links in web documents?
- Explain the HTML tags for forms with the help of suitable example.
- Write a HTML code to design a ‘Student registration Form’.
- Write HTML code to develop a web page having two frames that divide the page into two equal rows and divides the first row into equal columns. Fill each with the different background color.
- Write a HTML code for entering the detail of the employee of an organization , store the details in a database for future application.
- What is CSS? Explain its various types.
- Write a CSS rule that makes all the text 2.5 time larger than the base font of the system.
- What is XML?
- Create a XML document of 10 students of final MCA. Add their roll numbers, marks obtained in 5 subjects, total marks and percentage. Save this XML document at the server. Write a program that accepts student’s roll number as input and returns the students marks, total and percentage by taking the student’s information for XML document.
- Write a difference between XML and HTML.
- Write a note on DOM.
- Define Document Type Definition(DTD). Also describe its various types. Which type of DTD is more preferable and Why?
- What do you mean by XML Schema? Explain. Also write its advantage and Disadvantage.
- Explain the role of SAX and DOM in XML document verification.
- What is DHTML? Write the difference between HTML and DHTML.