<!DOCTYPE html> <html> <head> <title> Hello World </title> <script type="text/javascript"> </script> <style> h1 { text-align: center; } </style> </head> <body> <h1> Hello World! </h1> <p> This is a test page </p> </body> </html>
Nyekrip » Skrip » HTML » Skrip HTML » Skrip HTML dengan indentasi
<!DOCTYPE html> <html> <head> <title> Hello World </title> <script type="text/javascript"> </script> <style> h1 { text-align: center; } </style> </head> <body> <h1> Hello World! </h1> <p> This is a test page </p> </body> </html>