Create the future you want! Learn to make money online. Visit our website and start today! www.exclusivebizopps.com
Creating Your Own Web Page is Easy - A Tutorial (Part 1)
Business Home Internet After going through this tutorial, you will learn how to create your own web pages for your website. This includes the following topics divided into three (3) parts:
Professor Teaches How to Create Web Pages continues to be a best seller. Now, with Professor Answers, it is even better. All the tutorials are instantly accessible on your desktop, only one click away. With Professor Answers, you can browse through all the training topics in every How to Create Web Pages tutorial, or you can search using keywords for just the training you need, right when you need it.
Business Mlm Opportunity Part 1:
Outline of a web page
Creating a web page template
Placing invisible comments to your code
Creating a single or double spaces
Creating an ordered list and unordered list
Inserting an image
compliant web presence. Mobile Business SiteBuilder provides an easy to user interface to create website in a matter of minutes.
Based Business Home Income Part 2:
Creating tables
Using CSS boxes as webpage layout
- Mingles has easy blogging tools.
You can create public or private groups, and you'll get your own Group Home Page, forum, and private chat room.
Based Business Home Internet Part 3:
Linking other pages and other websites
Using CSS in styling your web pages
These are questions you'll want to answer before you begin adding styles to your Web pages. wide route would allow you to create Web pages faster because Expression Web does most of the work for you automatically. Choosing the external route means that properties must be created manually for every element within your Web page. While the upside to this approach is easier management down the road as your site grows, the downside is careful planning initially, which results in slower development of pages at first.
Business Homebased Opportunity Let's discuss here the Part 1:
Hostway, the leading provider of web hosting and online services, friendly websites quickly and easily. Following the launch of the .mobi domain name, businesses have been keen to make the most of the mobile web, and the tool has been launched to aid this. Mobile SiteBuilder uses a wizard to guide users through creating sites and makes it easy to add text, existing templates to quickly create and format the site before publishing online.
Based Business Home Mlm Outline of a web page
Creating a web page template
Placing invisible comments to your code
Creating a single or double spaces
Inserting an image
Business New Opportunity Outline of a basic web page
Business Home Online If you are new to html, I am now telling you that a web page is simply created with html tags. Html tags are shown as
Best Business Home Opportunity
Business Investment Here you will place the title of the page. The texts here are displayed at the topmost left of a browser or web page.
Best Business Opportunity Here you will implement the layout using style definitions you have made in the "style" section. Without putting anything here the page will be blank except for the title that will appear at the topmost left of the page. You will also place here the content of your website. It may be mixed of texts, images, audios and videos.
Business Idea Opportunity The above must be saved as a html page with extension of html or htm. If you want to see how the above will look like on as a web page, copy the above from to and paste to your Notepad or equivalent. Then click File - Save as - type mywebpage.html or mywebpage.htm in File Name - Select All files as file type - Click Save. Then go to windows explorer or file manager and open the file with your browser. See? It is as simple as that. Now, don't close your Notepad and your browser. We will use that in our practice.
Based Business Home Online As an important note, your homepage or the starting page of your website must be named as index.html or index.htm. This will be first page when your website is called without specifying a particular page. Like this site, if you type www.freetipsandwits.com or freetipsandwits.com at browser address, it will open the index file. If you like to see it, try clicking www.freetipsandwits.com. You may wonder why the index file is "index.php". Well, this site is php-based but do not bother yourself with this php thing. Familiarize yourself first with html and later you may learn php, asp, jsp, cgi & more. In html, you must save your index file as "index.html" or "index.htm". Pages other than homepage must be saved with descriptive keywords using hyphen as separator. This is for search engine optimization.
Business Federal Opportunity Creating a basic web page template
Based Business Home Legitimate First, I would like you to make a simple web page template. We will use this for practicing the html codes that we are going to learn later. So, in above mywebpage.html, delete all codes you typed earlier and type the following:
Business Make Money Online Leave some spaces between style and body tags. Now, click Save icon or click File - Save. If you accidentally close this file, you can open it by searching the file, right-click it, click Edit or Open with Notepad or its equivalent. To see what it looks like on the web, just refresh the browser use when you opened the html outline a while ago.
Base Business Home Opportunity Placing an invisible comments to your codes
Business Magazine Opportunity I would like you to know how to place your comments on your html codes. Web developers normally put comments in some of the codes for future reference particularly for editing. It will be easy for you to find what you're looking for when you are updating or editing your html codes. This will help also other webmasters if you let them edit your codes. These comments are displayed only in raw html codes or in your html editor but not on the web page or browser page. This is done as follows:
Business Make Money For example:
Business Opportunity Weblog
Building your website is easy. Just learn basic html codes and you're done. Don't be afraid of html codes, they are easy to learn. When you start learning html, you will ask for more and more....and so and so forth....until you become an expert web developer.
Base Business Home Online
Type the above in your mywebpage.html between body tags. You will learn faster if you retype or remake the above. But if you are in a hurry, you may copy and paste it. Save it by clicking the Save icon or File - Save.
Business Home Income Now, refresh your browser for the above html file. See? Yes, you can't see your comments between . So, for your reference and easier editing of your codes in the future, don't forget to place your comments.
Business Opportunity Unique Making a line to break or creating a blank line space
Business Home Job Opportunity If you want to break a line or create a blank line space, use this break tag
. See how it is used below:
Business From Home Mlm -This will break affiliate
marketing from word "affiliate".
Ameriplan Business Opportunity -This one will break this web
site from letter "web".
Business Internet Marketing -This one will result in a double line space search engine
optimization from the word "engine".
Business Home Legitimate You type this within the body tags of your mywebpage.html, save it and refresh your browser. Yes, the sentence is broken and second row started with "marketing" the word before the break tag. The word was also divided into two with the next row started with "site", broken from word "website". The two consecutive break tags created a double space between "engine" and "optimization".
Business Home Make Money Making an ordered list and unordered list
Affiliate Business Opportunity This is useful when you are enumerating or listing something. See the illustration below:
Business Income Opportunity Ordered list
Business Opportunity Unlimited
- This is Ordered List
- Item 1
- Item 2
- Item 3
Business Opportunity Seeker Now type the above in your mywebpage.html within the body tags, save it and refresh your browser and see the results. See? It's sequentially numbered. Now, here is the unordered list:
Business Opportunity Travel Unordered list
- This is Unordered List
- Item 1
- Item 2
- Item 3
Business Marketing Online Now type the above in your mywebpage.html within the body tags, save it and refresh your browser and see the results. Now, it's not numbered. It's in a bullet format.
Business International Inserting an image
Based Business Home New You may place an image to your web page by inserting these codes where you like the images to appear in your web page:
Business Marketing Network Looking at the above html codes:
Business Free Opportunity "img" is the image html tag;
Based Business Home Home "src" is the source or the path of the image file with extension of gif, jpg and png;
Business Florida Opportunity "alt" is the alternative text description in case the browser could not display an image;
Business Christian Opportunity "height" and width are the dimension of the image;
Based Business Franchise Home "border" is the outline of the image.
Based Business Home Idea Now, do these:
Business Opportunity Vending -Replace the above domain name, image directory and the file name with yours.
Business High Income -Replace the values of "alt" with your own description. This is required for SEO or search engine optimization;
Business Christian Home -Replace the values of "height" and "width" with your preferred dimensions of your image in pixel without distorting it. The size of the image will adjust based on the dimensions you specified. Fixing the height and width of the image will make it load faster;
Based Business Opportunity -Replace the value of the "border" with the border thickness you preferred. 0 is no border.
Best Business Franchise
To try the above, get an image from your file and copy it to the directory where your mywebpage.html is located. Now, type the above codes in your mywebpage.html but replace the src="http://your-domain-name.com/image-directory/image-file.gif" with src="image-filename". Then, save it and refresh your browser to see what it looks like in the web browser.
Based Business Business Home Continue with Part 2.
Based Business Christian Home
About the Author:
Hardi Budd is affiliated to www.freetipsandwits.com and http://free-website-tips-guides-tutorials.blogspot.com that offer Free website tips, guides, tutorials and web resources for affiliates, internet marketing, online business, search engine optimization, website promotion and internet security. Supported with affiliate programs, freebie directory, add URL, link exchange, english tagalog jokes, news and more.
Business Homebased Online This is free for republishing as long as the author byline with active link to our sites is retained as-is.
Share this:
More about:
- Web Hosting South Africa
- Creating Your Own Web Page is Easy - A Tutorial (Part 3)
- Building Your Own Website is Easy - A Tutorial
- Dreamweaver too complicated?, Go Live and Frontpage too steep a learning curve?
- Dreamweaver too complicated?, Go Live and Frontpage too steep a learning curve?





