Table of Contents
- 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.
What did you think?
Similar Reads
-
What is COM and DCOM?
Short Answer 1. COM (Component Object Model) COM is like a rule book for how pieces of computer programs can… -
How is Java Strongly Associated with Internet?
Short Answer Java is like a superhero of the internet world. When it first appeared, Java brought new powers to… -
Differences between Java and JavaScript
Java and JavaScript are two distinct programming languages that serve different purposes and have different capabilities. Despite the similarity in… -
What is CORBA in details
Short Answer CORBA stands for Common Object Request Broker Architecture. It's a way for different computer programs to talk to… -
Importance of COM/DCOM in making Commercial Website
Short Answer Imagine you want to build a super cool clubhouse, but instead of starting from scratch, you use parts… -
Difference between COM and DCOM
Short Answer COM (Component Object Model) and DCOM (Distributed Component Object Model) are both technologies from Microsoft. COM lets different… -
Difference between Dynamic web page, Static Web page and Active web Pages
Short Answer Static web pages are like pictures in a book. They look the same every time you see them.… -
A detailed note on Servlet Package
Short Answer The servlet package is a part of Java that helps you make web pages that can change based… -
Servlet and life cycle of Servlet
Short Answer A servlet is a Java program that runs on a web server. It helps websites interact with users… -
What is Struts framework? Write its features and advantage
Short Answer Struts is a framework for building web applications in Java. It helps developers create websites that can easily…