Search
 
SCRIPT & CODE EXAMPLE
 

HTML

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.
Comment

difference between xhtml and html

<!--- HTML --->
<br>
<!--- XHTML --->
<br />
<!--- HTML --->
Hypertext Markup Language
<!--- XHTML --->
eXtended Hypertext Markup Language
<!--- HTML --->
<BUTTON> HTML is case-insensitive</BUTTON>
<!--- XHTML --->
<button> Strictly lower case </button>
Comment

PREVIOUS NEXT
Code Example
Html :: how to use html shortcuts 
Html :: host images for free html 
Html :: tailwind resize none 
Html :: set file allow html 
Html :: how to reduce the size of a button in boostrap 
Html :: html how to move element to the bottom right of page 
Html :: bootstrap alerts 
Html :: colab to html 
Html :: django python variable in html 
Html :: html <br 
Html :: mat-tooltip on disabled button 
Html :: datepicker bootstrap 
Html :: slick slider video play 
Html :: center class in html 
Html :: html to pdf angular 
Html :: image as banner html 
Html :: how to add preloader in html page 
Html :: add image in html 
Html :: amp-img example 
Html :: javascript popup form 
Html :: html elements 
Html :: how to download file html button 
Html :: relative path 
Html :: html href new tab 
Html :: html tables 
Html :: html data-target modal 
Html :: ios to pc file transfer 
Html :: align button on bottom of div 
Html :: link em imagem html 
Html :: connect html to mysql database 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =