The document is a question bank for the 'Introduction to Web' module, covering various topics related to XHTML and HTML. It includes questions about the purpose of comments, differences between HTML and XHTML, document structure, lists, character entities, and advantages of XHTML. Additionally, it requires practical examples and coding exercises related to the concepts discussed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
101 views3 pages
Module-1 Question Bank
The document is a question bank for the 'Introduction to Web' module, covering various topics related to XHTML and HTML. It includes questions about the purpose of comments, differences between HTML and XHTML, document structure, lists, character entities, and advantages of XHTML. Additionally, it requires practical examples and coding exercises related to the concepts discussed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
INTRODUCTION TO WEB (BPLCK205A)
MODULE-1 Question Bank
1. Explain the purpose of using comments in XHTML.
2. Explain the following tags with an example: i)<p> ii)<hr> iii)<body> iv)<heading> v) <html> vi) <meta> vii) <sup> viii) <sub> and <b>, <i> . 3. Write a basic syntax for HTML and XHTML. Show the difference between the syntax. 4. Explain XHTML document structure with example. 5. What are the three aims of HTML 5 and expand the following HTML, XML, DOCTYPE. 6. Explain standard HTML document structure. 7. Write the Versions of markup languages. 8. Why are lists used in web pages? With an example, explain different types of lists available in XHTML. 9. Write the difference between XHTML and HTML5. 10. How are lists handled in HTML? Design an HTML code to illustrate the nested list. 11. Explain with example any five “character entities” of HTML5. 12. Explain with example how to enter comment lines in HTML5 and explain its purpose. 13. Assess the advantages and disadvantages of using XHTML over HTML in modern web development. 14. Compare and contrast the syntax rules of HTML and XHTML. 15. Discuss the (X)HTML tags supported in document head. 16. Construct a parse tree of elements allowed in the document body. 17. Write an XHTML program to get the following output. 18. List and explain most common elements used in (X)HTML documents. 19. What is Document Type Definition (DTD). Write the basic structure (X)HTML documents derived from the specifications. 20. List and demonstrate the rules of (X)HTML. 21. Differentiate between Logical versus physical markup. 22. Discuss the any three Myths and Misconceptions About HTML and XHTML. 23.
24. Explain the XHTML tags used for lists in documents.
25. Write an XHTML document to describe an ordered list of your five favorite movies. Each element of the list must have a nested list of at least two actors in your favorite movies.