User:MintChocoChip/Creations/HTML/hello.html/code: Difference between revisions

Content deleted Content added
Created page with '<source lang="html4strict"> <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"> <title>Getting Started with HTML5</title> </head> <body> <h1>Hello Wo...'
 
m top: Replaced deprecated <source> tags with <syntaxhighlight>
 
(One intermediate revision by one other user not shown)
Line 1:
<sourcesyntaxhighlight lang="html4strict">
<!DOCTYPE HTML>
<html lang="en">
Line 11:
</body>
 
</html></sourcesyntaxhighlight>