Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Create HTML Doc
FAQ
General Info
Required Tags
Tag Information
Required Tags
[notify admin to delete page]
337
Required Tags
Delete Section
Description
The required tags are: <HTML> <HEAD> <TITLE> <BODY> Most often the majority of your content goes in the body section. Below is an example of how the tags should be laid out, including their closing tags.
The required tags are: <HTML> <HEAD> <TITLE> <BODY> Most often the majority of your content goes in the body section. Below is an example of how the tags should be laid out, including their closing tags.
Code
<HTML> <HEAD> <TITLE>My Homepage</TITLE> </HEAD> <BODY> </BODY> </HTML>
<HTML> <HEAD> <TITLE>My Homepage</TITLE> </HEAD> <BODY> </BODY> </HTML>
Output
n/a
n/a
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements