D's Stuffs Page

 

BasicHtmlCodes

Page history last edited by Anonymous 2 yrs ago

 

 

Basic HTML Codes

 

These are some basic codes for starting new HTML pages.

 

<html>-------indicates an HTML document.

All code must be between this and the </html> code.

 

 

<head>----------tags info not visible, such as the page name.

Title code goes between here and the </head> code.

 

 

<title>------------sets the page title, which is what goes up at the top of the screen right by the browser name.

end the title with </title>

 

<body>-----------------all of your visible page content goes between here and the </body> tag

 

Comments (0)

You don't have permission to comment on this page.