The document contains questions and programming problems related to HTML, CSS, JavaScript and XHTML. It includes questions on topics like XHTML pages, tables, semantic tags, classes, scrolling text, overlapping images, calculating squares and cubes, growing and shrinking text, finding the first vowel in a string, and reversing numbers.
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)
24 views3 pages
Web QP
The document contains questions and programming problems related to HTML, CSS, JavaScript and XHTML. It includes questions on topics like XHTML pages, tables, semantic tags, classes, scrolling text, overlapping images, calculating squares and cubes, growing and shrinking text, finding the first vowel in a string, and reversing numbers.
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
Question 01 – XHTML Page
Question 02 – XHTML Tables
Question 03 – HTML5
Question 04 – HTML5 Semantic Tags
Question 05 – Classes Question 06 – li Tag
Question 07 – Signup Page
Question 08 – Calculator
Question 09 – Scrolling Text
Write a Java Script program that on clicking a button, displays scrolling text which moves from left to right with a small delay Question 10 – Overlapping Images Create a webpage containing 3 overlapping images using HTML, CSS and JS. Further when the mouse is over any image, it should be on the top and fully displayed.
PROGRAM 11 - SQUARES AND CUBES OF NUMBERS
Write a JavaScript that calculates the squares and cubes of the numbers from 0 to 10and outputs HTML text that displays the resulting values in an HTML table format.
PROGRAM 12 - TEXT-GROWING & TEXT-SHRINKING
Write a JavaScript code that displays text “TEXT-GROWING” with increasing font size in the interval of 100ms in RED COLOR, when the font size reaches 50pt it displays “TEXT-SHRINKING” in BLUE color. Then the font size decreases to 5pt.
PROGRAM 13 - LEFT MOST VOWEL & REVERSE NUMBER
Develop and demonstrate a HTML5 file that includes JavaScript script that uses functions for the following problems: a) Parameter: A string b) Output: The position in the string of the left-most vowel c) Parameter: A number d) Output: The number with its digits in the reverse order