Horje
differences between html and xhtml Code Example
differences between html and xhtml
In HTML, you can do this:
<meta charset="UTF-8"> and <meta charset="UTF-8" />
In XHTML you have to do this:
<meta charset="UTF-8" />
You can also do this in XHTML:
<custom-tag />
but you can't in HTML.




Html

Related
title Code Example title Code Example
how to pass dynamic url in Link react Code Example how to pass dynamic url in Link react Code Example
html css text style on a word Code Example html css text style on a word Code Example
angularjs input checked conditional Code Example angularjs input checked conditional Code Example
html date range input Code Example html date range input Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9