For recent version if HTML, like HTML 5. How is it started unlike the <html> tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

For recent version if HTML, like HTML 5. How is it started unlike the <html> tag?

HTML

23rd Dec 2020, 9:02 PM
Temidayo EJIDE
11 Answers
+ 2
yes you can open page with or without <html> line. If you do the next input will be <head>
23rd Dec 2020, 9:11 PM
Steve Coombes
Steve Coombes - avatar
+ 1
if not needing <html> the. straight into <head> but I’ve always run with <html> opener
23rd Dec 2020, 9:09 PM
Steve Coombes
Steve Coombes - avatar
+ 1
I don't really get.
23rd Dec 2020, 9:10 PM
Temidayo EJIDE
+ 1
Okay, thanks Coombes😎
23rd Dec 2020, 9:12 PM
Temidayo EJIDE
+ 1
codepen.io is a useful place to test and trial as it has error checking built in.
23rd Dec 2020, 9:12 PM
Steve Coombes
Steve Coombes - avatar
+ 1
Can I get an actual conversation with you? I really need a programmer friend that we can discuss stuff like this.
23rd Dec 2020, 9:13 PM
Temidayo EJIDE
+ 1
The question is not very clear.
23rd Dec 2020, 10:31 PM
Sonic
Sonic - avatar
+ 1
<!DOCTYPE HTML>
24th Dec 2020, 3:07 PM
Mamta Sikarwar
Mamta Sikarwar - avatar
+ 1
Don’t technically need <!DOCTYPE> with HTML5
24th Dec 2020, 4:10 PM
Steve Coombes
Steve Coombes - avatar
+ 1
What do you really mean??
24th Dec 2020, 10:17 PM
_SadeeQue
_SadeeQue - avatar
+ 1
Try to start with the html tag.
25th Dec 2020, 1:20 PM
Sonic
Sonic - avatar