Guys,for every code must you enter <script>,<body> and <head>?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Guys,for every code must you enter <script>,<body> and <head>??

must you enter additional codes

5th Aug 2018, 6:32 AM
Jexo
2 Answers
+ 3
<!DOCTYPE html> <html> <head> <script src="script.js"></script> </head> <body> <h1>Title </h1> <p>Text </p> </body> </html>
5th Aug 2018, 9:56 PM
program
program - avatar
+ 1
You must enter head and body elements. Script is additional
5th Aug 2018, 7:14 AM
Chalza
Chalza - avatar