HTML Assignment 1
HTML Assignment 1
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.