Please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please help

Read these words carefully! 1. Make a text which has 'HOME' written in the code 2. Make it *centered* 3. Make it as *huge* as possible Thank you!

24th Sep 2017, 11:56 PM
Jason Wade
Jason Wade - avatar
36 Answers
+ 1
i have edited and made it public in my acount
25th Sep 2017, 5:59 AM
Ashwath V K
Ashwath V K - avatar
+ 2
what about the *centered* part
25th Sep 2017, 5:40 AM
Jason Wade
Jason Wade - avatar
+ 2
yes, and can you explain how to put it underlined? I tried but won't work in css
25th Sep 2017, 5:47 AM
Jason Wade
Jason Wade - avatar
+ 2
underline won't work
25th Sep 2017, 5:50 AM
Jason Wade
Jason Wade - avatar
+ 2
not for me...
25th Sep 2017, 5:53 AM
Jason Wade
Jason Wade - avatar
+ 2
can you send me the exact code?
25th Sep 2017, 5:54 AM
Jason Wade
Jason Wade - avatar
+ 2
I made it public go on my profile and edit it, then save it to your profile and make it public
25th Sep 2017, 5:55 AM
Jason Wade
Jason Wade - avatar
+ 2
tell me when you're done
25th Sep 2017, 5:58 AM
Jason Wade
Jason Wade - avatar
+ 2
thank you!
25th Sep 2017, 6:00 AM
Jason Wade
Jason Wade - avatar
+ 1
I will try
25th Sep 2017, 5:05 AM
Ashwath V K
Ashwath V K - avatar
+ 1
HTML <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>HOME</h1> </body> </html>
25th Sep 2017, 5:07 AM
Ashwath V K
Ashwath V K - avatar
+ 1
css h1{ font-size:300px; }
25th Sep 2017, 5:10 AM
Ashwath V K
Ashwath V K - avatar
+ 1
adjust the font-size as how large you need it
25th Sep 2017, 5:11 AM
Ashwath V K
Ashwath V K - avatar
+ 1
the thing which i wrote as HTML and css are the topic so please don't include that in your code,If your doubt was cleared please give me up votes
25th Sep 2017, 5:13 AM
Ashwath V K
Ashwath V K - avatar
+ 1
oh
25th Sep 2017, 5:40 AM
Ashwath V K
Ashwath V K - avatar
+ 1
wait
25th Sep 2017, 5:40 AM
Ashwath V K
Ashwath V K - avatar
+ 1
just change the CSS
25th Sep 2017, 5:41 AM
Ashwath V K
Ashwath V K - avatar
+ 1
the code is h1{ font-size:300px; text-align:center; }
25th Sep 2017, 5:43 AM
Ashwath V K
Ashwath V K - avatar
+ 1
ok
25th Sep 2017, 5:43 AM
Ashwath V K
Ashwath V K - avatar
+ 1
ok
25th Sep 2017, 6:01 AM
Jason Wade
Jason Wade - avatar