{"id":20670053,"url":"https://github.com/arize99/popular-html-tags","last_synced_at":"2026-03-07T09:32:29.626Z","repository":{"id":231347933,"uuid":"781529557","full_name":"arize99/popular-html-tags","owner":"arize99","description":"This is a list of popular HTML tags and how they are used.","archived":false,"fork":false,"pushed_at":"2024-04-03T16:12:27.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T16:43:07.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/arize99.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}},"created_at":"2024-04-03T14:56:52.000Z","updated_at":"2024-04-03T14:56:52.000Z","dependencies_parsed_at":"2024-04-03T16:57:46.380Z","dependency_job_id":"84c2090f-437f-4c31-953b-c5c9cc08c675","html_url":"https://github.com/arize99/popular-html-tags","commit_stats":null,"previous_names":["arize99/popular-html-tags"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arize99/popular-html-tags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fpopular-html-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fpopular-html-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fpopular-html-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fpopular-html-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arize99","download_url":"https://codeload.github.com/arize99/popular-html-tags/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arize99%2Fpopular-html-tags/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T20:17:45.041Z","updated_at":"2026-03-07T09:32:29.584Z","avatar_url":"https://github.com/arize99.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\nBasic HTML\n\n\u0026lt;!DOCTYPE\u0026gt;:\t  Defines the document type\u003cbr/\u003e\n\u0026lt;HTML\u0026gt;:\t    \tDefines an HTML document\u003cbr/\u003e\n\u0026lt;head\u0026gt;:\t    \tContains metadata/information for the document\u003cbr/\u003e\n\u0026lt;title\u0026gt;:\t  \tDefines a title for the document\u003cbr/\u003e\n\u0026lt;body\u0026gt;:\t\t    Defines the document's body\u003cbr/\u003e\n\u0026lt;h1\u0026gt; to \u0026lt;h6\u0026gt;:\tDefines HTML headings\u003cbr/\u003e\n\u0026lt;p\u0026gt;:\t\t      Defines a paragraph\u003cbr/\u003e\n\u0026lt;br\u0026gt;:\t      \tInserts a single-line break\u003cbr/\u003e\n\u0026lt;hr\u0026gt;:\t      \tDefines a thematic change in the content\u003cbr/\u003e\n\u0026lt;!--...--\u0026gt;:  \tDefines a comment\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\nFormatting\n\u003cbr/\u003e\n\u0026lt;abbr\u0026gt;:      \tDefines an acronym\u003cbr/\u003e\n\u0026lt;abbr\u0026gt;:    \t\tDefines an abbreviation or an acronym\u003cbr/\u003e\n\u0026lt;address\u0026gt;:  \tDefines contact information for the author/owner of a document/article\u003cbr/\u003e\n\u0026lt;b\u0026gt;:      \t\tDefines bold text\u003cbr/\u003e\n\u0026lt;bdi\u0026gt;:    \t\tIsolates a part of the text that might be formatted in a different direction from other text outside it\u003cbr/\u003e\n\u0026lt;bdo\u0026gt;:    \t\tOverrides the current text direction\u003cbr/\u003e\n\u0026lt;blockquote\u0026gt;:\tDefines a section that is quoted from another source\u003cbr/\u003e\n\u0026lt;cite\u0026gt;:    \t\tDefines the title of a work\u003cbr/\u003e\n\u0026lt;code\u0026gt;:    \t\tDefines a piece of computer code\u003cbr/\u003e\n\u0026lt;del\u0026gt;:    \t\tDefines text that has been deleted from a document\u003cbr/\u003e\n\u0026lt;dfn\u0026gt;:    \t\tSpecifies a term that is going to be defined within the content\u003cbr/\u003e\n\u0026lt;em\u0026gt;:      \t\tDefines emphasized text \u003cbr/\u003e\n\u0026lt;i\u0026gt;:      \t\tDefines a part of text in an alternate voice or mood\u003cbr/\u003e\n\u0026lt;ins\u0026gt;:    \t\tDefines a text that has been inserted into a document\u003cbr/\u003e\n\u0026lt;kbd\u0026gt;:    \t\tDefines keyboard input\u003cbr/\u003e\n\u0026lt;mark\u0026gt;:    \t\tDefines marked/highlighted text\u003cbr/\u003e\n\u0026lt;meter\u0026gt;:  \t\tDefines a scalar measurement within a known range (a gauge)\u003cbr/\u003e\n\u0026lt;pre\u0026gt;:     \t\tDefines preformatted text\u003cbr/\u003e\n\u0026lt;progress\u0026gt;:  \tRepresents the progress of a task\u003cbr/\u003e\n\u0026lt;q\u0026gt;:      \t\tDefines a short quotation\u003cbr/\u003e\n\u0026lt;rp\u0026gt;:      \t\tDefines what to show in browsers that do not support ruby annotations\u003cbr/\u003e\n\u0026lt;rt\u0026gt;:      \t\tDefines an explanation/pronunciation of characters (for East Asian typography)\u003cbr/\u003e\n\u0026lt;ruby\u0026gt;:    \t\tDefines a ruby annotation (for East Asian typography)\u003cbr/\u003e\n\u0026lt;s\u0026gt;:      \t\tDefines text that is no longer correct\u003cbr/\u003e\n\u0026lt;samp\u0026gt;:    \t\tDefines sample output from a computer program\u003cbr/\u003e\n\u0026lt;small\u0026gt;:   \t\tDefines smaller text\u003cbr/\u003e\n\u0026lt;strong\u0026gt;:    \tDefines important text\u003cbr/\u003e\n\u0026lt;sub\u0026gt;:    \t\tDefines subscripted text\u003cbr/\u003e\n\u0026lt;sup\u0026gt;:    \t\tDefines superscripted text\u003cbr/\u003e\n\u0026lt;template\u0026gt;:  \tDefines a container for content that should be hidden when the page loads\u003cbr/\u003e\n\u0026lt;time\u0026gt;:    \t\tDefines a specific time (or DateTime)\u003cbr/\u003e\n\u0026lt;u\u0026gt;:      \t\tDefines some text that is unarticulated and styled differently from normal text\u003cbr/\u003e\n\u0026lt;var\u0026gt;:    \t\tDefines a variable\u003cbr/\u003e\n\u0026lt;wbr\u0026gt;:     \t\tDefines a possible line-break\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\nForms and Input\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;form\u0026gt;:    \t\tDefines an HTML form for user input\u003cbr/\u003e\n\u0026lt;input\u0026gt;:   \t\tDefines an input control\u003cbr/\u003e\n\u0026lt;textarea\u0026gt;:  \tDefines a multiline input control (text area)\u003cbr/\u003e\n\u0026lt;button\u0026gt;:    \tDefines a clickable button\u003cbr/\u003e\n\u0026lt;select\u0026gt;:    \tDefines a drop-down list\u003cbr/\u003e\n\u0026lt;outgroup\u0026gt;:  \tDefines a group of related options in a drop-down list\u003cbr/\u003e\n\u0026lt;option\u0026gt;:    \tDefines an option in a drop-down list\u003cbr/\u003e\n\u0026lt;label\u0026gt;:   \t\tDefines a label for an \u0026lt;input\u0026gt; element\u003cbr/\u003e\n\u0026lt;fieldset\u0026gt;:  \tGroups related elements in a form\u003cbr/\u003e\n\u0026lt;legend\u0026gt;:    \tDefines a caption for a \u0026lt;fieldset\u0026gt; element\u003cbr/\u003e\n\u0026lt;datalist\u0026gt;:  \tSpecifies a list of pre-defined options for input controls\u003cbr/\u003e\n\u0026lt;output\u0026gt;:    \tDefines the result of a calculation\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\nFrames\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;iframe\u0026gt;:    \tDefines an inline frame\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\nImages\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;img\u0026gt;:    \t\tDefines an image\u003cbr/\u003e\n\u0026lt;map\u0026gt;:    \t\tDefines a client-side image map\u003cbr/\u003e\n\u0026lt;area\u0026gt;:    \t\tDefines an area inside an image map\u003cbr/\u003e\n\u0026lt;canvas\u0026gt;:    \tUsed to draw graphics, on the fly, via scripting (usually JavaScript)\u003cbr/\u003e\n\u0026lt;figcaption\u0026gt;:\tDefines a caption for a \u0026lt;figure\u0026gt; element\u003cbr/\u003e\n\u0026lt;figure\u0026gt;:    \tSpecifies self-contained content\u003cbr/\u003e\n\u0026lt;picture\u0026gt;:   \tDefines a container for multiple image resources\u003cbr/\u003e\n\u0026lt;SVG\u0026gt;:    \t\tDefines a container for SVG graphics\u003cbr/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\nAudio / Video\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;audio\u0026gt;:   \t\tDefines sound content\u003cbr/\u003e\n\u0026lt;source\u0026gt;:    \tDefines multiple media resources for media elements (\u0026lt;video\u0026gt;, \u0026lt;audio\u0026gt; and \u0026lt;picture\u0026gt;)\u003cbr/\u003e\n\u0026lt;track\u0026gt;:  \t\tDefines text tracks for media elements (\u0026lt;video\u0026gt; and \u0026lt;audio\u0026gt;)\u003cbr/\u003e\n\u0026lt;video\u0026gt;:  \t\tDefines a video or movie\u003cbr/\u003e\n\n\u003cbr/\u003e\u003cbr/\u003e\nLinks\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;a\u0026gt;:      \t\tDefines a hyperlink\u003cbr/\u003e\n\u0026lt;link\u0026gt;:    \t\tDefines the relationship between a document and an external resource (most used to link to style sheets)\u003cbr/\u003e\n\u0026lt;nav\u0026gt;:    \t\tDefines navigation links\u003cbr/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\nLists\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;menu\u0026gt;:      \tDefines an alternative unordered \u003cbr/\u003e\n\u0026lt;ul\u0026gt;:      \t\tDefines an unordered list\u003cbr/\u003e\n\u0026lt;ol\u0026gt;:      \t\tDefines an ordered list\u003cbr/\u003e\n\u0026lt;li\u0026gt;:      \t\tDefines a list item\u003cbr/\u003e\n\u0026lt;dl\u0026gt;:      \t\tDefines a description list\u003cbr/\u003e\n\u0026lt;dt\u0026gt;:      \t\tDefines a term/name in a description list\u003cbr/\u003e\n\u0026lt;dd\u0026gt;:      \t\tDefines a description of a term/name in a description list\u003cbr/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\nTables\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;table\u0026gt;:   \t\tDefines a table\u003cbr/\u003e\n\u0026lt;caption\u0026gt;:  \tDefines a table caption\u003cbr/\u003e\n\u0026lt;th\u0026gt;:\t\t      Defines a header cell in a table\u003cbr/\u003e\n\u0026lt;tr\u0026gt;:    \t\t  Defines a row in a table\u003cbr/\u003e\n\u0026lt;td\u0026gt;:\t      \tDefines a cell in a table\u003cbr/\u003e\n\u0026lt;thead\u0026gt;:  \t\tGroups the header content in a table\u003cbr/\u003e\n\u0026lt;tbody\u0026gt;:  \t\tGroups the body content in a table\u003cbr/\u003e\n\u0026lt;tfoot\u0026gt;:    \tGroups the footer content in a table\u003cbr/\u003e\n\u0026lt;col\u0026gt;:    \t\tSpecifies column properties for each column within a \u0026lt;colgroup\u0026gt; element\u003cbr/\u003e\n\u0026lt;colgroup\u0026gt;:  \tSpecifies a group of one or more columns in a table for formatting\u003cbr/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\n\nStyles and Semantics\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;style\u0026gt;:  \t\tDefines style information for a document\u003cbr/\u003e\n\u0026lt;div\u0026gt;:    \t\tDefines a section in a document\u003cbr/\u003e\n\u0026lt;span\u0026gt;:    \t\tDefines a section in a document\u003cbr/\u003e\n\u0026lt;header\u0026gt;:    \tDefines a header for a document or section\u003cbr/\u003e\n\u0026lt;hgroup\u0026gt;:    \tDefines a header and related content\u003cbr/\u003e\n\u0026lt;footer\u0026gt;:    \tDefines a footer for a document or section\u003cbr/\u003e\n\u0026lt;main\u0026gt;:    \t\tSpecifies the main content of a document\u003cbr/\u003e\n\u0026lt;section\u0026gt;:  \tDefines a section in a document\u003cbr/\u003e\n\u0026lt;search\u0026gt;:    \tDefines a search section\u003cbr/\u003e\n\u0026lt;article\u0026gt;:   \tDefines an article\u003cbr/\u003e\n\u0026lt;aside\u0026gt;:  \t\tDefines content aside from the page content\u003cbr/\u003e\n\u0026lt;details\u0026gt;:  \tDefines additional details that the user can view or hide\u003cbr/\u003e\n\u0026lt;dialog\u0026gt;:    \tDefines a dialog box or window\u003cbr/\u003e\n\u0026lt;summary\u0026gt;:  \tDefines a visible heading for a \u0026lt;details\u0026gt; element\u003cbr/\u003e\n\u0026lt;data\u0026gt;:    \t\tAdds a machine-readable translation of a given content\u003cbr/\u003e\n\n\u003cbr/\u003e\u003cbr/\u003e\nMeta Info\u003cbr/\u003e\n\u003cbr/\u003e\n\u0026lt;head\u0026gt;:    \t\tDefines information about the document\u003cbr/\u003e\n\u0026lt;meta\u0026gt;:    \t\tDefines metadata about an HTML document\u003cbr/\u003e\n\u0026lt;base\u0026gt;:    \t\tSpecifies the base URL/target for all relative URLs in a document\u003cbr/\u003e\n\nProgramming\n\n\u0026lt;script\u0026gt;:    \tDefines a client-side script\n\u0026lt;noscript\u0026gt;:  \tDefines alternate content for users that do not support client-side scripts\n\u0026lt;embed\u0026gt;:  \t\tDefines a container for an external (non-HTML) application\n\u0026lt;object\u0026gt;:    \tDefines an embedded object\n\u0026lt;param\u0026gt;:  \t\tDefines a parameter for an object\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farize99%2Fpopular-html-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farize99%2Fpopular-html-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farize99%2Fpopular-html-tags/lists"}