Self learning

Introduction What is HTML Programming Language?

HTML (Hypertext Markup Language). This is the core tool that controls what a Web browser will display on the screen.

Main Elements of HTML

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

Understanding HTML Editors

Web pages can be created and edited using HTML editors such as: Notepad, Notepad++, Dreamviewer, NetBeans, Sublime Text,...

Some Examples of Basic HTML Tags

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.

Elements In HTML

An HTML element is defined as follows: consisting of a start tag, the content between the opening and closing tags, and an end tag.

Attributes In HTML

HTML attributes provide additional information about HTML elements.