+ 3
Hey Guys Please help me with my code I want to to write more text pics in one div tag created but it it is limiting somehow
I can't write anymore content in it because of size of div tag or something else the page doesn't scroll down and adds some more stuff pls help me I am stuck pls have a look to my code on pc on mobile you wont get it as everything is messed up https://code.sololearn.com/WIKf6qWg6X1d/?ref=app
12 ответов
+ 6
But still styling in HTML is something we do 20 years ago. Nowaday, the preferred way is adding class to each HTML elements and style these classes with CSS. If you start the Sololearn CSS course, you can learn the right way in about 25 minutes. Don't hesitate, start learning now😉
+ 5
Take the styling out and put into CSS tab
You need to learn CSS course, and then you will know how to do it 😉
+ 5
Table header over size is due to line 9 font size=8
without unit means scale, so it's 8 times as large as usual. Decrease this scale or add a font unit
+ 4
Page over size is due to line 12 width and height over 300px
Change to a smaller width and height
+ 2
Thank you okay I'll learn CSS but is there any alternative I am stuck here i need to get it done
+ 2
okay I'll try it Gordon
+ 2
okay dude I'll then learn first
+ 1
thanks Gordon
+ 1
oh the images you mean?
+ 1
hey but is it okay to learn CSS directly without learning html5
+ 1
Learning CSS without Html5 is absolutely no problem
+ 1
Css knowledge is required