Top HTML DHTML Interview Questions :: ALLInterview.com http://www.allinterview.com Top HTML DHTML Interview Questions en-us Difference between HTML and DHTML? http://www.allinterview.com/showanswers/5017.html DHML used events, methods, properties to insulate dynamism in HTML Pages. What is the difference between the CLASS and ID when you are writting http://www.allinterview.com/showanswers/37349.html In CSS we can call id with '#' and can be used only one time for one page. When coming to the case of class in CSS it can be used infinite number of times in the same page as well as in the whole site. How can you have different number of cells for each row of a table? http://www.allinterview.com/showanswers/18192.html By using the COLSPAN attribute of the <TD> tag. Example: <TABLE> <TR> <TD>Column 1</TD> <TD>Comumn 2</TD> </TR> <TR> <TD COLSPAN = "2">Column1 & Column 2&l In DHTML what is the difference between FontSize and Font Size ? http://www.allinterview.com/showanswers/18190.html FontSize is a property, Font Size is a style what&#039;s use of &lt;br&gt; command http://www.allinterview.com/showanswers/23030.html <br> is for line breaking command How do you create Drop Down Combos in HTML ? http://www.allinterview.com/showanswers/18189.html <select name="age"> <option>select </option> <option>00 - 10</option> <option>10 - 20</option> <option>30 - 40</option> <option>40 - 50</option> </select> Differences Between XML and HTML http://www.allinterview.com/showanswers/65085.html XML HTML User definable tags Defined set of tags designed for web display Content driven Format driven End tags required for well formed documents End tags not required Quotes required around attributes values Quotes not required Slash requ What is the tag Code Base and why do we use it? http://www.allinterview.com/showanswers/18191.html After writing and compiling a Java applet, you can display it in a web page by using the APPLET tag. The CODE attribute specifies the name of the Java applet to run. The CODEBASE attribute specifies the subdirectory or folder containing the Java What are The three tags of a form tag in HTML form ? http://www.allinterview.com/showanswers/18187.html A <form> tag has three attributes: 1. Method 2. Action and 3. Enctype What are The two tags for framesets ? http://www.allinterview.com/showanswers/18188.html <FRAMESET cols="33%,33%,33%"> <FRAMESET rows="*,200"> <FRAME src="contents_of_frame1.html"> <FRAME src="contents_of_frame2.gif"> </FRAMESET> <FRAME src=&q Why is xml:space set to &#039;preserve&#039; on all elements of XHTML? http://www.allinterview.com/showanswers/10405.html The attribute xml:space is about input: that is to say, it controls if the spaces will be present in the DOM (i.e. in the internal version of the document inside the browser); it says nothing about what will appear on your screen. Output whitespa What are META tags? http://www.allinterview.com/showanswers/5021.html META tags are optional lines of HTML code in the HEAD section of your document that can be used to describe your page. META tags provide descriptive information about your site to search engines, but in a form that isn't displayed by the bro Is &lt;img&gt; being replaced by &lt;object&gt; in XHTML2? http://www.allinterview.com/showanswers/10402.html No. <img> is being replaced in XHTML2, but by something else (although you could use <object> if you wanted). The design of <img> has many problems in HTML: It has no fallback possibilities, so that if you use an image of ty What is the use of XHTML Modularization? http://www.allinterview.com/showanswers/10400.html XHTML Modularization is not aimed at the regular users of XHTML, but at designers of XHTML-based languages. It had been observed that companies and groups had the tendency to design their own versions of HTML and XHTML that were often not interop Why isn&#039;t XHTML2 backwards compatible? http://www.allinterview.com/showanswers/10404.html It is, but in a different way to how previous versions of HTML were backwards compatible. Because earlier versions of HTML were special-purpose languages, it was necessary to ensure a level of backwards compatibility with new versions so that n