HTML is a markup language.
HTML stands for HyperText Markup Language.
HTML is a language for making a structure of a website. It is used for making a base or basic structure of the website. HTML is a collection of HTML elements.
What Is HTML Element?
An HTML element is a collection of its start tag, attributes, and an end tag. Technically, HTML elements are the collections of a start tag, its attributes, an end tag, and everything in between.
HTML Attributes
HTML attributes are some special words used inside the opening tag to control the element's behavior. HTML attributes are a modifier of an HTML element type.
Some Text Editors for writing HTML code
There are many code editors for writing HTML code. Notepad++, Brackets, Sublime Text3 are the most common code editor.
To learn more about Html see the video....