Web Page Layout nedir?

Web Page Layout nedir?

Layout can be described as arrangement, design, and layout plan. Based on this, web page layout can be accurately defined as the arrangement of a web page.

The web page layout is an essential part of creating well-structured, user-experience-focused, and semantically rich websites.

wordpress6.2_Banner.jpg

If you ask what this semantics is, in its most basic form, we can say it refers to more meaningful HTML tags. In the past, when creating a web page,

we would use the

tag, assign IDs/classes to them, and divide the page into sections. With the semantic elements that came with HTML5, these sections were directly transformed into tags.

For example, while adding a header to the top of the page, previously we would write

< div id=”header”>…< /div>

but now we simply write

< header>…< /header>

to include the code among the contents.

Some of these tags include header, footer, nav, section, article, aside, etc.

We can examine this information through Leo Panel;

When we first open the page, we generally encounter 2 columns.

Here, the blue section on the left corresponds to the area where the menu is located, meaning the