TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ankur Sharma
NA
21
1.8k
horizontal column
Jan 4 2020 10:46 AM
hi guys im trying to make a table in a website by using notepad/.net but im not able to make horizontal column.
number of columns are increasing in a vertical order.
here is the codeing im using
<style>
table, th, td {
border
:
1px
solid
black
;
border-collapse
:
collapse
;
}
th, td {
padding
:
5px
;
text-align
:
left
;
}
</style>
</head>
<body>
<table style=
"width:100%"
>
<tr>
<th></th>
<th></th>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
can anyone help me and tell me what im doing wrong
thanks
Reply
Answers (
4
)
What is concept of Chopping ?
Devops and uses of devops.