rearrange the code to create basic html document structure | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 12

rearrange the code to create basic html document structure

wat is the answer

9th Feb 2017, 9:09 AM
Kanarti Mounika
Kanarti Mounika - avatar
12 Answers
+ 9
<Empty>…
9th Feb 2017, 10:04 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
<!doctype html> <html> <head><title></title></head> <body> </body> </html>
9th Feb 2017, 10:08 AM
visph
visph - avatar
+ 2
It wasn't a bug, it was a typo mistake :P ( now corrected )
9th Feb 2017, 10:24 AM
visph
visph - avatar
+ 2
to create a valid video tag that will attempt to play the mp4 file first.?
18th Feb 2019, 4:49 AM
Dagondon Jerson Ebido
Dagondon Jerson Ebido - avatar
0
anyways the code would not have run because there is no tag like that but you owe me a thanks though
9th Feb 2017, 10:39 AM
EMMANUEL NUOTAH TUONUO DERY
EMMANUEL NUOTAH TUONUO DERY - avatar
0
<!doctype html> <html> <head><title></title></head> <body> </body> </html>
14th Jan 2018, 7:11 AM
Majeed Khan
Majeed Khan - avatar
0
<html> <head><title></title></head> <body> </body> </html>
2nd Apr 2018, 3:44 PM
Ritik Gupta
Ritik Gupta - avatar
0
<html> <head></head> <body> </body> </html>
16th Apr 2018, 4:01 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
<html> <head></head> <body> </body> </html>
16th Apr 2018, 4:02 PM
nimra shahzad
nimra shahzad - avatar
0
nothing
10th Feb 2020, 7:27 PM
Morgan Stricklin
0
rearrange the code to create basic html document structure wat is the answer
8th Apr 2020, 6:02 AM
sharada chhapariya
sharada chhapariya - avatar
- 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.
9th Feb 2017, 10:23 AM
EMMANUEL NUOTAH TUONUO DERY
EMMANUEL NUOTAH TUONUO DERY - avatar