Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
454 views
in Web Designing Using HTML by (31.3k points)
closed by

Create an HTML page as shown below using lists.

The recipe for preparation

1. The ingredients
• 100g flour
• 10g sugar
• 1 cup water
• 2 egg
• Salt and pepper

2. The procedure

A. Mix dry ingredients thoroughly
B. Pour in wet ingradients
C. Mix for 10 mts
D. Bake for 1 hr at 100 degree C temperature <HTML>

1 Answer

+1 vote
by (30.9k points)
selected by
 
Best answer

<HTML>

<HEAD>

<TITLE>

List Demo </TITLE>

</HEAD>

<BODY Bgcolor = “Green”>

The recipe for preparation <OL>
<LI> The ingredients </LI>

<ULtype=”disc”>

<LI> 100 g flour </LI

<LI> 10 g Sugar </LI>

<LI> 1 cup water </LI>

<LI>2egg </LI>

<LI> Salt and pepper </LI>

</UL>

<LI> The procedure </LI>

<OL TYPE =”A”>

<LI> Mix dry ingredients thoroughly </LI>

<LI> Pour in wet ingredients </LI>

<LI> Mix for 10 mts </LI>

<LI> Bake for 1 hr at 100 degree C temperature </LI>

</OL>

</OL>

</BODY>

</HTML>

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

...