https://github.com/punitkatiyar/html-master-guide
Hyper Text Markup Language ( extension : .html or .htm ) . it can contain the data in the form of Tag and Tag addition property can be added using Attribute. π #htmlmasterguide
https://github.com/punitkatiyar/html-master-guide
canvas html html5 localstorage plugins sessionstorage
Last synced: 9 months ago
JSON representation
Hyper Text Markup Language ( extension : .html or .htm ) . it can contain the data in the form of Tag and Tag addition property can be added using Attribute. π #htmlmasterguide
- Host: GitHub
- URL: https://github.com/punitkatiyar/html-master-guide
- Owner: punitkatiyar
- Created: 2019-11-04T05:23:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T10:50:37.000Z (10 months ago)
- Last Synced: 2025-03-26T11:39:22.296Z (10 months ago)
- Topics: canvas, html, html5, localstorage, plugins, sessionstorage
- Language: HTML
- Homepage: https://punitkatiyar.github.io/html-master-guide/
- Size: 272 KB
- Stars: 42
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Master Guide
**HTML (HyperText Markup Language) is the standard language used to create and design webpages. It structures web content using tags and elements**
## Key Features of HTML:
β
Markup Language β It structures content using tags .
β
Not a Programming Language β It doesnβt have logic like JavaScript; it just organizes content.
β
Works with CSS & JavaScript β CSS styles the page, and JavaScript makes it interactive.
β
Platform-Independent β Works on all browsers and devices.
## HTML Tag
An HTML tag is a piece of code used to define the structure and content of a webpage in HyperText Markup Language (HTML). Tags are enclosed in angle brackets (<>) and usually come in pairs:
- An opening tag (e.g., < p >)
- A closing tag (e.g., < /p >)
## HTML Element
**Elements are the building blocks of web pages. They define the structure and content of a webpage**
- An opening tag
- The content inside the tag (if applicable)
- A closing tag (if required)
## HTML5 structure or Template
```
tech unit book
```
> https://bgjar.com/