You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html>
<html>
body
p Indenting the body tag here would make no difference.
<p>HTML itself isn't whitespace-sensitive.</p>
ul
li Item A
li Item B
li Item C
<ul>
<li>Item A</li>
li Item B
<li>Item C</li>
</ul>
</html>
Should become this
doctype html
html
body
p Indenting the body tag here would make no difference.
p HTML itself isn't whitespace-sensitive.
ul
li Item A
li Item B
li Item C
ul
li Item A
li Item B
li Item C
The text was updated successfully, but these errors were encountered:
@Shinigami92 it may be tricky for me to do so right now, as I've got a lot of stuff to tackle at work, and this isn't something we need since we don't mix the two
This
Should become this
The text was updated successfully, but these errors were encountered: