HTML (Hypertext Markup Language). This is the core tool that controls what a Web browser will display on the screen.
HTML elements are represented by tags
HTML tags label sections of content such as "heading", "paragraph", "table", etc.
The browser does not display HTML tags, but uses them to interpret the content of the web page
Web pages can be created and edited using HTML editors such as: Notepad, Notepad++, Dreamviewer, NetBeans, Sublime Text,...
Some Examples of Basic HTML Tags
You may not have learned these basic HTML tag examples before, but rest assured you will master them in the next lessons.
An HTML element is defined as follows: consisting of a start tag, the content between the opening and closing tags, and an end tag.
HTML attributes provide additional information about HTML elements.