![]() |
|
Create a Site with HTMLBasic HTML PageTag StructureAll HTML tags use the same basic structure. All tags are made up of words inside of brackets like these: < and >. Almost all HTML tags come in sets of two. CaseHTML code is not case sensitive. All of these code examples would produce the same result. Basic Page CodeThe basic code for a web page is shown below.
The head section of a document is defined between these two tags. I'm going to cover the head section of a web document in a later lesson. For now I'll concentrate on the body section of the web page. The body section of the document is defined between these two HTML tags: Copy this block of code and paste it into your text editor: Save the page in your htdocs folder as firstpage.html. Now open your browser. Use the File function and navigate or browse to your htdocs folder. Open firstpage.html in your browser.
If you got the blank screen, you are almost ready to proceed to the next lesson. Note: After you look at your web page in the browser, don't close it , just minimize it. When you save your next change, bring the browser up by clicking its tab on the bottom of the desktop. Right click inside the browser window and click Refresh or Reload to see your changes. You don't need to open and close the browser every time. DoctypeThe doctype is placed at the very top of the page before the opening HTML tag. I won't go into detail about what is does, it's just too technical for this little tutor. It does need to be there for W3C compliance. Copy this code and paste it into the very top of the web page: Then save your changes.
Free Business Web HostingIf you are building a website for a business or organization, you can put it online for free at Microsoft® Office Live Small Business. You can create your website with HTML and upload it or use their tools and build it online. Take your business online with Microsoft® Office Live Small Business. Get started for FREE!
Create Web Sites without Learning Code
|
HTML Tutor HTML Editors Online Builder Tutorials Other Helps |
|
www.createasite.net ©2008 All Rights Reserved - Create a Site with HTML - Make a Free Website |