0
So what attribute(s) do you use instead of *language*, or do you just declare the type?
2 Answers
+ 1
No, i mean <script>
<html>
<head>
<title></title>
<script type="text/javascript">
.......
</script>
</head>
<body>
</body>
</html>
I already found out that you don't have to use any attribute apparently, in the next section though. Weird that they didn't specify that in this section but whatever.
0
<html lan="en" >
</html>
Mean this ?