Swap HTML Tag type on the right click

Hey all!

Here’s a handy HTML tags tip: You can easily swap them by right-clicking on the tag you want to change. For example, if you have a parent <div> element with several child elements, like so:

Screen Shot 2023-05-18 at 21.45.00

and you realize it should be a <link> instead, simply right-click on the <link> tag in the tags panel.

Screen Shot 2023-05-18 at 21.55.24

This technique works for converting any type of tag to another.

Hope that helps!

3 Likes

I know this is super old, but are any further DOM elements coming to the platform?

Specifically thinking of:

<article>
<aside>
<header>
<footer>

But I’m sure there are some more :slight_smile:

Hi, yes!

You can find them with search (CTRL + E or K), but they don’t have an icon yet. :slight_smile:

image

1 Like

Oh snap, thanks @Pakic!!