Brief Answer Questions:
[10 × 1 = 10]What does link means?
Why do we need scripting language?
Scale any object by decreasing its size by 50% of its original size.
Give any two examples of paired tag.
Which property of a table specifies whether the border should be shown if a cell is empty?
What does getElementsByClassName( ) do in JavaScript?
Why do we need form in HTML?
Define outlines.
How do you define array in JavaScript?
Write output: document.write(5+"5");
Exercise Problems:
[5 × 4 = 20]Define array. Create a two dimensional array storing five student's data and display them in HTML table.
Write JavaScript to find whether the given number is multiple of 5 or not.
List any five basic text formatting tags with examples.
Create following table using HTML and CSS.
How do you link audio, video and image using HTML? Illustrate with an example.
Comprehensive Answer Questions:
[2 × 5 = 10]Why client side validation is required? Explain using example.
Explain the different types of CSS with examples.


