109k views
5 votes
Write a code for webpage structure using html​

1 Answer

4 votes

Answer:

header: <header>.

navigation bar: <navigation>.

main content: <main>, with various content subsections represented by <article>, <section>, and <div> elements.

sidebar: <aside>; often placed inside <main>.

footer: <footer>.

User Clintgh
by
8.1k points