2022-2023/1NSI/08_Interaction_web/script/1E_index.html

14 lines
222 B
HTML
Raw Normal View History

2023-02-23 17:24:09 +00:00
<!DOCTYPE html>
<head>
<title> "Langages" </title>
2023-02-23 17:24:09 +00:00
<meta charset="utf-8">
</head>
<body>
<h1>Langages du web</h1>
<ul id="langages">
<li> HTML </li>
<li> CSS </li>
</ul>
</body>
</html>