HTML is the most easy to use and learn language there is. All you need is a web browser like Firefox (my favorite) or internet Explorer and Notepad. Open notepad and type in some HTML code such as
<HTML>
<body bgcolor="blue">
Hello world!
</body>
</HTML>
and save it as Helloworld.HTML (NOT .TXT). On your browser click on File on the top left corner, then click Open, and navigate to it. Double click it and then your done!
You can't use PHP in an HTML document, but you can use HTML in PHP script.
http://www.w3schools.com/HTML/
The html converters that are free to use are HTML Converter and Free HTML Converter. These two websites do a great job at converting html files to whatever you need.
There are many sites which teach you HTML,Google ithttp://www.w3schools.com/HTML/
You can't use HTML on Facebook.
Use an html snippet
You can use some HTML for pictures and formatting, but not all HTML can be used (for security purposes). Note that you might need to play around a bit to get HTML to work.
Yes. if you look at page source you will see <html> and other HTML tags.
html code can be copied and pasted. It can be reused.
yes you can use any text editing software to make a HTML file. Just use the rules of HTML and save it as htm or HTML and your good to go.
HTML was introduced to the public in 1990. There were no rules that prohibited commercial use.
Go to the Friendster homepage, and view the source it gives you. That is the HTML they use. However, they most likely use a dynamic language to generate this HTML.