Question regarding tables. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Question regarding tables.

how to make tables with square boxes in html5.If we are writing only a single letter in it.

8th Jun 2017, 3:14 AM
RZK 022
RZK 022 - avatar
8 Answers
+ 3
I have edited your code a bit... https://code.sololearn.com/WGrxe0PQaHhQ/?ref=app
8th Jun 2017, 4:05 AM
Mrinal Bhagabati
Mrinal Bhagabati - avatar
+ 3
not that ones if i am typing a letter like h in it then it shows a rectangular block.
8th Jun 2017, 3:24 AM
RZK 022
RZK 022 - avatar
+ 3
https://code.sololearn.com/WWtD4G65M73q/?ref=app consider this . I want perfect square boxes in it.
8th Jun 2017, 3:29 AM
RZK 022
RZK 022 - avatar
+ 3
okay
8th Jun 2017, 4:35 AM
RZK 022
RZK 022 - avatar
+ 1
for square box use same height and width in <td> tags in table.
17th Jun 2017, 10:03 AM
Vishwajeet
Vishwajeet - avatar
- 1
Table cells are square boxes.
8th Jun 2017, 3:23 AM
Calviղ
Calviղ - avatar
- 1
You can add input [type='text'] tag inside td tags
8th Jun 2017, 3:27 AM
Calviղ
Calviղ - avatar
- 1
Add this Css: td h2 { margin: 0; } * show your code when you ask a question next time, will make you get a solution faster. 😊
8th Jun 2017, 3:36 AM
Calviղ
Calviղ - avatar