Text Editors
From ClubsWiki
Websites written in HTML can either be written in a WYSIWYG style editors such as Dreamweaver. However, if you do not have access to programs such as Dreamweaver HTML websites can easily be created in many text editors.
Contents |
Creating a website in a text editor
- The first step is to create a website using HTML as seen below in your favorite text editor.
- After coding your website when you save it. Save the file with the extension .html.
Creating more complex websites
- Please see our articles on Beginner's HTML and What is PHP?
- Online HTML tutorials for HTML can be found at w3schools.com
Uploading your website
- Please see our article on Uploading your website
Notes
- The text editor you use may look slightly different then the screenshots above. However the method for creating websites should be very similar.