| HTML | PHP Scripts | Code Generators and Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
Register / LoginHTML ToolsHTML Table Maker HTML Table Maker II HTML Validator Link Checker and Header Response Tool HTML ForumLosing background/text color when converting HTML to PDF HTML Help Needed!!!!!! Please, no CSS or Javascript old problems how can i wrap the text in a cell of a html table IE7 looks good, FFox Not so good Rotate Flash video on refresh Help! Transparent Frameset Background. Help with forms Html Code CSS Layout - 3 Column Plus mailto auto subject population variable Date script on an Image table row values Browser Based HTML Email Forms form help Help with form please Put Picture Next to Youtube Video Scrollbar under heading View all HTML Discussions |
The first thing you need to do to begin your website is to create a file named index.html to do this you will open your text editor, open a new file and save it as index.html. Keeping your index.html open we will begin our work by creating the basic html tags. Everything you do will be placed between HTML Tags, in other words the page should begin with <html> and the last HTML code on the webpage should be </html> We have now told the browser with the opening html tag to begin reading code, and with the closing /html tag we have told the browser it is finished reading. Now we must begin the code which is to be read, we begin this with search engine info and script code followed by the actual page content. The <head> tag is where you put in place your meta tags. It is these meta tags that search engines read when doing a search. Though little weight is now being placed on meta keywords, the description remains a very important tag. I suggest visiting our meta tag maker tool and creating proper meta tags for your site. Also included in the head tags are your title tags as well as any scripts you may have which may require proprietary code within the head section. So, running down the code we have so far your index.html should look like the following.
<html> The text in the title tag will be visible at the top of the browser window and is very important in search engine ranking, be sure to choose this title carefully. You will also notice I did not put closing tags on the metas, that is because they do not get them. Before going to the next page be sure to save your work! Back to the HTML menu. |
HTML Introduction
HTML Basics HTML Getting Started HTML Tag List Text Attributes Hyperlinks Formatting Tags Image Tags
The Frameset Tag
The Frame Tag The Noframes Tag Basic Frames Page Code Targetting Links Screen Layout
The Table Tag
The Row Tag The Conventional Cell Tag The Header Cell Tag Basic Example w/Source Code Detailed Example w/Source Code
The Form Tag
Input Type Text Input Type Password Input Type Checkbox Input Type Radio Input Type Hidden Input Types Submit And Reset The Textarea Tag Select Menus Web HostingDomain NamesPHP Scripts |
About us Advertise Contact us Privacy Sitemap |