Hello:
I am new to the BlueVoda program......
I have been tinkering around with the web builder. My question is:
When creating a webpage, I understand I must start off with the index.html. What I want to know is since the index.html is representation of my homepage, would the home page work still if all I did was posted the following as the index.html then created each sub-domain so it would be a separate html code on its own page?
Ex:
index.html page I have been creating is:
<html>
<head>
<title>Martech Inc.</title>
</head>
<body>
</body>
</html>
The above is what would be set as my index.html page. Each additional page I want to create would be like:
About Us page:
<html>
<head>
<title>About Us</title>
</head>
<body>
</body>
</html>
Would I need to create new html pages as described above?
And will each page still be re-directed to appear in the index.html section?
The About Us page and any other page would have the proper extention as:
about_us
links
gallery
advertising
contact_us
Does each page listed above need its own separate html page to represent its title?
Thank you
Ram_Industries
I am new to the BlueVoda program......
I have been tinkering around with the web builder. My question is:
When creating a webpage, I understand I must start off with the index.html. What I want to know is since the index.html is representation of my homepage, would the home page work still if all I did was posted the following as the index.html then created each sub-domain so it would be a separate html code on its own page?
Ex:
index.html page I have been creating is:
<html>
<head>
<title>Martech Inc.</title>
</head>
<body>
</body>
</html>
The above is what would be set as my index.html page. Each additional page I want to create would be like:
About Us page:
<html>
<head>
<title>About Us</title>
</head>
<body>
</body>
</html>
Would I need to create new html pages as described above?
And will each page still be re-directed to appear in the index.html section?
The About Us page and any other page would have the proper extention as:
about_us
links
gallery
advertising
contact_us
Does each page listed above need its own separate html page to represent its title?
Thank you
Ram_Industries
Comment