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

HTML Assignment 1

The document outlines a series of HTML and JavaScript assignments aimed at developing web development skills. Tasks include creating static web pages with various HTML elements, designing forms, and implementing JavaScript for dynamic functionality. The assignments cover topics such as text formatting, lists, images, validation, and array methods in JavaScript.

Uploaded by

Shivam Rathore
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 views

HTML Assignment 1

The document outlines a series of HTML and JavaScript assignments aimed at developing web development skills. Tasks include creating static web pages with various HTML elements, designing forms, and implementing JavaScript for dynamic functionality. The assignments cover topics such as text formatting, lists, images, validation, and array methods in JavaScript.

Uploaded by

Shivam Rathore
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

HTML Assignments

1. Create a static webpage using table tags of HTML having Student Details.
2. Create a static web page which defines all text formatting tags of HTML in tabular format.
3. Create a webpage using list tags of HTML ordered or unordered list.
4. Create webpage to include image using HTML tag.
5. Create employee registration webpage using HTML form objects.
6. Create an HTML file (e.g. first_page.html) that specifies a page that contains a heading and two paragraphs of
text. Use the HTML tags <h1>, </h1>, <p> and </p> in this exercise. As the texts in the heading and paragraphs
you can use any texts you like.
 Add an unordered list to this web page. An unordered list should look like the following when it is shown by
a browser:
 An unordered list can be specified with the tags <ul> and </ul>.
 An unordered list typically contains a number of list items that can be specified with tags <li> and </li>.
 After you have created your unordered list, check out what happens when you convert it to an ordered list by
replacing the tags <ul> and </ul> with <ol> and </ol>, respectively.
 Add an image to your web page. In this exercise you must use the <img> tag. As an image, you can use any
.jpg or .png file you find on the Internet.
HTML & Java Script Assignment
1. Create a simple webpage using HTML.
2. Create a HTML page, which has properly aligned paragraphs with image along with it.
3. Write a program to display list of items in different styles.
4. Use frames to Include Images and Videos.
5. Add a Cascading Style sheet for designing the web page.
6. Design a dynamic web page with validation using JavaScript.
7. Write a program using JavaScript to demonstrate the concept of built-in array methods.
8. Write a program using JavaScript to demonstrate the concept of nested functions.
9. Write programs using JavaScript for Web Page to display browsers information.
10. Write a program using JavaScript to merge property of two objects.
11. Write a program using JavaScript to include a JS file into another JS file.

You might also like