Hypertext Markup Language.
If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.
You mean the file extension, right? HTML: .html or .htm XML: .xml
<u> in HTML underlines the specified text.
HTML stands for "Hypertext Markup Language".
A "browser" is a program that can render/read HTML.
The extension htm or html can be used for HTML files. Some computer systems only support 3 letter extensions, which is why some people only use htm for the extension. For the file itself it does not make any real difference. It is still a HTML document and will work on the internet. Browsers will open it whether it has a htm or a html extension.
HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.
Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>
I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped
HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.
A HTML page is a web page that is created using Hyper Text Markup Language and is saved with a .html extension
HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.