Have sample of a HTML file , a basic WEBSITE HTML?
My teacher asked me to do Website with the use oh HTML.... but I dont know how to do it
Public Comments
- go to w3schools.com..and take html tutorials .....
- <html> <head> <title> title of page </title> </head> <body> this is the text on the webpage </body> </html> ------------------------------------------------------------------------------------ This is a basic webpage and can be typed into a text editor such as notepad with the .html tag and will be viewable in the browser. All the information to instruct the webbrowser to show text differently will come in the form of the <tag></tag> form of instruction. to find a list of the HTML tags try http://www.web-source.net/html_codes_chart.htm there are lots of sites which can help with html coding, but be sure to learn about the W3C standards and beware of old sites which may be using deprecated tags, html is constantly evolving
- Step by Step HTML Tutorials http://www.ixdoctor.110mb.com/HTML%20Tutorials/index.html
Powered by Yahoo! Answers