Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

BPLCK205A-Introduction to Web Programming

Important Questions
1) Define and explain HTML and XHTML with an example?
2) Explain any five rules of (X)HTML?
3) Briefly explain major themes of (X)HTML?
4) List any 5 HTML and XHTML version history?
5) List any 10 HTML or XHTML document type statements and language version?
6) Describe HTML5 with an example?
7) List any 10 new elements in HTML5 with an example?
8) Explain with a neat diagram, What are the other elements used in head tag also give
example for each?
9) Briefly explain about adding semantics in HTML5?
10) Explain HTML5 open media effort with example?
11) What is Client-side graphics with canvas?
12) Explain CSS overview.
13) Explain CSS Font properties in detail.
14) Explain Padding and margin properties with examples.
15) Explain tables and CSS Layout.
16) List and explain any three pseudo-class selectors with an example.
17) Create the following table using XHTML tags. Properly align cells, give suitable cell
padding and cell spacing, and apply a background color, bold, and emphasis necessary

SUBJECT1
SEM1
SUBJECT2
AIML
SUBJECT1
SEM2
SUBJECT2

18) Create a class called income, and make it a background color of #0ff.

Create a class called expenses, and make it a background color of #f0f.

Create a class called profit, and make it a background color of #f00.


Throughout the document, any text that mentions income, expenses, or profit, attach the
appropriate class to that piece of text. Further create the following line of text in the same
document: The current price is 50₹ and new price is 40₹

19) Change the tag li to have the following properties:


 Margin of 5px
 Padding of 10px to the top, 20px to the right, 10px to the bottom, and 20px to the left
Also demonstrate list style type with user defined image logos
20) What is External CSS. explain with an example.
21) Explain the positioning of the image.
22) Explain navigation within the webpage using an anchor tag with an example.
23) With a code snippet explain CSS for links.
24) Explain bit map image formats.
25) Explain DOM with a code snippet and neat diagram.
26) What are forms? Explain types of processing forms.
27) Explain input tag with different controls.
28) Write a program to display Hello world msg using DOM.
29) With the syntax demonstrate the input element to create a button.
30) Explain functions

You might also like