Custom HTML Tags and Attributes

·

1 min read

Making Custom HTML Tags

※ I checked Chrome, Edge, and Firefox and it worked.

For example, we can make "<asdf>Hello!</asdf>".

The tag can be used in CSS and JavaScript.

Making Custom HTML Attributes

※ I checked Chrome, Edge, and Firefox and it worked.

For example, we can make "<p asdf="hello">Hello!</p>".

The attribute can be used in CSS and JavaScript.