+ 1
How to add input tag inside the table tag to make Qualification for C.V. questions ?
Hey, I am not writing about my C.V, Instead of it I am asking C.V question. For that I don't know to add it.
13 Respostas
+ 3
Future CEO Of Google
I don't think so there is
Are you facing any problem with this?đŻ
+ 3
You can only add it to the TD tagđ€
+ 2
there you go.
<table>
<tr>
<td><input type="name"></td>
</tr>
</table>
+ 2
For what?
+ 2
I am saying,
Related to what?
Which idea?
+ 1
First you will have to make a table element!
<table>
<tr>
<td>name:<input>
</td>
</tr>
</table>
+ 1
For making resume,
Especially for qualifications of resume,it is suitable in my opinion.
I have tried it earlier.
Once look at my project
+ 1
If you know already then why did you ask for it?
+ 1
<table>
<tr>
<td><input></td>
<tr>
</table>
0
I am a beginner so,I don't know much about it then you.
So, I have ask this question.
Do you any others idea
0
For learning
0
Bro I am saying,
Do you have any other idea to write in the table tag except earlier one.
0
While making CV question with the help of html that I had no any idea to how to make a text space of education qualification in table tag,
Once look my project and you will understand that problem of table tag and input yag