What are different structural components of a
web page?Answer briefly.
Answers
Answered by
2
Answer:
web page have web browser Google Chrome
Answered by
3
- A piece of code that tells the browser what kind of information it’s getting, so that it can display your web page properly.
- All of your code must be between tags.
- Hold all the important behind-the-scenes information about your web page, like the title of your web page, and a links to a CSS stylesheets.
- Stuff between title tags doesn’t appear on the web page, but you’ll see it in search engine results and browser tabs.
- Everything that displays in the browser -- header, navigation, images, content -- goes between the body tags.
- All of your code must be between tags.
- Hold all the important behind-the-scenes information about your web page, like the title of your web page, and a links to a CSS stylesheets.
- Stuff between title tags doesn’t appear on the web page, but you’ll see it in search engine results and browser tabs.
- Everything that displays in the browser -- header, navigation, images, content -- goes between the body tags.
Similar questions