0% found this document useful (0 votes)
22 views2 pages

Fundamentals of Web Development_20-10-2021

Uploaded by

Soumya Das
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)
22 views2 pages

Fundamentals of Web Development_20-10-2021

Uploaded by

Soumya Das
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/ 2

Seat No:_______________ Enrollment No:_______________

PARUL UNIVERSITY
FACULTY OF IT & COMPUTER SCIENCE
BCA / IMCA Winter 2021 – 22 Examination
Semester: 1 Date: 13/10/2021
Subject Code: 05101103 Time: 2hr: 30min
Subject Name: Fundamental of Web Development Total Marks: 60
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate full marks.
3. Make suitable assumptions wherever necessary.
4. Start new question on new page.

Q.1 Answer the followings.


A. Answer the following in short. (05)
1) Multiple radio button selection is not possible. Justify it.
2) URL stands for__________.
3) Define Extranet.
4) What is the use of telnet?
5) Write one difference between <th> and <td> with appropriate example.
B. Multiple choice type questions/ Give the sentence true or false. (Each of 01 marks) (10)
1) What is the preferred way for adding a background color in HTML?
a. <body background="yellow">
b. <background>yellow</background>
c. <body style="background-color:yellow">
d. <background color="yellow">text<background>

2) What is the correct HTML tag for creating a hyperlink?


a. <a name="">A</a>
b. <a>B</a>
c. <a href="http://www.example.com">example</a>
d. <a url="http://www.example.com">example</a>

3) ______ is extension of external java script file.


a) .j b) .js c) .javas d).jsext
4) Abbreviate CSS.
a) Classical Style Sheets b) Cascading Style Sheets
c) Common Style Sheets d) Cascading Symbol Sheets
5) Which is the correct CSS syntax?
a) body:color=black b) {body;color:black}
c) {body:color=black(body} d) body {color: black}
6) Choose the correct HTML tag for paragraph.
a) <pra> b) <heading> c) <p> d) <h1>
7) Title of Web page declares in ______ section.
a) <body> b) <head> c) <form> d) CSS file
8) <head> tag is used to give heading of table. True/ False?
9) How do I add scrolling text to my page?
a) <scroll> b) <marquee> c) <ciruler> d) <tab>
10) <h1> is smllest heading tag. True/ False?
Q.2 Answer the following. (3 Marks Questions.) (Any Five) (15)
1) How heading tag is useful while designing webpage? Explain all heading tag.
2) What is protocol? Write a note on TCP/ IP protocol.
3) Write a difference between internal style sheet and external style sheet.
4) “Java Script is Dynamic Programming language” Justify it.
5) How can we set image as link?
6) Define Ecommerce? How Internet is useful in Ecommerce?
Q.3 Answer the following. (5 Marks Questions)(Any three) (15)

Page 1 of 2
1) Write program to create student registration form. do proper formatting by using table tag.
(form must include : name, address, gender, phone number, hobby, blood group)
2) Define variable in JavaScript. Write difference between local and global variable. Explain
how can we declare both the variable in JavaScript using example.
3) How to set font color and font weight using CSS. Explain font weight attribute with all
possible value in detail.
4) List out html form tag. Explain password, option button and checkbox in detail with
suitable example.
Q.4 Answer the following in detail.
A. Write a note on basic block of html. Explain it in detail. (05)
B.(1) How to add figure caption show it with suitable example. (05)
B.(2) List out attribute of table tab. Explain Align, Valign, rowspan and colspan. (05)
OR
B.(1) 1) Write program to demonstrate webpage as below (05)

B.(2) Explain how Link is useful in any webpage. Explain LINK, VLINK and ALINK in detail.

Page 2 of 2

You might also like