LEGACY 🟡🔴🟡 | Home | Blog | About | LOGIN DISABLED  
Reference ID: 18 | Category: N/A
Unloved HTML

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>

Hello!



<meter id="meter" value="0.6">60% (barely)</meter>
60% (barely)

<progress id="progress" value="70" max="100">70% (almost there)</progress>
70% (almost there)

Date of writing: 2025-06-06




Comments section
Posts are stored on there server they are sent to; Comments will not be viewable if you are connected to a different server.





Comments


No comments yet.