Please need your help with HTML!?

  • Thread starter Thread starter cristianods
  • Start date Start date
C

cristianods

Guest
Use EditPlus. Is great and it's shareware version will allow you to use for more than 30 days.
 
Hi there everyone. Is there a free program or a software/an online site which would allow me to preview my html?

Thank you!
 
Notepad++ I'm using it right now at work. 100% free

http://notepad-plus.sourceforge.net/uk/site.htm

Click 'download Notepad++ executable files'
 
Notepad++ I'm using it right now at work. 100% free

http://notepad-plus.sourceforge.net/uk/site.htm

Click 'download Notepad++ executable files'
 
You need to install a server on your local machine. Try Apache. It's free and easy to install. A little googling will get you everything you need to install an Apache server.

If you want to execute scripts, use XAMPP, it will install and configure Apache, MySQL, PHP, and Perl in one easy install. Google "Download XAMPP" to find it, it's available from ApacheFriends.org and SourceForge.

Good luck.
 
You don't need a program. Just save your html in your text editor as whatever.html

Then open it up with a web browser.
 
Back
Top