2
In what actual situation or when will it be necessary to use the contentEditable global attribute, by the html element, since this is a root element and editing it would be the same as modifying, inserting or deleting the sheet elements? Example:
<html contentEditable="true">
...
</html>
Thank you!