One of the easiest ways to create web pages with almost professional finish is to use templates. As the name suggests are only made prototypes of pages to be edited, ie it is only necessary to introduce our data and we will have our beautiful finish with a ready to upload to the network.
Requirements for creating your first website.
-If you have no web editing programs installed on your computer like Dreamweaver , you can edit the template using the simple Notepad Windows or a plain text editor that offers more likely, you can use for this purpose Notepad + which is a tiny free application, you can access your download page at the following link: Download Notepad . Notepad + as well as other similar applications, give the advantage that no knowledge on the issue web, showing the different colors of the template HTML code and text that can be replaced without affecting the code of the page. -Having the template you are interested in the computer, you can download from this page some simple templates a beautiful finish.
Files that contain templates
• images subfolder that contains images using the page.
• Files style.css or default.css are style files.
If you do not have knowledge of editing, you will only need to create your site edit the index.html file, the others need not be touched.
Start editing the template
All pages are divided into two sections:
In this area you only need to replace the contents of the title, the text between the tags: <title> and </ title>.
This area is where you enter all the information you have prepared.
The area of the body is divided into several sections according to the structure of the page, the beginning and end of each is marked by comments.
What are comments?
<!-this is a comment ->
is used as an indication, not shown in the browser.
Most templates used mean the following:
menu = Menu bar with links to other pages.
Search = Lookup box.
Content = content area in the main column.
Sidebar = Sidebar and some templates the right train, others the left.
Footer = The footer.
Insert the text in the template
The templates are in English, so you'll have to replace the default names of the links like Home (Home) Contact (Contact), etc.
How to edit and create the links in the template
href link text </ a>• The link leads to another page in the same folder or directory of the site.
In this case only must reflect the name of page file, for example:
<a href="otrapagina.html"> link text </ a>• The link leads to an external site on the Internet.
In that case you only need to reflect the URL of that page, can easily be obtained by accessing it with the browser and copying the address in the Address bar, an example is:
<a href="http://gratisprogramas.org/index.html"> link text </ a>How to insert images on the page
To display the images should be inserted in the place where you want to display the following label:
• width = "940" width of the image in pixels.
• height = "255" height of the image in pixels.
• alt = " Description of the Image "
Search box to search Google on the Internet
Create multiple websites with the same template
A basic website can have the following pages (just an example):
can be linked to each other to allow internal navigation is optional, but if necessary the index page, ie the main page holds links to access all other pages, then you will have done what is known as a fully functional website.
To finish just need to upload all files created on a web server, to access the site will write your name in a browser and this page will automatically index.
Where to upload and publish web pages or the site created
They provide various services to the owner of the files as databases, email services, etc.
Many of they offer free hosting services to small sites, of course with limitations of space and data traffic, yet it is an ideal choice for your first steps and upload your page.
Also there that even offer you a subdomain is ie a web address to access your site.
What hosting service or web host use?
However, it can afford, the best option is to use the premium service in the annual package includes a domain name with unlimited space and other options, in all procedures available Spanish.
Additionally you can use the service free of charge in the cloud of CloudFlare , allowing faster in loading pages from any geographic region.
Use the following link and sign up for you try the service.
Types of hosting services or internet web hosting
If your purpose, as was mine when I started is to create a place to share ideas and knowledge with others, but also have income, you must pay for the hosting service.
There are three main types of accommodation:
Shared hosting service (share hosting)
share is named because it shares all the IP address and hardware resources computer, so that in times of high traffic sites hosted some of which may be unresponsive.
At the same time, if the IP address used is banned (penalized) for any reason, will suffer all other sites that share .
This service is even cheaper and more accessible, as you see has its disadvantages.
Service VPS (Virtual Private Server)
Although used hardware resources of a single computer Each site has its share of disk space, bandwidth and memory to RAM, so that should not harming each other.
It is the ideal choice for medium-budget sites.
Dedicated Servers (Dedicated Servers)
You have the option to fully manage the server.
It is the most expensive option, but more professional.
How to upload the pages or web site created to the server?
Using the same web browser you can upload it if there are few elements, but if several multimedia files such as images, music and more.the ideal is to install an FTP client software, I recommend FileZilla is a free and open source, download the following link: Download FileZilla .
In all cases to grant you the hosting service, we provide all the necessary information.
Validate pages to verify that no errors have
Validate pages to check if they have errors and if any explanation, this can be done using free network services such as W3C.



03:47
Unknown
Posted in: