{"id":27163494,"url":"https://github.com/punitkatiyar/html-master-guide","last_synced_at":"2025-04-09T01:49:20.197Z","repository":{"id":155958120,"uuid":"219423519","full_name":"punitkatiyar/html-master-guide","owner":"punitkatiyar","description":" 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","archived":false,"fork":false,"pushed_at":"2025-03-26T10:50:37.000Z","size":279,"stargazers_count":42,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T11:39:22.296Z","etag":null,"topics":["canvas","html","html5","localstorage","plugins","sessionstorage"],"latest_commit_sha":null,"homepage":"https://punitkatiyar.github.io/html-master-guide/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/punitkatiyar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-04T05:23:03.000Z","updated_at":"2025-03-26T10:50:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c239f059-6e20-4518-85e9-9d28066df0bf","html_url":"https://github.com/punitkatiyar/html-master-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fhtml-master-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fhtml-master-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fhtml-master-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fhtml-master-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punitkatiyar","download_url":"https://codeload.github.com/punitkatiyar/html-master-guide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247959662,"owners_count":21024837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["canvas","html","html5","localstorage","plugins","sessionstorage"],"created_at":"2025-04-09T01:49:19.564Z","updated_at":"2025-04-09T01:49:20.176Z","avatar_url":"https://github.com/punitkatiyar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML Master Guide \n\n**HTML (HyperText Markup Language) is the standard language used to create and design webpages. It structures web content using tags and elements**\n\n\n## Key Features of HTML:\n\n✅ Markup Language – It structures content using tags .\n\n✅ Not a Programming Language – It doesn’t have logic like JavaScript; it just organizes content.\n\n✅ Works with CSS \u0026 JavaScript – CSS styles the page, and JavaScript makes it interactive.\n\n✅ Platform-Independent – Works on all browsers and devices.\n\n## HTML Tag\n\nAn 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 (\u003c\u003e) and usually come in pairs:\n\n- An opening tag (e.g., \u003c p \u003e)\n\n- A closing tag (e.g., \u003c /p \u003e)\n\n## HTML Element\n\n**Elements are the building blocks of web pages. They define the structure and content of a webpage**\n\n- An opening tag\n\n- The content inside the tag (if applicable)\n\n- A closing tag (if required)\n\n## HTML5 structure or Template\n\n```\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003etech unit book\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n\u003chr\u003e\n\n\u003e https://bgjar.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitkatiyar%2Fhtml-master-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunitkatiyar%2Fhtml-master-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitkatiyar%2Fhtml-master-guide/lists"}