03/08/2012

HTML - Estrutura básica

<!DOCTYPE html>
<html>
    <head>
        <meta charset='utf-8'/>
        <meta name='description' content='Descrição'/>
        <meta name='keywords' content='palavras, chaves'/>
        <link href='default.css' rel='stylesheet' type='text/css'/>
        <link href='favicon.png' rel='shortcut icon' type='image/png'/>
        <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
        <script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js'></script>        
    </head>
    <body></body>
</html>

Nenhum comentário:

Postar um comentário