Computer Science, asked by namanverma56, 2 months ago

PROJECT WORK
Using Creativity
Ask the students to create an HTML document on the topic Attributes of the <audio> tag v/s
Attributes of <video> tag. The web page should contain two frames wherein one frame will
display the Attributes of the <audio> tag and the other Attributes of the <video> tag. Use the
unordered list to display the attributes in each frame.​

Answers

Answered by anshsharma99864
0

Answer:

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

Explanation:

A Web Page, Step by Step

You got a look at an HTML document in Chapter 2, but now you’ll get to create one yourself and play around with it in the browser. The demonstration in this chapter has five steps that cover the basics of page production.

Step 1: Start with content. As a starting point, we’ll write up raw text content and see what browsers do with it.

Step 2: Give the document structure. You’ll learn about HTML element syntax and the elements that give a document its structure.

Step 3: Identify text elements. You’ll describe the content using the appropriate text elements and learn about the proper way to use HTML.

Step 4: Add an image. By adding an image to the page, you’ll learn about attributes and empty elements.

Step 5: Change the page appearance with a style sheet. This exercise gives you a taste of formatting content with Cascading Style Sheets.

Similar questions