Web technology practical file
PRACTICAL FILE
ON
“WEB TECHNOLOGIES”
Batch 2021-2024
Submitted by
Under the guidance
(Asst. Prof)
INDEX
S.No.
TITLE
Q1
Q2
Q3
Create different webpages using different tags.
Create an unordered list nested inside ordered list and apply other tags.
Design a table with rowspan and columnspan and make use of
attributes colspan, rowspan, width, height, cellpadding, cellspacing etc.
Q4
Q5
Design a HTML Frame.
Make an image map showing the usage of shape, coords, href attribute
Page
No.
4
12
15
18
24
Q6
Q7
Q8
in map.
Design student registration form for admission in college.
Create a webpage and show the usage of inline, internal stylesheet and
external stylesheet.
25
27
Create a webpage containing a background image and apply all the
background styling attributes.
Create a webpage showing the usage of font styling attributes
Create a web page and apply all text styling attributes use Id and class
selector.
Create a web page using All list styling attributes
Create a webpage with three equal columns.
Create a webpage containing bootstrap table.
Create a webpage containing various types of buttons.
Create a webpage contain various topographic classes
Create a webpage containing to display the heading using Jumbotron
Write a program to show the usage of inbuilt functions and dialog
boxes.
35
Q18
Write a program to show the usage of alert box and confirm box.
55
Q19
Write a program to implement the event handling using onclick,
onmouseover and onmouseout event.
57
Q20
Write a program to show the usage of all the date, math and string
object functions.
59
Q21
WAP to display the bookstore details in XML with CSS and internal
DTD.
Design a registration form for a website and when the user clicks on
submit button the login form should be appeared on the screen.
Design a website and apply all the features of html ,css , javascript and
bootstrap to make the website attractive
Write a JavaScript function that creates a table, accept row, column
numbers from the user, and input row-column number as content (e.g.,
Row-0 Column-0) of a cell.
Write a program to make Zebra stripping Table.
Create a Questionnaire related to any topic of your choice by using form
elements.
60
Q9
Q10
Q11
Q12
Q13
Q14
Q15
Q16
Q17
Q22
Q23
Q24
Q25
Q26
36
39
43
45
47
49
50
52
54
62
64
74
77
79
Q1. Make following five different web pages :•
Formatting styles and headings: include bold, italics, underline, strike,
subscript, superscript and all six types of headings.
formattingstyle
Different headings in html
this is heading 1
this is heading 2
this is heading 3
this is heading 4
this is heading 5
Different styles of text in HTML
this is bold text
this is italic text
this is underlined text
this is stiked text
this is superscript
this is subscript
Back to the home page