|
|
|
|
|
by skgough
696 days ago
|
|
I agree with you, but for shits and giggles, to modify this to be evangelist compliant, you could write this instead: <body style="background: url('animals.jpg')">
<div style="text-align: center">
Which isn't much more complicated, and makes it clearer what's going on. I wonder if there is a transpiler like Elm that could take a single file written in a simplified language and gave you an HTML5 compliant webpage? You could argue that all the XML-but-not-actually-XML crap in HTML (angle brackets, closing tags, escaping special characters with HTML entities...) is also an impediment to beginners. |
|
Hard disagree on both points.