Tuesday 18 April 2023

FYBCA 2023 SEM-II Web Development Lab Book Solutions

    

 

Web Technology Exercise 1: Basic HTML Tags 

1. Create an html page which will display names of your family members on separate lines in different sizes. State size of each line in its text.


2. Create an html page which will display names of players of Indian cricket team with all the different text styles (bold, italic and underlined) and its combinations on separate lines. State style of each line in its text.

3. Create an html page containing the polynomial expression as follows

         ao + a1x+ a2x2 + a3 x3 

4. Create an html page with following specifications

  a. Title should be about MYCOLLEGE 

  b. Put the windows Logo image in the background 

  c. Place your College name at the top of the page in large text followed by address in smaller size 

  d. Add names of courses offered each in a different color, style and typeface. 

  e. Add scrolling text with a message of your choice 

  f. Add college image at the bottom 


5. Create an html5 page with following specifications

  a. Title should be about MYCITY 

  b. Place your City name at the top of the page in large text and in blue color 

  c. Add names of landmarks in your city each in a different color, style and typeface 

  d. One of the landmark, your college name should be scrolling 

  e. Add scrolling text with a message of your choice 

  f. Add some image at the bottom 


Web Technology Exercise 2: Creating List through HTML

1.     Write a HTML code to generate the following output

                      1. Undergraduate Courses

i.                  BBA(CA)

ii.               BCA(Science)

iii.             B.Sc.(Computer Science)

                 2. Post Graduate Courses

i.          M.Sc.(Comp.Sci.)

ii.        M.Sc.(CA)

iii.  MCA 

2. Write a HTML code to generate the following output

    a. Flowering Plant

  • Rose
  • Lily
  • Jasmin

    b. Non Flowering Plant 

1. DYP
  • Courses  
      •  BCS 
      • BCA 
2.Indira 
  • Courses
      • BCA
      • MCs  
3.ATSS 

  • Maruti-Suzuki
      • Petrol

        1. Swift 
        2. Ritz

      • Diesel 

        1. Swift-Desire 

Web Technology Exercise 3 : Creating Tables trough HTML 




RollNo

Name

Marks

101

Nilesh Patil

80.56%

102

Pranav Kadam

90.45%

103

Suhas Choudhari

67.89%







 

Book_No

 

Book_Name

Price

 

 

 

RS

Paise

101

DBMS

200

 

50

102

C-Prog

150

 

75

103

JAVA

300

 

00

104

PHP

250

 

50

105

ASP

100

 

00




Country

Population (in Crores)

 

INDIA

1998

85

1999

90

2000

100

 

USA

1998

30

1999

35

2000

40

 

UK

1998

25

1999

30

2000

35




Course

Fee Structure

 

Year

FY

SY

TY

B.Sc.(CS)

20000

25000

30000

2017

BCA(Sci)

15000

20000

25000

2018

BBA(CA)

25000

30000

35000

2019



                

Web Technology Exercise 4 : Creating Frames through HTML 


 

 

 

 

 

 





 

First Frame : Your Name and address

 

Second Frame :

Bulleted list of favourite colours

Thi

rd Frame :

Numbered List of Cities

Fourth Frame:

Scrolling Message

Fifth Frame:

Blinking Reminders

Sixth Frame:

Name of Countries



IT Industries in INDIA

City

1.     Pune

2.     Mumbai

Pune

      Infosys

      Persistent




    

Web Technology Exercise 5 : Creating Forms through HTML