answersLogoWhite

0

Is Html an example of an HTML program?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

HTML is not a program it is a langue your computer speaks with the browser to create arguments and display data

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is Html an example of an HTML program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


What does browser mean in HTML?

A "browser" is a program that can render/read HTML.


What is an HTML converter?

An HTML Converter is a program that will take your HTML files and modify them to be able to be used with PHP, Javascript or ASP.


What appliclication do you need to run HTML?

HTML is not a program, so it is not run like a program is. HTML is rendered, by browsers, like Chrome, Safari, Internet Explorer, Firefox etc.


How can install HTML?

There are different programs where you can script HTML in. The program every computer has got is notepad. You can actually script everything in it, but wont see an example and need to know all codes in your head. Another program you can use is for example adobe dreamweaver or webdesigner. However to have a HTML editors program you have to pay for it. If you're a beginner it's maybe fun to copy a website and try to change it in notepad. Save it as (name).HTML and open it in your internet browser :)


What is the fundamental unit of HTML syntax?

the <> brackets, for example to begin an HTML document you begin with the tag <html>


How can you make your song into a HTML code?

There is no software, program, or pattern that transforms songs into HTML.


How do you embed Garage Band in your HTML file?

You cannot embed a program into an HTML file


How do you make a program using HTML?

HTML is not used for making programs. It is used for making websites.


Where can i get help with HTML?

HTML, or Hyper Text Mark-Up Language, is used to create web pages. If you want to create one, you can start with a text -editing program such as notepad or textpad, or a program like Adobe Dreamweaver or Microsoft Frontpage.


In order to program HTML code do you need an expensive program?

In order to code HTML you do not need an expensive program. HTML can be coded in Notepad if you want to. I recommend Komodo Edit. It is a free program that I use to code. You can download it from the link in the "Related Links" section.


What does h1 in HTML stand for?

Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>