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>.
<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.
No hay comentarios:
Publicar un comentario