0% found this document useful (0 votes)
5 views1 page

HTML Programming Exercises and Examples

The document outlines a series of HTML programming tasks, including creating ordered and unordered lists, formatting text with internal CSS, and designing registration forms using HTML5 elements. It also includes instructions for embedding video, utilizing external CSS, and displaying nested lists. Each task aims to enhance understanding of HTML and CSS functionalities.

Uploaded by

anushkathorat52
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)
5 views1 page

HTML Programming Exercises and Examples

The document outlines a series of HTML programming tasks, including creating ordered and unordered lists, formatting text with internal CSS, and designing registration forms using HTML5 elements. It also includes instructions for embedding video, utilizing external CSS, and displaying nested lists. Each task aims to enhance understanding of HTML and CSS functionalities.

Uploaded by

anushkathorat52
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

Question Bank Programs:

1. Write a HTML program to write the names of two friends using ordered list,
and their hobbies using unordered list.
2. Write a HTML program to display “Information Technology” in bold
format and calibri font. And add two sentences about IT below in orange
color. Make use of internal CSS.
3. Write a HTML program to create registration form should accept name of
user, E-mail ID, no. of years completed,office phone no., and image as
submit button.
4. write a HTML program to create registration form using HTML 5 elements
5. Write a HTML program to create registration form should accept name of
user, E-mail ID, no. of years completed in office,office phone no., and image
as submit button.
6. Write a HTML program to make use of external CSS.
7. To insert video into webpage
8. To make use of internal CSS
9. 1. To display following output using HTML5 float property

[Link] create following ordered nested list :


* Information Technology *
1. Advanced web designing
a. HTML5 controls
b. forms in HTML5
2. Advanced JavaScript
a. features of JavaScript
b. Document Object Model

You might also like