how to make custom tag in html code example
Example: custom html tags
//HTML
<my-tag id="yourId" some-attr="someval"></my-tag>
//CSS
my-tag {
color: red;
}
//HTML
<my-tag id="yourId" some-attr="someval"></my-tag>
//CSS
my-tag {
color: red;
}