The document provides an index of 16 programming tasks related to HTML and JavaScript. The index lists the task number, a brief description of what each task involves, and the corresponding page number. Some tasks involve writing HTML programs using various tags and elements. Other tasks involve creating forms, menus, timetables and login pages. Some JavaScript tasks include calculating areas, validating forms, sorting arrays, and using events, objects and switch statements.
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 ratings0% found this document useful (0 votes)
47 views1 page
CSC618 INDEX - Organized PDF
The document provides an index of 16 programming tasks related to HTML and JavaScript. The index lists the task number, a brief description of what each task involves, and the corresponding page number. Some tasks involve writing HTML programs using various tags and elements. Other tasks involve creating forms, menus, timetables and login pages. Some JavaScript tasks include calculating areas, validating forms, sorting arrays, and using events, objects and switch statements.
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. PROGRAM PAGE
NO. 1 a. Write a HTML program using basic text formatting tags,<hr>,<p>,<br>,<pre> b. Write a HTML page for Example Café using above text formatting tags. 2 a. Write a HTML Program using presentational elements tags <br>,<i>,<strike>,<sup><big>,<small>,<hr> b. Write a HTML program using phrase elements tags <blockquote>,<cite><abbr><acronym>,<kbd>,<address>. 3 a. Write a HTML Program using different list types. b. Write a HTML Page that displays ingredients and instructions to prepare a recipe. 4 a. Write a HTML Program using grouping elements <div> and <span>. b. Write a HTML.Menu page for example café site. 5 Write a HTML Program to create your Time table.
6 Write a HTML Program to create a form using form elements .
7 Write a HTML Program to create a frames and links between frames.
8 Write a HTML Program to create different types of style sheets .
9 Write a HTML Program to create CSS on links,lists,tables and generated
content. 10 Write a JavaScript to find the sum of the series 1+2/2+3/31+4/4!—n/n!.
11 Write a JavaScript program for sorting any array using bubble sort technique.
12 Write a HTML.Program to create login form and verify username and
password using DOM 13 a. Write a JavaScript program to calculate area of rectangle using function b. Write a JavaScript program to wish good morning ,good afternoon,good evening depending on the current time . 14 a. Write a JavaScript program using switch case b. Write a JavaScript program to print multiplication table of given number. 15 a. Write a JavaScript program using any 5events. b.Write a JavaScript program using JavaScript built in objects . 16 Write a Javascript program to Create registration form and validate all the fields using form validation.