answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the difference between implicit and explicit tags in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference of HTML to the other types of markup language?

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.


What are the requirements for valid XHTML coding syntax?

The requirement for a valid XHTML is that all the tags should be closed. This is actually the difference between HTML and XHTML.


Difference between htm and HTML extension?

There is great difference between .htm and .html extensions. Everyone think there is no difference but something is hide here. Acutally I don't know more but one thing is ....Using DOS we can't give more than 3 letter/character extension and when we execute the file from DOS we can't execute the file if it's extension contains more than 3 characters. So we use .htm in earlier time. But nowadays all systems support .html extension. In preferred to use .htm extension not .html because .htm is supported either old systems and modern systems. Dr.Nach


What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a selected area of text, i.e opening tag "<u>" "text to format here", followed by closing tag "</u>" would underline the text that you wish to format. In short, HTML tag defines the format of the text. These basics can be applied to a range of different functions.


What is difference btw html and dhtml in tabular form?

DHTML is an extension of HTML called Dynamic HTML which uses style sheets and JavaScript. This allows you to use small animations and Dynamic menus on your webpage.

Related questions

What does an HTML label refer to?

The label tag in HTML is used when one wants to assign a label to an input element, and can be used for both implicit and explicit controls. In order to use a label in HTML, the label must refer back to a form control.


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


What is the difference between html and dhtml in hindi?

hello


What is the difference between DDR1 and DDR2?

http://dhivacpt.blogspot.com/2007/10/difference-between-ddr1-and-ddr2.html


What is the difference between client- and dynamic HTML from being used?

Client side HTML can be seen as dynamic HTML but not much effective. Server Side Dynamic HTML is much more effective.


What is the difference between the function of htm and html?

There are no difference between htm and html. Occasionally, people would drop the L since both are accepted. Certain types of computer will find it confusing if one does not include the L at the end.


What is the difference between button and submit button in html?

A diferença é que um envia o comando HTML e o outro não


What is the difference between Atom and RSS feeds?

Only the HTML tags differ Atom Feed is similar to RSS Fees but it differ only in HTML tag


What is web 2.0 HTML?

In truth, there's almost no difference between the HTML used in web 2.0 applications, and the HTML used in all other HTML applications. The difference is mainly in the way that the user interacts with the page, and this is provided mainly by the tighter coupling of JavaScript and backend programming like PHP, as well as the ability to transfer data between both using asynchronous calls (AJAX.)


What is th difference between saving an HTML file and opening an HTML file?

When you save an HTML file, the contents of that file are written on the hard drive. This has the effect of changing the contents of the file. When you read and HTML file, the file remains unchanged on the disk.


What is the difference of HTML to the other types of markup language?

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.


What is the difference between single quotes and double quotes?

in programming, single quotes are for characters, and double quotes are for string, but in php, javascript, html, css i don't see any difference between the two.