0% found this document useful (0 votes)
28 views13 pages

Sameer 10087 Practical

This document contains answers to questions about various HTML5 and JavaScript topics. Sameer (Roll No. 10087) demonstrates creating a custom CSS file, using CSS styles across multiple web pages, adding audio and video to HTML5, building an HTML5 form, creating a JavaScript program to cycle through days of the week, adding an image to a list, and building a basic website with sections for a logo, navigation, news, announcements, contact information, and copyright.

Uploaded by

Punya Satija
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
28 views13 pages

Sameer 10087 Practical

This document contains answers to questions about various HTML5 and JavaScript topics. Sameer (Roll No. 10087) demonstrates creating a custom CSS file, using CSS styles across multiple web pages, adding audio and video to HTML5, building an HTML5 form, creating a JavaScript program to cycle through days of the week, adding an image to a list, and building a basic website with sections for a logo, navigation, news, announcements, contact information, and copyright.

Uploaded by

Punya Satija
Copyright
© © All Rights Reserved
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/ 13

Name = Sameer

Roll No. = 10087

Ques 1 = create your own CSS file with custom Styles

Ans =
Html code

= > Our Custom CSS Style we can use in any html file
Output=

Ques 2 = Demonstrate the use of these Styles in Various web


pages
Ans=> Our Styles sheet
Various web pages code
Output =

Ques3 = Demonstrate the use of Audio in html5

Ans=
Html Code
Output =
Ques 4 = Demonstrate the use of Video in html5

Ans =

Html code

Output =
Ques 5 = = Demonstrate the html5 form with text flow
management

Ans =
Html Form code

Output =
we're using the label element to associate each form input with a label. This is
important for accessibility and usability reasons.

We're also using the input and textarea elements to collect user input. The input
element has a type of text, while the textarea element allows for multi-line text
input.
Ques 6 = create a program in javascript so that the initial text
shown on screen is "monday" and it will change in the
following way when the button is pressed repeatedly:
monday tuesday wednesday thursday friday saturday sunday
monday tuesday ... etc --> .

Ans =
Html code
Output=

Ques 7 = Add a new image in list of images that is being


displayed by the page.

Ans=

Ques 8 = Create a Website with following output


Have a logo and university name , navigation menu,
Two section for news and announcements, contact and
copyright .

Ans =. Html code


=> Css file for website
Output =

You might also like