Computer Science, asked by giteshketanbhagwat61, 7 months ago

SOP 2: Create a webpage using HTML and CSS code to design a web page as
the layout displayed below.
The top section will display the heading. Tourist places' in header. The
section on the left has list of cities. The right hand side displays tourist places
of any one of the city
Use Inline style sheet in the top section to display background color for the
text Tourist places. Use internal stylesheet for the left and right section
with background color and font styles.
Tourist places
City
1. Pune
2. Banglore
3. Hyderabad
4. Delhi
Tourist places in Pune
• Shanivarwada
• Kelkar Museum
• Sinhgad fort

Attachments:

Answers

Answered by preetkaur9066
1

Answer:

Chapter 4. Creating a Simple Page: (HTML Overview)

IN THIS CHAPTER

An introduction to elements and attributes

A Web Page, Step by Step

Step 2: Give the Document Structure

Step 5: Change the Look with a Style Sheet

Troubleshooting broken web pages

Part I provided a general overview of the web design environment. Now that we’ve covered the big concepts, it’s time to roll up our sleeves and start creating a real web page. It will be an extremely simple page, but even the most complicated pages are based on the principles described here.

In this chapter, we’ll create a web page step by step so you can get a feel for what it’s like to mark up a document with HTML tags. The exercises allow you to work along.

This is what I want you to get out of this chapter:

Get a feel for how markup works, including an understanding of elements and attributes.

See how browsers interpret HTML documents.

Learn the basic structure of an HTML document.

Get a first glimpse of a style sheet in action.

Don’t worry about learning the specific text elements or style sheet rules at this point; we’ll get to those in the following chapters. For now, just pay attention to the process, the overall structure of the document, and the new terminology.

Hope it helps you

Mark me brainlist please

Similar questions