Computer Science, asked by deepanshu3868, 8 months ago

Write the HTML Code to generate the output. 1. Title of the page is SHOPPING BAZAAR. 2. Heading is in RED colour 3. Text colour is Yellow 4. Font is arial for webpage. 5. Create the list as displayed in webpage. Image used is BAZAAR .jpg.

Answers

Answered by deep200593
4

Answer:

1)<title>SHOPPING BAZAAR</title>

2)<marquee><b><u><i><text="red">________</text></i></u></b></marquee>

3) at first where will start body there instead of that write this.

<body text="yellow">

5)<ol> or <ul>

<li>_______</li>

<li>_______</li>

</ol> or </ul>

and for image

<img src="______.jpg" height="___" width="___">

Hope it is clear...

Please mark it as the brainliest

PLEASE

Similar questions