What is HTML?
HTML or Hypertext Markup Language is the language used to structure a Webpage and it’s contents.
What is HTML used for?
HTML is broadly used on the construction of websites, since it has all it’s commands, instructions, styling, …, are the same, so all browsers are able to read them.
Why are we learning HTML?
Since all DAAP’s are web-based and need to be interactive, knowing the basis of webpage development is almost a “must”.
What is an HTML tag?
An HTML tag is used to define what is going to be shown:
What is the structure of an HTML tag?
In a HTML tag, we have an opening <>, “Content”, and then we close it </>.
The only exception to this rule is in the <img>, where we only need to open it - this are also called Empty Elements.
What is an attribute?
Attributes are extra information that are previously programmed and can be called upon an element. They are composed by 2 sections, “Class” and “Value”, always joined by the character “=”
What is the anatomy of an HTML document?
An HTML document is composed by 2 main sections: