Create the Head of a Web Page
Step1
Almost all tags come in pairs, including the tags we'll use here. All tags are surrounded with "<>." The first pair of tags you'll use is:
Open a new Notepad document. Type those tags into the Notepad document.
Step2
A basic web page has two parts, the head and the body. You create those with the following tags:
Type those tags in between your and tags.
Step3
By now you've noticed that tags have a beginning and end, and they start and end in order. Your next pair of tags goes in the head of your page. Type these tags between and :
Step4
Type the name of the page in between the
and tags. For now, use your name. It will look like this:
your name here
Step5
Choose a place to save your document, then select "Save As" on the "File" menu. Save your document as "html practice.html"
Create the Body of Your Page
Step1
Now for the body of the page. You need to tell the browser what size to make the text. The basic size tags are
,
,
,
,
,
. The smaller the number, the larger the text.
Step2
Another basic tag is
. It doesn't have a second half. It tells the browser to create a line break. This is useful to align text.
Step3
We'll use this these tags to create the first page. Type the following in between the and tags:
Your name here
This is H1 text.
This is H2 text.
This is H3 text.
This is H4 text.
This is H5 text.
This is H6 text.
Step4
You can modify text in other ways. Using
will make text bold. Using
will make text italic.
Step5
Save your document. Now, open a browser window. Use Internet Explorer, Firefox, Netscape, or another web browser. Go to the File menu list, and choose "Open File." Browse until you get to the new document, and then select it and click "open." You should see the web page on the screen!
Comments
IntellySite said
on 6/17/2008 I agree. HTML can become complex, but it does offer so much control over your website pages. I would the novices start with a website buider like Intellysite. www.intellysite.com. It is a website builder that DOES NOT require HTML knowledge. But, if you are an HTML pro, you too can use templates on IntellySite. This website builder is so powerful that it allows the user to control all the HTML and CSS files for each template. In fact, IntellySite will even allow outside designed templates to be uploaded to its engine.
Check it out at www.intellysite.com. It's your website. Build it!
IntellySite said
on 6/17/2008 I agree. HTML can become complex, but it does offer so much control over your website pages. I would the novices start with a website buider like Intellysite. www.intellysite.com. It is a website builder that DOES NOT require HTML knowledge. But, if you are an HTML pro, you too can use templates on IntellySite. This website builder is so powerful that it allows the user to control all the HTML and CSS files for each template. In fact, IntellySite will even allow outside designed templates to be uploaded to its engine.
Check it out at www.intellysite.com. It's your website. Build it!
WendyRenee said
on 5/27/2008 This is great!! I want to get back into html, but it has been many years so I need a refresher course. Thanks for the tips!!