Welcome to ExiaMS!

Click here to register!

If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
HTML Elements; Introduction to HTML
Topic Started: Oct 5 2008, 05:27 PM (35 Views)
Posted ImageExia
Member Avatar
Administrator
HTML Elements

HTML consists of 3 main things:
  • <h1>: Opening heading tag
  • Heading Content
  • </h1>: Closing heading tag
  • <h1>Welcome to Exia Networks</h1>
and of course the basics:
  • html
  • head
  • body
Lets get started, shall we? :)
To start it, lets use this element:
Code:
 
<html>
</html>
Then we'll add our head, the head should always go in between html:
Code:
 
<html>
<head>
</head>
</html>
Explanation: Anything between the head will not be displayed on the web page.

Now let's add a title:
Code:
 
<html>
<head>
<title>Exia Networks Title</title>
</head>
</html>

Next, we'll do the body:
Code:
 
<html>
<head>
<title>Exia Networks Title</title>
<body>
This is the content that will show up on your webpage!
</body>
</head>
</html>
That's pretty much the most basic website there is :) I'll go into styling text and what not later on.
Offline Profile Quote Post Goto Top
 
Mel
Member Avatar

o-o...
HTMLFail ]:
They have buttons you click for that now [: <3
& generators. D: <3
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Archive · Next Topic »
Add Reply

Theme by Sith, recolored by Veaux of Outline