Web Technology
Web Technology
HTML5:-
Que 1.> Design a Webpage using semantic element of HTML5 to display page
information, structure & visual.
Que 2.> Design a webpage using a formatting tags.
Que 3.> Design a webpage using list tags.
Que 4.> Design a webpage using a image and imagemap.
Que 5.> Design a webpage using a table Tag.
Que 6.> Design a webpage using form tag.
Que 7.> Write program using HTML5 to implement audio feature in a web page.
Que 8.> >Write a program using HTML5 to implement video feature in a web
page
Que9>Write a HTML5 code to draw circular gradient canvas
Que 10.> Draw a square using SVG, fill that square with yellow color and make a
5px blue stroke width.
Que 11>Write HTML5 code to draw rectangle using canvas and fill color in
gradient with red to pink color from start to end
Que 12>Create a simple HTML5 form with validation.
Que 13>A simple example of using the HTML5 <canvas> element to draw shapes.
Que 14>Create a simple animation using the <canvas> element.
CSS:-
Que 1.> Design a webpage that use of cascading style sheet with CSS properties to
change the background of page.
Que 2.> Design a webpage that makes use of cascading style sheet with CSS
properties to change the fonts and text styles of page.
Que 3.> Design a webpage using a navigation of multiple webpages
Que4>Write a CSS style specification rule that would make all unordered lists
have square bullets and purple background.
Que5>Create an external style sheet with pseudo classes and apply those style in
html page.
Que 6> Implement transformation using translation , rotation and scaling in your
web page.
Javascript:-
Que.1 >Create a sample form that collects the first name , last name, email, user id,
and password and confirms password from the user. All the inputs are mandatory
and the email address entered should be in the correct format. Also, the values
entered in the password and confirm password text boxes should be the same.
After validating using javascript , In output display proper error messages in red
color just next to the textbox where there is an error.
Que.2> Write a Javascript program for Finding Fibonacci series.
Que 3>Write a Javascript program for calculating factorial of number.
Que 4>Write a Javascript program for demonstrating Navigator object
Que.5> Write a Javascript program for demonstrating WINDOW object.
Que.6>Write a Javascript program for demonstrating regular expressions.
Que 7> Write a Javascript program for validating form elements.
Que 8>Write a javascript program for finding Reverse Number.
Que.9 >Write a Javascript program for Evaluating Expressions.
Que.10>Write a javascript program for displaying prime numbers.
Que.11>Design a web page using HTML, JAVA SCRIPT and CSS