Many of you have probably heard of it, HTML is a semantic language that allows you to structure and display data on a web page. The structure and type of tags you use will influence the output on your browser. These files are usually retrieved by your server, however, you can also easily emulate them locally on your browser. For more style and to develop your graphic charter, it is combined with CSS.
Additional resources: OpenClassrooms | CodeAcademy | Wikipédia
Prerequisites
No pre-requisites are necessary. Read more about it if you need to, after a while you will be familiar with the concept.
Sample HTML 5 file
Learn about the typical tags used in HTML 5 and its overall structure. This is of course a raw file that can integrate more libraries (CSS, JS, jQuery, PHP, …).
Content
Content
An advantage for the SEO
When conceptualising and writing the content of your project, first think about zoning your elements. These will be transcribed by the <“nav”>, the <“sections”> and the <“articles”> You will then be able to more easily develop your sub-parts, hierarchise your text (<“h1”> , <“p”>, …) and incorporate your external links (<“a” href=”#”>).
The intuitive philosophy of writing must be translated semantically. You have to keep to structure and main keywords in mind, so that you can optimise your natural/organic SEO.
Google’s algorithms (robots) are extremely complex and are sometimes complicated to interpret. However, as a WW3C partner who advises this type of structure, you can be sure to boost your score over some of your competitors.
The Sure Oak web service will give you a first impression of the essential SEO points to keep in mind. The WW3C validator will also give you more information. However, if you don’t cover all the criteria listed with a perfect HTML semantic, there are fortunately other important parameters as well to improve your ranking such as: traffic, page indexing, backlinks, server speed, social networks or even a “clever” addition of your main keywords.