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 example

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    
  </body>
</html>
Comment

html code example

<!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">
    <title>Example</title>
</head>

<body>
    <h1>This is Html example made by Sanket Suradakr</h1>
    <br>
    <p> <a href="https://www.linkedin.com/in/sanket-suradkar/">Connect me on linkedin</a>
    </p>

</body>

</html>
Comment

html code example

<!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">
    <title>Example</title>
</head>

<body>
    <h1>This is Html example made by Sanket Suradakr</h1>
    <br>
    <p> <a href="https://www.linkedin.com/in/sanket-suradkar/">Connect me on linkedin</a>
    </p>

</body>

</html>
Comment

html example

<html>
<body>
<h1>My First Heading</h1>
<b><!--This is a comment line--></b>
<p title="About Me" class="test">My first paragraph.</p>
<div class="cities">
<h2>London</h2>
</div>
</body>
</html>
Comment

html code example

<!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">
    <title>Example</title>
</head>

<body>
    <h1>This is Html example made by Sanket Suradakr</h1>
    <br>
    <p> <a href="https://www.linkedin.com/in/sanket-suradkar/">Connect me on linkedin</a>
    </p>

</body>

</html>
Comment

basic html code

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

html code example

<!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">
    <title>Example</title>
</head>

<body>
    <h1>This is Html example made by Sanket Suradakr</h1>
    <br>
    <p> <a href="https://www.linkedin.com/in/sanket-suradkar/">Connect me on linkedin</a>
    </p>

</body>

</html>
Comment

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<title>Swapping Songs</title>
</head>
<body>
<h1>Swapping Songs</h1>
<p>Tonight I swapped some of the songs I wrote with some friends, who
gave me some of the songs they wrote. I love sharing my music.</p>
</body>
</html>
Comment

html example

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Title</title>
  </head>
  <body>
    <p>Example</p>
  </body>
</html>
Comment

basic html code

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

PREVIOUS NEXT
Code Example
Html :: vuetify row center vertically 
Html :: placeholder image html 
Html :: if angular 
Html :: how to add a link to an image in html 
Html :: how to download folder using scp 
Html :: html link tag for other website 
Html :: html align text center 
Html :: chevron down html 
Html :: html input datetime-local 
Html :: add a html form 
Html :: internet and intranet 
Html :: html error font 
Html :: tailwind css toggle 
Html :: inspect google remote device disable screencast 
Html :: import bootstrap 
Html :: html radio only one checked 
Html :: html empty line 
Html :: html.textboxfor add default value 
Html :: BORDERS WITH TEXT IN IT 
Html :: html download link 
Html :: changing text colour in html 
Html :: insert svg file in html with animation 
Html :: how to add horizontal scroll bar in html 
Html :: HTML Tag Checker Online 
Html :: display success message after form submit in php 
Html :: html input box integer only 
Html :: is html easy? 
Html :: breaks html 
Html :: responsive flexbox navbar 
Html :: nav bar 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =