Adv

‘structure’ címkét tartalmazó cikkek

Hungarian Version!

Examine the new structural build up of the HTML5 from a little bit closer. The picture beneath can demonstrate well what exactly has changed.

html4 and html5 page structure

HTML4 & HTML5

HTML5 brings a cleaner maybe simplier structure with itself. Let’s see every single elements how they are works:

<header> Heading/header element. Overall they put the heading’s section here.(h1-h6 vagy hgroup)

<nav> The more important navigation elements of the page can get place here.(links to other sites)

<article> The “article” is just as its name implies, a separate section with content.

<section> This represents the content of each of the chapters.

<aside> Represents a sidebar (box) that the content is not necessarily linked to but it’s still an integral part of it.

<footer> Typically it shows the connection informations or the informations relating to the specific section. Tovább olvasom »