martes, 27 de febrero de 2018

Natalia Parra Rodriguez

In this blog, we are going to expaling how to create a HTML web.
HTML It is a language for the creation of web pages and this one composed by the structure of the page and the functionality of the page. 

The basic characteristics of HTML are:
1. Every thing you writte is in tags (< >) that will give format (colour, side...) to the estructure. With that tags can be open (e.g. <body>) and close(e.g. </body>).
2.in HTML codes always starts whith <html>.
3.HTML have 3 main parts: 

  • The tittle: To open <tittle>; to close </tittle>.
  • The header: To open <head>; to close </head>.
  • The body: To open <body>; to close </body>.
4.If you want to put some colours, different letters, etc. you have to put <font> in the opening part. For example: 
<font colour="pink">  <attribute tag="value">
5.some examples of how this elements will be see from the inside of the computer:
<b>Blod text</b>  ----->   Blod text.
<i>Italic text</i>   -----> Italic text.