Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

< tag >…… < /tag >

#id

Programme

<!DOCTYPE html>

<html>

<!--here starts the HTML file -->

<head>

<meta keywords=”htmls, learn, teach”/> (pour parler au serveur)

<link rel=”stylesheet” type=”text/css” href=”style.css”> (href a ajouter)

<title>THIS IS THE WEBSITE OF HTML5</title>

</head>

<body>

<div style=”color:blue;>

THIS IS MY WEBSITE

</div>

</body>

<!--here ends the HTML file -->

</html>

You might also like