-6

I would like to know if it's possible to do that?

<turning>
  <complete />
  <complete />
</turing>

Thank you

j08691
  • 204,283
  • 31
  • 260
  • 272
DigitalDisaster
  • 467
  • 3
  • 10
  • 25

1 Answers1

-2

Yes and No.

In order to create custom HTML elements, you must use the Custom Elements API. This is only supported in Chrome 54+, and Safari 10.1+. Edge, and Firefox are still working on the feature.

Austen Holland
  • 1,828
  • 1
  • 15
  • 24