“tutoriel HTML” Réponses codées

html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>HTML basics</title>
    </head>
    <body>


    </body>
</html>
Strange Sheep

tutoriel HTML

<h1>Hello world!</h1>
codingiscool

Html

<html>
<body>
<h1>HTML ROCKS!!</h1>
</body>
</html>
Expensive Eland

tutoriel HTML

<!DOCTYPE html> <!-- For the website to know what is this type of file -->

<html lang="en">
  
  <head>
    <title>Example Of HTML</title>
    
    <style>
      p {
        background-color: black;
        color: white;
      }
    </style>
  </head>
  
  <body>
    <p>This is an example of a website</p>
    <button>yea, Its my first learning!</button>
    <button>no, i already leaned</button>
  </body>
  
</html>
ContentGamer

Réponses similaires à “tutoriel HTML”

Questions similaires à “tutoriel HTML”

Plus de réponses similaires à “tutoriel HTML” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code