How is my html so far | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How is my html so far

<html> <head> <title>first code<title> <body> <p>hello fellow geeks</p> </body> </head> </html>

14th Jan 2020, 1:11 PM
Uwimaana Olivia
30 Answers
+ 7
Not bad for a beginner. Could use some color, and your head tag is in the wrong spot.
15th Jan 2020, 8:35 PM
[No Name]
[No Name] - avatar
+ 5
nop, this way. <html> <head> <title>first code</title> </head> <body> <p> thank you for the correction </p> </body> </html>
14th Jan 2020, 1:46 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 5
Ya nice code for beginners 😀
15th Jan 2020, 3:13 AM
Prashant Shukla
Prashant Shukla - avatar
+ 3
Nice one to start
15th Jan 2020, 4:05 PM
Anish shetty K
Anish shetty K - avatar
+ 2
Thx
14th Jan 2020, 1:40 PM
Uwimaana Olivia
+ 2
<html> <head> <title>another code </title> </head> <body> <h1>Thank you for all the corrections</h1> </body> </html>
14th Jan 2020, 1:53 PM
Uwimaana Olivia
+ 2
K
14th Jan 2020, 2:25 PM
Uwimaana Olivia
+ 2
Depends on u
15th Jan 2020, 4:03 PM
Shaikh Mohammed Hassaan
+ 2
You can close the head just after you've opened it
15th Jan 2020, 8:32 PM
Ratan Sharma
Ratan Sharma - avatar
+ 2
Yes, that's good! For beginner is fine, but first write it so: <html> <head <title>First Code</title> </head> <body> <p>Hello fellow geeks!</p> </body> </html> Im using spaces for beatiful code, but what about ur code? Thats your way. Im happy, that we have + for SoloLearn's community. Good luck bro!
15th Jan 2020, 10:02 PM
Anisimov David
Anisimov David - avatar
+ 1
close </head> before <body>.
14th Jan 2020, 1:32 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
<html> <head> <title>first code<title> <body> <p> thank you for the correction <p> </head> </body> </html>
14th Jan 2020, 1:43 PM
Uwimaana Olivia
+ 1
Ouk I get forgot to close the p tag
14th Jan 2020, 1:47 PM
Uwimaana Olivia
+ 1
But let me try it
14th Jan 2020, 1:48 PM
Uwimaana Olivia
+ 1
no, notice </head> before <body>
14th Jan 2020, 1:50 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
alright 👍
14th Jan 2020, 1:54 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
<html> <head> <title>Cheer up</title> </head> <script> #headline { Width: Xpx; Height: Ypx; Text-align: center; Background:-webkit-linear-gradient(45deg, #61e5ff, white); Color:black; Padding: Zpx; } </script> <body> <div class="headline">Every step no matter how small makes you closer to your dreams</div> </body> </html>
14th Jan 2020, 9:34 PM
Noximus
Noximus - avatar
+ 1
Noximus I think you mean <style> instead of <script> <style> for CSS <script> for JavaScript
15th Jan 2020, 9:29 AM
Atewogbola Ayomide
Atewogbola Ayomide - avatar
+ 1
You can not use the <head> tag inside the <body> tag.
15th Jan 2020, 3:20 PM
Rohullah Soroush
Rohullah Soroush - avatar
16th Jan 2020, 3:58 AM
Shivam Kumar Pandey
Shivam Kumar Pandey - avatar