An open API service indexing awesome lists of open source software.

https://github.com/shreyasgarodi/html-programs

Html beginner level
https://github.com/shreyasgarodi/html-programs

html html-css html-css-javascript html-css-js html5 html5-canvas html5-canvas-animation html5-game

Last synced: 5 months ago
JSON representation

Html beginner level

Awesome Lists containing this project

README

          

# *HTML-PROGRAMS*



# *What is HTML?*
> *```HTML``` stands for ```Hyper Text Markup Language```*

*HTML is the standard markup language for creating Web pages...
HTML describes the structure of a Web page...
HTML consists of a series of elements..
HTML elements tell the browser how to display the content
HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.*

*HTML is the standard markup language for creating Web pages.*

*The purpose of a ```web browser``` (Chrome, Edge, Firefox, Safari) is to read HTML documents and display them correctly.*

*A browser does not display the HTML tags, but uses them to determine how to display the document*