Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Basic HTML code

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <style>
    </style>
    <title>Document</title>
  </head>
  <body>
  </body>
</html>
Comment

html basic

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>
Comment

basic html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
</body>
</html>
Comment

basic html code

<!DOCTYPE html>
<html>
<head>
  <title>put your title here</title>
</head>
<body>
</body>
</html>
Comment

basic html code

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
  </body>
</html>
Comment

basic html

<p>My cat is very grumpy</p>
Comment

PREVIOUS NEXT
Code Example
Html :: embed replit 
Html :: add link to text html 
Html :: bootstrap vertical align 
Html :: html indice 
Html :: add Youtube videos to a website html 
Html :: css hide image if not found 
Html :: django jinja extract elements from form object 
Html :: add fav icon to browser tab html 
Html :: How can you make an email link 
Html :: routerlink forward ionic 
Html :: responsive meta tag 
Html :: span limit text length 
Html :: share to facebook html link 
Html :: angular innerhtml 
Html :: wie macht man ein iframe 
Html :: font awesome facebook icon 
Html :: how to make links in html 
Html :: thead position sticky 
Html :: jackson maven 
Html :: bootstrap add html 
Html :: html h1 not show 
Html :: align right tailwind 
Html :: add variable in innerhtml 
Html :: bootstrap border none modal header 
Html :: redirect html 
Html :: html link favicon 
Html :: how to display an array in html 
Html :: how to make a div stick to bottom of page bootstrap 
Html :: input type=text height width html 
Html :: meta http-equiv x-ua-compatible 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =