+ 3
rowspan not working?
I say rowspan isnāt working, but I actually have no idea if that is the problem since I just started HTML yesterday. rowspan is working when I only use it on two cells, but anything past 2 makes all of my cells go into one row. Anyone know how to fix it or what Iām doing wrong? :( https://code.sololearn.com/WhvE55gWSU23/?ref=app
3 Answers
+ 2
ćļ¼Øļ¼”ļ¼°ļ¼°ļ¼¹ ļ¼“ļ¼Æ ļ¼Øļ¼„ļ¼¬ļ¼°ć could you help me with this? sorry if tagging people is bad, ive seen other people doing this so im guessing its alright
+ 2
ćļ¼Øļ¼”ļ¼°ļ¼°ļ¼¹ ļ¼“ļ¼Æ ļ¼Øļ¼„ļ¼¬ļ¼°ć im trying to make a table like this
1 | 2 | 3 | 4 | 5
āāāāāā-
a | b | c | d | e
then add rowspan to make it like this
1 | 2 | 3 | 4 | 5
| | | |
āāāāāāā
if that makes sense?