← Home

Tag: html

Custom tags to get over divitius

@date=2023-08-03
@tags=html

(note: update at end as there some issues with method)

Very often html looks like a soup of divs in projects

<div class="item">
    <div class="name">Toothpaste</div>
    <div class="description">Used to clean teeth</div>
    <div class="price">$20</div>
    <div class="actions"><button>add to cart</div>...

READ MORE (458 words, 4 minutes)