0% found this document useful (0 votes)
3 views

HTML Programs Index

The document is an index of various HTML and JavaScript programming tasks, each demonstrating different web development concepts. It includes programs for creating structures, lists, forms, navigation bars, and interactive elements like calculators and to-do lists. Each task is numbered and briefly described, indicating its focus on practical applications of web technologies.
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)
3 views

HTML Programs Index

The document is an index of various HTML and JavaScript programming tasks, each demonstrating different web development concepts. It includes programs for creating structures, lists, forms, navigation bars, and interactive elements like calculators and to-do lists. Each task is numbered and briefly described, indicating its focus on practical applications of web technologies.
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/ 1

INDEX

S.NO. List of Programs Page No. Remark

1 Write a HTML program to demonstrate basic structure with heading, paragraph, formatting text, t...

2 Write a HTML program to demonstrate different types of ordered lists, unordered lists, and defi...

3 Write a HTML program using table to divide the web page into two columns and single bottom row ...

4 Write a HTML program using FRAMESET tag to link multiple documents.

5 Write a HTML program using JS to demonstrate Fibonacci (series) numbers using recursion.

6 Write a HTML program using JavaScript to search an array of elements using linear search.

7 Write a HTML program to demonstrate aligning text and setting box dimensions using CSS.

8 Write a HTML program to demonstrate object hierarchy using collection children.

9 Write a HTML program to demonstrate MOUSE EVENTS.

10 Write a HTML program to demonstrate the form by reading the name of the user from the form.

11 Write a program making Simple Image Gallery using HTML/CSS and JavaScript.

12 Write a HTML program to make Simple Calculator using CSS and JS.

13 Write a HTML program to change the background colour by randomly clicking on it.

14 Write a HTML program to demonstrate how to create basic horizontal navigation bar using HTML an...

15 Write a program to create a Simple Webpage with two columns that adapt to different screen size...

16 Write a HTML program to demonstrate the use of form controls (text, password, checkbox, radio, ...

17 Write a HTML/JS program to show an alert box with user-defined message.

18 Write a HTML/JS program to validate email ID using regular expressions.

19 Write a HTML/CSS program to design a responsive card layout.

20 Write a HTML/CSS/JS program to build a simple to-do list.

You might also like