Build a website in HTML?
Hello,
I'm a beginner in HTML. My question:
How should a website be structured in principle?
Can one basically follow the following scheme?
In the <header> there is e.g.
- one or more heading elements (<h1> – <h6>)
- logo or icon
- authorship information
…
This depends on the type of website, i.e. the purpose of the website. Then you can choose from different HTML elements to shape them.
I would say, often there is a website consisting of headings, text areas, navigation menus, graphics, etc., input forms and other input elements.
So, not every website is of the same structure (if you look away from the HTML5 basic structure (the DOM), which a user does not visually perceive).
When designing websites you are relatively free. There should be a recognisable system for users and search engines to find out on the site, but building all websites according to the same scheme is bullshit. First of all, the structure must fit into the content.
For example, the navigation can also be in the header whether you need a sidebar (aside), and whether the left or right is, for example, all the decisions you can make.
The sections can also be packed into a main, but you don’t have to. You don’t have to use sections, theoretically enough divs. Is a bit more clear with the right tags and may also help the search engines.
You can press the Shift button, the 1 (Retrieval) button and Enter simultaneously to insert a basic framework.
But only in VSCode
Thanks, however, here is not a