Unlike HTML 4 you cannot do these things in HTML 5:
- using attributes without double-quotation like <font face=tahoma> instead of <font face="tahoma">
- Closing tags wrong <b><i>test</b></i> instead of <b><i>test</i></b>
- Special Tags Closing <br> instead of <br />
1.<head>. 2.<html>. 3.<body>. 4.<h1>. 5.<u<
the difference of 4 and 5 is 5 is greather at 4
The only HTML element that is required in the HEAD section of an HTML document (according to the W3C specifications for HTML 4, HTML 5 and XHTML) is the TITLE element.
The difference between 4 and 5 is 1 and the difference between 1 and 5 is 4.
-5-4 =-9 The difference is 9 (negative)
It means subtraction. Example: What is the difference of 9 and 5? 9-5=4 The difference (or answer) is 4!
There was no XML in HTML 4, and you can only add XML to HTML 5 if you reset the content MIME type. XML hasn't changed. But XML is a language used to define other languages. XML was used to define the standards for XHTML 1.0, the successor to HTML 4. The rules of XML apply in XHTML, because the language is based off of XML. These rules are not, in any way, part of HTML 4. HTML 5 is not, by default, an XML based language. But there is a version that allows one to use the XML (or XHTML) style serialization. If you do this, however, you have to deliver the document using an XML MIME type, like application/html+xml. (Normally, this involves messing with the server a bit.) See the related link for HTML 5 Doctor's take on XML serialization in HTML 5, as well as some other, useful links.
The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.
The difference between the numbers 4 and 5 is 1. The difference between the numbers 1 and 5 is 4.
4 + 5 = 9 4 and 5 are two numbers with the sum of 9 and have a difference of 5
Yes but a bit more. Difference is subtract and then take the absolute value. The difference between 5 and 9 is not 5 - 9 = -4, but abs(5 - 9) = abs(-4) = 4 Thus, the difference between 5 and 9 is the same as the difference between 9 and 5.
DHTML combines HTML, JavaScript, the HTML DOM, and CSS.