The structure of a HTML document does not allow to insert all type of tags in all conditions.
For example, the structure of the HTML document contains some mandatory tags that are inserted in a defined order.
![]() | <html><head> <body>... body of document ...</body> |
![]() | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
Move the HTML element into the right section.