0% found this document useful (0 votes)
69 views52 pages

Weboutputs

The document is a practical record for web technologies, detailing various HTML, DHTML, and JavaScript programs to be implemented. It includes tasks such as creating webpages with logical tags, header tags, lists, tables, forms, and styles, as well as JavaScript programs for calculations and event handling. Additionally, it covers XML document creation for databases and demonstrates the use of style sheets.
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)
69 views52 pages

Weboutputs

The document is a practical record for web technologies, detailing various HTML, DHTML, and JavaScript programs to be implemented. It includes tasks such as creating webpages with logical tags, header tags, lists, tables, forms, and styles, as well as JavaScript programs for calculations and event handling. Additionally, it covers XML document creation for databases and demonstrates the use of style sheets.
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/ 52

Web Technologies Practical Record

Output:-

Page 1
Web Technologies Practical Record

2. Write a HTML program to demonstrate all Logical Tags

Output:-

Page 2
Web Technologies Practical Record

3. Write a HTML program to implement all Header Tags

Output:-

Page 3
Web Technologies Practical Record

4. Write a HTML program to illustrate Anchor tag along with all attributes.

Output:-

Page 4
Web Technologies Practical Record

5. Write a HTML program to insert Image tag with all attributes.

Output:-

Page 5
Web Technologies Practical Record

6. Create a Webpage to display the text ALL THE BEST . aligned with images.

Output:-

Page 6
Web Technologies Practical Record

7. Write HTML program to implement font Tags along with its attributes.

Output:-

Page 7
Web Technologies Practical Record

8. Write HTML program to illustrate List Formatting tags for the streams available in
college.

a. OrderList b. UnOrderList c. Menu List d. Definition List

Output:-

Page 8
Web Technologies Practical Record

9. Create a Webpage to display order list, unordered list on the subjects available in Fifth
semester

Output:-

Page 9
Web Technologies Practical Record

10. Create a Table with Four rows and four columns in HTML.

Output:-

Page 10
Web Technologies Practical Record

11. Write a HTML program to create a Time-table of your College using necessary options
such as
Cellpadding, Cellspacing , colspan , rowspan .

Output:-

Page 11
Web Technologies Practical Record

12. Write a HTML program to marquee the image and text.

Output:-

Page 12
Web Technologies Practical Record

13. Create a Web Page in which the text " WEB TECHNOLOGY " should scroll in
different directions
for four times .

Output:-

Page 13
Web Technologies Practical Record

14. Create a table using all its attributes and sub tags to execute the following
Information .

. S.No Name Specialization


1. Ada Lovelace She is World's first Computer
Programmer.
2. Adam Osborne Creator of the first
commercially available
Portable Computer .
3. Abhay Bhushan Author of the File Transfer
Protocol .
4. Alan Cooper Father of Visual Basic .
5. Alan Emtage Developer of " Archie "
which is considered to be the
first search engine.
6. Alan Schaaf Founder of " Imgur " which
is the world's largest image
hosting site .
7. Alexander Douglas Created the first graphical
Computer game, OXO .
8. Andreas Bechtolsheim Co-founder of Sun
Microsystems.

Page 14
Web Technologies Practical Record

Output:-

Page 15
Web Technologies Practical Record

15. Create a Program on the concept of Form containing Textboxes, Radio Buttons and
Check boxes.

Output:-

Page 16
Web Technologies Practical Record

16. Create a Program on Employee Information Form.

Output:-

Page 17
Web Technologies Practical Record

17. Write a program to create Pull down menu on the universities available in Telangana
State.

Output:-

Page 18
Web Technologies Practical Record

18. Write a program to create Pull down menu on various Web Designing Softwares.

Output:-

Page 19
Web Technologies Practical Record

19. Create a Web Page of student information form, when the information is submitted
message
should be displayed .

Output:-

Page 20
Web Technologies Practical Record

20. Write a HTML program to create Four Vertical Frames .

Output:-

Page 21
Web Technologies Practical Record

21. Write a HTML program to create Four Horizontal Frames.

Output:-

Page 22
Web Technologies Practical Record

22. Write a DHTML program for Cascading style Sheets.

Output:-

Page 23
Web Technologies Practical Record

23. Write a DHTML program to demonstrate Inline Style Sheets.

Output:-

24. Write a DHTML program to demonstrate External Style Sheets.

Page 24
Web Technologies Practical Record

HTML PROGRAM:

Output:-

25. Write a DHTML program to demonstrate Embedded Style Sheets.

Page 25
Web Technologies Practical Record

Output:-

26. Write a DHTML program to illustrate Id and Class Selectors using CSS.
Page 26
Web Technologies Practical Record

Output:-

27. Write a DHTML program to demonstrate Filters .

Page 27
Web Technologies Practical Record

Output:-

28. Write a DHTML program to demonstrate Transitions.

Page 28
Web Technologies Practical Record

Output:-

29. Write a DHTML program to demonstrate changing text and attributes using CSS.

Page 29
Web Technologies Practical Record

Output:-

30. Write a Java Script program to calculate Area and circumference of a Circle .

Page 30
Web Technologies Practical Record

Output:-

31. Write a Java Script program to display Greatest Number among Three Numbers .
Page 31
Web Technologies Practical Record

Output:-

32 . Write a Java Script program to demonstrate Arithmetic Operations using Switch case.

Output:-

Page 32
Web Technologies Practical Record

33. Write a Java Script program to print Odd numbers using while loop.

Output:-

Page 33
Web Technologies Practical Record

34. Write a Java Script program to demonstrate multiplication table .

Output:-

Page 34
Web Technologies Practical Record

35. Write a Java Script program using any five events .

Output:-

Page 35
Web Technologies Practical Record

36. Write a Java Script program to print N-natural numbers using For loop.

Output:-

Page 36
Web Technologies Practical Record

37. Write a Java Script program to print Factorial of a given number .

Output:-

Page 37
Web Technologies Practical Record

38. Write a Java Script program to demonstrate Arrays.

Output:-

Page 38
Web Technologies Practical Record

39. Write a Java Script program to demonstrate String manipulating functions.

Output:-

Page 39
Web Technologies Practical Record

40 . Write a Java Script program to demonstrate Math objects.

Output:-

Page 40
Web Technologies Practical Record

41. Create a Web page with an image, when the mouse is doubled clicked new image should
replace the existing.

Page 41
Web Technologies Practical Record

42. Create a Web page and apply mouse effects to change text color, size, family etc on the
text.

Page 42
Web Technologies Practical Record

Output:-

43. Create a Web page which displays a line of text, when you click on the text a new line of
text
should overwrite the existing text.
Page 43
Web Technologies Practical Record

Output:-

Page 44
Web Technologies Practical Record

44. Create a program on the event onkeypress.

Output:-

Page 45
Web Technologies Practical Record

45. Create a program on the event onreset .

Output:-

Page 46
Web Technologies Practical Record

46 . Create a XML document for employee database with 10 records and 5 columns in each
record.

Output:-

Page 47
Web Technologies Practical Record

47. Create a XML document for student database and apply the style sheet effects.

Output:-

Page 48
Web Technologies Practical Record

48. Create a XML document with simple links

Page 49
Web Technologies Practical Record

Output:-

49. Create a XML document for the Marketing department of an organization and apply
style effects.

Output:-

Page 50
Web Technologies Practical Record

50. Create a program on XML Document Object Model.

Output:-

Page 51
Web Technologies Practical Record

Page 52

You might also like