answersLogoWhite

0

Is code and tag are same in HTML?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

No, code is the program's script itself. Tags are elements that specify different aspects of the code, usually pertaining to how the document is displayed.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is code and tag are same in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code for case sensitive in HTML?

HTML in not case sensitive i.e. upper and lowercase does not matter. For example: <body> tag and <BODY> tag are the same.


What is the function of i HTML tag?

<i> is for italics the HTML tag itself <html> is to let the browser know how to read the code and you save the file as .html or .htm. It simply reference the code that the web page is written in.


Login code for HTML?

If you mean how to create a login code with HTML, you need a tag called and a tag called and something in another programming language, such as php or java. There is no login code necessary to use HTML.


What are steps involved in loading and running remote applets?

1.create applet code 2.create executable code 3.adding html tag 5.preparing applet tag 5.adding html tag and applet tag 6.Testing applet code and html code s.Gunasekaran AP/CSe


Where do you get HTML code reader?

10. hey tag, what's with the code?


How HTML code is interpreted?

HTML Code is interpreted differently by browsers. Each tag has a certain function attached to it.


What is the HTML code for music?

The HTML code for music is <audio>. This tag is only present in HTML 5 and helps to embed music into the page.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.


How HTML is interpreted?

HTML Code is interpreted differently by browsers. Each tag has a certain function attached to it.


Is an HTML element is a tag?

The term tag and element are both used for the same thing.


What is the full form of BR in HTML?

The correct HTML form for BR is . BR is a tag to force a line break. It was introduced as a single tag, with no companion tag. The and tags work with older HTML, but for HTML 5, you need to have an ending tag for each tag. You can create your own ending tag by adding forward slash within the single tag: .


What is tag in HTML?

when you are making a web page you make a HTML tag so when you convert it to a web browser it isn't just blank. it is a piece of the code that your browser decodes into the page you see. this is an HTML tag <HTML> and it tells the browser that this is an HTML page. for everything you see on a web page, there is a special HTML tag for it.