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
- Host: GitHub
- URL: https://github.com/shreyasgarodi/html-programs
- Owner: Shreyasgarodi
- Created: 2022-10-24T14:59:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T15:08:07.000Z (about 3 years ago)
- Last Synced: 2025-01-25T04:36:53.849Z (10 months ago)
- Topics: html, html-css, html-css-javascript, html-css-js, html5, html5-canvas, html5-canvas-animation, html5-game
- Language: HTML
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*