What is needed in order for the most basic html to work?
Public Comments
- Your web browser... Which you already have if you came to this website.
- 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