Although I am very early I have read some books, saying that it is easier to maintain if HTML, CSS, and JS are separated. However, I am greedy for convenience, so I often write like this. However, when I used Firefox to debug today, I found that it is better not to write inline, because it is very unsafe. , because using Firefox’s firebug can easily invalidate the code!
< ;html>
<script> <br>function al() <br>{ <br>alert("good"); <br>} <br></script>
Save