What is needed in order for the most basic html to work?

Public Comments

  1. Your web browser... Which you already have if you came to this website.
  2. If you're asking which HTML tags are essential, it would be these. <html> <head> <title> </title> <body> </body> </html> Beginning the file with a DOCTYPE! specification is a good idea. Have you visited http://www.w3.org/ ?
Powered by Yahoo! Answers