HTML LANGUAGE

HEY TECVHNOLOGY
NOW IM GOING TO INTRODUCE MY NEW TOPIC.

                  THE HTML LANGUAGE!!!!!


Resultado de imagen de html language


1ºFirst im going to start with the usual imformation about it.


  • HTML is the language we use to build web pages. By conventuion, files in HTML format use the extension know as: .htm or .html.
The basic characteristics of HTML are:

  1. HTML is written with tags inside angle brackets that are these symbols(<>). the tags can be opening(e.g. <body>) or closing (e.g. <body>); the difference between them is that closing tags have a slash(/).
  2. HTML code is always starts with the opening tag <html> and ends with the closing tag </html>.

 HTML documents have two main parts:



  • The header between the <head> and </head> tags, which is a statement at the top of the documents, like a title.

  • The body between the <body> and </body> tags, which is the content of the page.

Tags are completed by atributes which are parameters that indicate the properties of behaviour of the tag; they are always found in the popening tag and their value is always inside quotation mark

All the HTML elements are composed of two tags, there is one opening and one closing.

There are two examples below that show how the elements will look once they are interpreted by a browser:


                       ELEMENT                        Looks like this in the browser
                     
                   <b> Bold text </b>                             BOLD TEXT

                      <i>Italic text</i>                                 Italic text





This is a photo that I did in the blog for you to see how the HTML words are:






Comentarios