Definition of HTML : HyperText Markup Language
During a session with our tutor, he taught us how to properly run our site using code, and he also taught us several banners :
- We learnt The Body : <body>
- the Banners For the Links and the photos : <img>,<a>
- the headers : <head>
- the paragraph : <h1>,<p>
- the title : <title>
- all things related to arrays and spaces : <table>, <td>, <tr>
- For training : HTML Tutorial (w3schools.com)