Bruh, you may Think you know HTML, but there’s so many helpful tags half of devs don’t give a shit about:<mark>Highlighted text</mark>
Highlighted text<s>Strikethrough</s>(Still I use Alt + Shift + 5)Strikethrough<abbr title="HyperText Markup Language">HTML</abbr>
HTML<button popovertarget="my-popover">Open</button>
<div popover="" id="my-popover">WHAAAAAAAAAAA…….</div>
WHAAAAAAAAAAA…….
<button onclick="myDialog.showModal()">Open the dialog</button>
<dialog id="myDialog">
<p>Hello!</p>
<button onclick="myDialog.close()">Close</button>
</dialog>
<meter id="meter" value="0.6">60% (barely)</meter><progress id="progress" value="70" max="100">70% (almost there)</progress>Date of writing: 2025-06-06