+ 1
What is basic html structure
2 Réponses
+ 6
<!DOCTYPE html>
<html>
<head>
<title>Page title</title>
</head>
<body>
<p>Sample paragraph</p>
</body>
</html>
+ 5
Basic HTML Document Structure
https://www.sololearn.com/learn/HTML/1022/