Computer Science, asked by tanisharana158, 7 months ago

Write the step to save the web page (in Maximum 5 to 6 points)

Answers

Answered by Anonymous
0

Answer:

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.

Answered by asrasayed7
1

(1) Open the webpage that you want to save. Any web browser can quickly save the webpage that you are currently visiting. You will then be able to open this webpage at any time, even if you're offline.

(2)Open the "Save page as" window. All browsers have the ability to save a webpage, along with all of the media on it. You can quickly open this window by pressing Ctrl/⌘ Cmd+S

(3)Give the saved page a name. By default, the file will be named the same as the title of the page.

(4) Select a location to save the page. After saving, you'll find the page's HTML file here, as well as a folder containing all of the media from the page if you choose to save the complete page.

(5) Select whether you want the complete page or just the HTML. In the "Save as type" menu, you can choose between "Webpage, Complete" or "Webpage, HTML Only". Saving the complete page will download all of the media on the page into a separate folder. This will allow you to see the pictures if you're offline

(6) Open the saved webpage. You'll find an HTML file in the location that you specified. Double-clicking it will open the saved page in your default web browser, even if you're offline.

hope it helps you

please mark this answer as the brainliest

Similar questions