python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get adjacent col value in a div-table using js?
I have an html table, which is structured like this:
<body>
<div class="block div-table" id="sidebar-record-block">
<div class="div-table-row">
<di...
onit
Votes: 0
Answers: 1
Does using regular div tags instead of table and related tags affect accessibility?
I have a table which should show a typical table layout on larger screens and should become a column view on smaller screens. For example.
Desktop
| Name | age |
| Bob | 48 |
| Jane | 50 |
Mobi...

Muljayan
Votes: 0
Answers: 2
How to create a HTML table from an array?
I would like to create a table with the information from an array. I have created a table, however I am unable to pass the array into the table.
I would like it to create a table automatically from t...
TheNoob
Votes: 0
Answers: 2
Image failed to align vertically inside td
Please run the very simple snippet below.
You can see that spaces on top doesn't equal to spaces on bottom.
How to fix it?
<!DOCTYPE html>
<html>
<body>
<table>
<...
timepp
Votes: 0
Answers: 2