+ 1
Guys,for every code must you enter <script>,<body> and <head>??
must you enter additional codes
2 Answers
+ 3
<!DOCTYPE html>
<html>
<head>
<script src="script.js"></script>
</head>
<body>
<h1>Title </h1>
<p>Text </p>
</body>
</html>
+ 1
You must enter head and body elements.
Script is additional