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

Height

Please How can I make height of the head of my table more than the rest https://code.sololearn.com/W25i71i5M9GN/?ref=app

17th Jan 2020, 11:27 PM
Umar Bashir
Umar Bashir - avatar
16 Answers
+ 3
Ah okay, use height attribute after your width attribute to increase height, try this! <tr class="rrr"> <td width=20% height=50px>month</td> <td width=15% height=50px>week</td> <td width=5% height=50px>day</td> </tr>
17th Jan 2020, 11:50 PM
{P~A} Programmation Addict
{P~A} Programmation Addict - avatar
+ 3
Use the height attribute
19th Jan 2020, 7:53 PM
Gopal Agarwal
Gopal Agarwal - avatar
+ 2
Hi, You want to increase height from your HTML Document head?
17th Jan 2020, 11:36 PM
{P~A} Programmation Addict
{P~A} Programmation Addict - avatar
+ 2
You already have a class named 'rrr' for those 3 elements. So, using css would would save you some time and make the code cleaner. .rrr{ height: 50px; }
18th Jan 2020, 3:38 AM
Lord Krishna
Lord Krishna - avatar
+ 2
Hmm, does this show any effect for you? https://code.sololearn.com/WIiuMspMohPm/ BTW, there's a typo on line 12 for value of height.
18th Jan 2020, 11:10 AM
Lord Krishna
Lord Krishna - avatar
+ 1
It works thanks 😌🙏
17th Jan 2020, 11:52 PM
Umar Bashir
Umar Bashir - avatar
+ 1
Np 😉
17th Jan 2020, 11:53 PM
{P~A} Programmation Addict
{P~A} Programmation Addict - avatar
+ 1
Thanks Lord😌🙏
18th Jan 2020, 12:07 PM
Umar Bashir
Umar Bashir - avatar
+ 1
the height of the text in a html or paragraph</p> is a element called col here is a example <input row=“2” <a col=“5” The col element is the width and the row is the height the height
19th Jan 2020, 4:14 PM
Daniel Bloedow
Daniel Bloedow - avatar
0
Yes
17th Jan 2020, 11:36 PM
Umar Bashir
Umar Bashir - avatar
0
Can I?
17th Jan 2020, 11:38 PM
Umar Bashir
Umar Bashir - avatar
0
The head section? Who contains '' my table ''?
17th Jan 2020, 11:44 PM
{P~A} Programmation Addict
{P~A} Programmation Addict - avatar
0
No the head of the table that contain month, week and day
17th Jan 2020, 11:46 PM
Umar Bashir
Umar Bashir - avatar
0
Ok let me try
17th Jan 2020, 11:50 PM
Umar Bashir
Umar Bashir - avatar
0
I did that but no effect 😊
18th Jan 2020, 6:00 AM
Umar Bashir
Umar Bashir - avatar
0
Good
19th Jan 2020, 8:10 PM
Mohamed Adaghass
Mohamed Adaghass - avatar