|
Geek-Tutorials.com
|
|
A list of all HTML tags, attributes, elements, and enumerated values with examples, and descriptions.
For beginners, a text editor is needed to create html files and to view the results you need a browser. To create a HTML file, save the file with a file name along with .html or .htm extensions at the end of the file name. For example, save the html file in text editor as "fileone.html".
HTML scripts begins with a <html> and ends with </html>. In between <html> and </html> contains two section. The head section begins with a <head> and ends with </head> and a body section begins with a <body> and ends with </body>.
To learn more about html tags, please click on the links below.