Sameer 10087 Practical
Sameer 10087 Practical
Ans =
Html code
= > Our Custom CSS Style we can use in any html file
Output=
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=
Ans=