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 :: html star 
Html :: html table with sortable columns 
Html :: html project ideas 
Html :: tag list 
Html :: wrapping text around images 
Html :: how to use input type file and show selected file on screen 
Html :: iframe specific part of a web 
Html :: bulma file upload 
Html :: html how to make a link traget a new window 
Html :: navbar bootstrap 5 
Css :: css hide number input arrows 
Css :: custom selection color css 
Css :: input checkbox size 
Css :: button css shadow 
Css :: remove input styling 
Css :: skeleton css cdn 
Css :: 1 line darkmode css 
Css :: new line in url 
Css :: disable link using css 
Css :: css display table row gap 
Css :: out transition does not ease 
Css :: font border css 
Css :: css overflow truncate 
Css :: Failed to start ssh.service: Unit ssh.service not found. 
Css :: letter spacing css 
Css :: css fixed bottom 
Css :: scrollbar change css 
Css :: multiple text shadow 
Css :: center div in tailwind css 
Css :: circle css with text in the center 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =