What software is needed?

  • You can use any text editor to create the HTML code.
  • The HTML code needs to be saved in a .html file. For example index.html.
  • Any browser can be used to test your html files.
  • In this class we will use Dreamweaver to create the HTML code.
  • Internet Explorer, Chrome, and FireFox will be used to view the web pages.
    • When developing web sites for clients, it is best to test on all browsers.
      Usually you will need to test on browsers that are popular in the market
      • Internet Explorer
      • FireFox
      • Chrome
      • Safari
      • iOS
      • Android
  • You can use any text editor to create your HTML pages. If you do not have Adobe Dreamweaver at home you can use the following:
    • PC: Click here for intructions for using Notepad for creating and editing HTML pages
    • OSX (MAC): Click here for instructions for using TextEdit for creating and editing HTML pages.