Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
23 views4 pages

HTML Practical Programs

The document contains a series of practical HTML programming exercises. Each exercise requires writing HTML code to generate specific outputs, including lists, tables, and a calendar. The tasks focus on structuring content with various elements such as headings, lists, and tables, while also emphasizing styling and formatting.
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)
23 views4 pages

HTML Practical Programs

The document contains a series of practical HTML programming exercises. Each exercise requires writing HTML code to generate specific outputs, including lists, tables, and a calendar. The tasks focus on structuring content with various elements such as headings, lists, and tables, while also emphasizing styling and formatting.
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/ 4

HTML Practical Programs

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
o Rose
o Lily
o Jasmin
b. Non Flowering Plant

o Fern
o Spore
3) Write HTML code which generates the following output And Display
each element of list in different size, color & font.

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

4) Write HTML code which generates the following output and display
each element of list in different size, color & font

• Honda
Petrol
1) Honda City
2) Brio
Diesel
1) Amaze
2) Brio
• Maruti-Suzuki
Petrol
1) Swift
2) Ritz
Diesel
1) Swift-Desire
5) Write the HTML5 code which generates the following output.

1. Coffee
2. Tea
a. Green Tea
b. Black Tea
i. Africa
ii. China
3. Milk

6) Write html code to create following table :

RollNo Name Marks


101 Nilesh Patil 80.56%
102 Pranav Kadam 90.45%
103 Suhas Choudhari 67.89%

7) Write a HTML code to display calendar of current month in tabular


format. Use proper color for week days and holidays. Display month
name, year and images as advertisement at the beginning of the
calendar.
8) Write the HTML code to create the following table :

Book_No Book_Name Price


Rs. Paise

101 DBMS 200 50

102 C-Prog 150 75

103 JAVA 300 00

104 PHP 250 50


9) Write HTML code to create following table.

Course Fee Structure Year


FY SY TY
B.Sc.(CS) 20000 25000 30000 2019
BCA(Sci) 15000 20000 25000 2020
BBA(CA) 25000 30000 35000 2021

You might also like