0

I have seen a special tag <oU0003Ap> </oU0003Ap>.

special tag

enter image description here

Which tag in html is ?

showkey
  • 482
  • 42
  • 140
  • 295
  • 1
    That looks like HTML that has been mangled in sequence by Microsoft Word, Calibre and whatever was used to make it show up in that site. Also please note that it isn't actual HTML source but just HTML tags inserted as text into a partial HTML document. – Álvaro González Aug 05 '18 at 09:55

1 Answers1

1

It should be Unicode.

U+003A is the colon (:)

So <oU0003Ap> should be <o:p> like in What do <o:p> elements do anyway?

Andie2302
  • 4,825
  • 4
  • 24
  • 43