Fourni par Blogger.
Affichage des articles dont le libellé est HTML TAGS. Afficher tous les articles
Affichage des articles dont le libellé est HTML TAGS. Afficher tous les articles

jeudi 15 septembre 2016

Basic stuff in Html and you'll definetly see all the time ..

As you can see , until now  we have seen a lot  of    < >    , these  are called tags and they are used  
to express  that it's an html tag , by that i mean  that things between  those signs will be as an order  and won't appear on the output ..

SO REMEMBER :   


  • TAGS are like  orders 
  • Most of the time  they come in pairs
  • Closed Tag come with  "/" inside 
  • Opened Tag is without ..
  • Example :         this is opened  tag :  <html>   
  • Example:          this is a closed tag : </html>
Now Open your Sublime Editor and open a new file  :  


  • Put in the <!DOCTYPE html>  Tag
  • put in  the html openning and closing Tag
  • Between the tags  write whatever you like..


Published: By: ERRAZKI - 06:51