Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 02-16-2003, 02:36 PM   #1 (permalink)
MiLady Mirlyn
lady gamer
 
MiLady Mirlyn's Avatar
 
Join Date: May 2002
Location: Right behind you...
Posts: 92
MiLady Mirlyn is on a distinguished road
Making a basic page in HTML

To make a basic page in HTML, here are the main "tags" you will use:

html = lets the browser know the page is written in html
head = this contains information about the document
title = puts the name of the page in the header of the browser window
body = this is the bulk of your page

One thing to remember is that most tags need opening and closing tags so the browser knows when to start a command and when to stop it. So, it's a good idea to always use closing tags to get into the habit.

An opening tag is written inside brackets <tag> and closing tags are written inside brackets with a slash </tag>

First, open an editor such as notepad and begin typing...



Code:
<html>


<head><title>you can type the name of your site here</title></head>


<body>


The information you want seen on the page will be written here.


</body>


</html>

Then when you save your work, save it with .html after the name of your page... that way your computer knows that it is a web page and not a text (.txt) file. After it is saved, go to where you saved it, double click on it, and, if you did everything correctly, it will open a browser window with your page.

Congratulations!! You just made your first html web page!!
MiLady Mirlyn is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
refresh page automaticlly lampoin HTML, XML, Javascript, AJAX 5 06-18-2004 09:13 AM
basic html table question prendo HTML, XML, Javascript, AJAX 2 03-03-2003 05:08 PM


All times are GMT -8. The time now is 03:00 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting