0
Where a script tag can be placed directly in html?
3 Answers
+ 2
Script tag can be placed inside the <head> or <body> tag in a html document
+ 1
A script tag can be placed directly in the body and head tags of the html code. But the programmers like to place it before the closing </body> tag.
Hot today
BMI calculator code project
0 Votes
SQL
1 Votes
Paint Costs
1 Votes
How to create a border
0 Votes
Overloading + operator
0 Votes