Edit HTML
The feature allows you to edit your html directly. This allows you to do very specific edits of the code without using the official editor.
Before
<html>
<body>
<p>This is sample HTML</p>
<body>
</html>
After
<html>
<body>
<p>I changed this<br>And This!</p>
<body>
</html>
Note: This feature is for more advanced users