Search
 
SCRIPT & CODE EXAMPLE
 

HTML

DOCtype

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset=UTF-8>
    <title>Hello World!</title>
  </head>
  <body>
  </body>
</html>
Comment

doctype

<!--
adding a doctype tag makes you in the standard mode wich makes all you codes
of this type of html that you write his doctype are accepted

and without this tag your code will be in quarks mode and in this mode maybe
some of your codes will not be accepted
-->
Comment

doctype

<!DOCTYPE html>
This tag shows that it is running HTML5
Comment

PREVIOUS NEXT
Code Example
Html :: react bootstrap navbar fixed 
Html :: can get input value from dangerouslysetinnerhtml 
Html :: how to make a button not reload on click 
Html :: empty link javascript 
Html :: laravel murakkab old request 
Html :: rotate svg 
Html :: how to add button to open a website using html 
Html :: accept only numbers in textbox 
Html :: buttons in video tag html 
Html :: html favicon error code 
Html :: ion-datetime change event 
Html :: timestamp trigger is not defined 
Html :: html a href 
Html :: nuxt cursor focus 
Html :: meta tag viewport 
Html :: how to make a dark mode html 
Html :: html iframe tag 
Html :: how do you play audio files on html 
Html :: textarea autosize angular 
Html :: how to make an input not focusable in html 
Html :: jquery append html to top of div 
Html :: how to pass two values in one html.actionlink 
Html :: Dropdown and searchable text 
Html :: how to create input box in html 
Html :: auto reload 
Html :: check if javascript is enabled 
Html :: add delay to button 
Html :: stop website from letting you overscroll 
Html :: placeholder image html 
Html :: css bootstrap refresh icon 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =