Difference between revisions of "Template:Standard HTML"
From Aino Wiki
(Created page with "==HTML5== ===Pagina di esempio=== <syntaxhighlight lang="html5"> <!DOCTYPE html> <html lang="it" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ciao Mondo!</title>...") |
(No difference)
|
Latest revision as of 18:57, 16 June 2016
HTML5
Pagina di esempio
<!DOCTYPE html> <html lang="it" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ciao Mondo!</title> <script type="text/javascript"></script> <style type="text/css"></style> <link href="StileDellaPagina.css" rel="stylesheet"> </head> <meta http-equiv="Content-Type" content="text/html; charset="utf-8" /> <body style="background-color: #000000; margin:0; padding: 0;" marginwidth="0" marginheight="0"> <h1>Ciao Mondo!</h1> <p>Questa è la nostra prima pagina HTML!</p> <div style="width: 100%; text-align: center;"> Sezione in un DIV </div> </body> </html>
Mappa e Link
Parole chiave: