Website without the internet

88Dabowse

New Member
Joined
Mar 29, 2012
Messages
3
How would I make a website without the need of opening it using a website, I've been hearing you need HTML and stuff like that but could you guys dumb it down? How would I make a website without needing the internet to open it. All I know is that it is possible to make it using word or publisher but I dont want to use programs like them. What do I do?
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Welcome to the Forum,

You can use NotePad to do something like this, but you would need to know the HTML code and then save the file with the extension of .htm or .html. A sample would be something like this.

<html>

<head>
****** http-equiv="Content-Language" content="en-gb">
****** http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<p>This is the beginning</p>
<p><b>I can type and highlight and format text using HTML</b></p>

</body>

</html>

You could then look at creating CSS sheets to enable block colours settings etc.
 
Upvote 0
Ok ... I kinda understand the whole HTML thing, but it is really time consuming to configure it all into a website. Isnt there like a program that could fix up the html or..?
 
Upvote 0
There are a number of options you can look at:

Open Source is free software which can search for, something like Joomla 1.5 or WordPress.

Or you could look at programs like Dreamweaver.
 
Upvote 0

Forum statistics

Threads
1,225,613
Messages
6,186,003
Members
453,334
Latest member
Prakash Jha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top