Para quem desejar fazer um teste numa página web.
Esta página serve para se poder fazer um teste de HTML e não se sabe construir a estrutura básica.
Página XHTML 1.0 Strict com uma estrutura simples, que inclui:
- Bloco para CSS
- Carregamento de jQuery v1.8.3
- Bloco para Javascript
Para copiar o código clicar no ícone abaixo
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Test Page</title> <style type="text/css"> * { margin: 0; padding: 0;} </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> <script type="text/javascript"> $(function(){ // Do stuff. }); </script> </head> <body> </body> </html>
Download do ficheiro;
Download
0 comentários :
Enviar um comentário