What is HTML?
What is HTML used for?
Why are we learning HTML?
What is an HTML tag?
What is the structure of an HTML tag?
What is an attribute?
What is the anatomy of an HTML document?
1.HTML means hypertext makeup language.
2. HTML is used to structure a web page and its contents.
3. At fundamental level, learning HTML will enable us to create website and design website. It is a highly useful skill to own. When it comes to small contract, we can use HTML to create easy communications among all stakeholders.
4. A HTML Tag is used for creating an element. It is a HTML code that defines every structure on a HTML page.
5. HTML tags begin with the less-than (<) character and end with greater-than (>). These symbols are also called âangle brackets.â For Example, for a paragraph element, it can be shown as
The Universe is amazing
6. An attribute extends a tag, changing its behaviour or providing metadata. An attribute contains extra information about the element which you donât want to show in the actual content.
7.
the doctype
html element-all the contents on the entire page, also called root element
head element-A container for all the contents which you donât want viewers to see
body element-all the information which you want the website viewers to see
meta charset=âutf-8â-Trigger the usage of UTF-8 which almost enable all the textual message you need to put on the site
title-title of your age