html-tag-ranking.html
HTML document, ASCII text, with very long lines (714)
1<!DOCTYPE html> 2<html lang="en-us" prefix="og: https://ogp.me/ns# article: http://ogp.me/ns/article# profile: https://ogp.me/ns/profile#"> 3 4<head> 5 6 7<meta charset="UTF-8" /> 8<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 9<title>My HTML Tag Ranking - S0G</title> 10<link rel="stylesheet" href="/src/global.css" /> 11<meta property="og:locale" content="en_US" /> 12<meta property="og:site_name" content="Steve0Greatness" /> 13<meta property="og:image" content="/OG-Image.png" /> 14 15<link rel="stylesheet" href="/src/code-blocks.css" /> 16<link rel="stylesheet" href="/src/blog.css" /> 17<link rel="alternate" href="/blog/html-tag-ranking.txt" type="text/plain" title="Post source" /> 18<meta property="og:title" content="My HTML Tag Ranking" /> 19<meta property="og:type" content="article" /> 20<meta property="article:published_time" content="2024-02-14T00:00:00Z" /> 21<meta property="article:author" content"https://steve0greatness.github.io" /> 22<meta property="article:modified_time" content="2024-02-21T00:00:00Z" /> 23<meta property="profile:first_name" content="Steve0Greatness" /> 24<meta property="profile:username" content="Steve0Greatness" /> 25<meta property="profile:gender" content="male" /> 26<meta property="og:url" content="https://steve0greatness.github.io/blog/html-tag-ranking.html" /> 27 28</head> 29 30<body> 31<header> 32<h2><a href="/"><img src="/SteveLogo.webp" height="35" width="215" alt="Steve0Greatness" /></a></h2> 33<nav> 34<a href="/blog">Blog</a> 35<a href="/list/link-tree.html">Link Tree</a> 36</nav> 37</header> 38 39<nav aria-label="breadcrumbs" aria-roledescription="Site breadcrumb"> 40<ol class="breadcrumbs"> 41 42<li> 43<a href="/">Index</a> 44</li> 45 46<li > 47<a 48 49href="/blog" 50>Blog Index</a> 51</li> 52 53<li > 54<a 55aria-current="location" 56href="/blog/html-tag-ranking.html" 57>My HTML Tag Ranking</a> 58</li> 59 60 61</ol> 62</nav> 63<main> 64<h1>My HTML Tag Ranking</h1> 65<article> 66<header> 67<div role="toolbar" class="toolbar"> 68<strong>Share</strong> 69<a href="https://toot.kytta.dev/?text=Take a look at this article by @S0G@mastodon.social: https://steve0greatness.github.io/blog/html-tag-ranking.html" title="Share to Mastodon"> 70<img src="/toot-kytta-dev-icon.png" width="16" height="16" aria-hidden="true" title="Share to Mastodon" /> 71</a> 72<a href="/blog/html-tag-ranking.html" title="Direct link"> 73<img src="/link-icon.png" width="16" height="16" aria-hidden="true" title="Direct link" /> 74</a> 75<a href="/blog/html-tag-ranking.txt" title="Markdown source"> 76<img src="/md-src.png" width="16" height="16" aria-hidden="true" /> 77</a> 78</div> 79<div class="time-stamps"> 80<time datetime="2024-02-14T00:00:00-08:00">2024 Feb 14 PST</time> 81- <span aria-hidden="true" style="font-style:italic">Revision as of: </span> <time datetime="2024-02-21T00:00:00-08:00" aria-label="Revision">2024 Feb 21 PST</time> 82 83</div> 84</header> 85<p>I like HTML. I recently found a video of <a href="t3.gg">Theo</a> ranking HTML tags with a tierlist, the video is available on YouTube(<a href="https://youtu.be/EtYtYnhxeNc">URL</a>), and the tierlist is on TierMaker(<a href="https://tiermaker.com/create/html-elements-16095055">URL</a>). Without further ado, here is how I ranked all* HTML elements.</p> 86 87<p><img src="/blog-files/HTML_tierlist.png" style="width: 97%; height: auto" alt="S: h1, html, ul, link, details, summary, form, title, kbd, a, main, p, b, head, body, img, meta, br, footer, label, input; A: track, blockquote, q, h2, h3, hr svg, tfoot, i, u, textarea, style, code, tbody, optgroup, th, tr, option, select, pre, datalist, s, nav, td, em, iframe, embed, video, dialog, button, mark, ol, noscript, table, article, header, col, field, figcaption, samp, thead, area, colgroup; B: sup, progress, sub, h4, cite, strong, strike, picture, audio, h5, source, h6, canvas, abbr, script, caption; C: figure, math, wbr, hgroup, section, div, small, center, span, template; D: data, object, slot, marquee" /></p> 88 89</article> 90</main> 91<footer> 92<div class="footer-link-list-holder" role="group"> 93<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span> 94<ol class="footer-link-list" aria-labelledby="footer-label-site-details"> 95<li><a href="/list/website-sources-mirrors.html">Source Code and Mirrors</a></li> 96<li><a href="https://steve0greatness.github.io/extras">Extras</a></li> 97</ol> 98</div> 99<div class="footer-link-list-holder" role="group"> 100<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span> 101<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts"> 102<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li> 103<li><a href="https://youtube.com/@s0g">YouTube</a></li> 104<li><a href="/list/link-tree.html">More...</a></li> 105</ol> 106</div> 107</footer> 108</body> 109 110</html>