- 12
rearrange the code to create basic html document structure
wat is the answer
12 Réponses
+ 9
<Empty>…
+ 2
<!doctype html>
<html>
<head><title></title></head>
<body>
</body>
</html>
+ 2
It wasn't a bug, it was a typo mistake :P ( now corrected )
+ 2
to create a valid video tag that will attempt to play the mp4 file first.?
0
anyways the code would not have run because there is no tag like that
but you owe me a thanks though
0
<!doctype html>
<html>
<head><title></title></head>
<body>
</body>
</html>
0
<html>
<head><title></title></head>
<body>
</body>
</html>
0
<html>
<head></head>
<body>
</body>
</html>
0
<html>
<head></head>
<body>
</body>
</html>
0
nothing
0
rearrange the code to create basic html document structure
wat is the answer
- 1
<!Doctype html>
<html>
<head><title></title></head>
<body>
</body>
</html>
this is a basic html structure
the first code posted by visph has a bug so dont use it.(hread)
thank you
but it would have helped alot if you posted the code you want to rearrange.