
Вот код моей таблицы:
Код: Выделить всё
Name
Note
Actions
To Clean Booksheleves
On 20th November
Delete
To Prepare Books Based on Category
on 25th November
Delete
(HTML и CSS):
Код: Выделить всё
Add
Add Tasks
Name[/b]
Login
Close
Код: Выделить всё
script>
function Popup() {
document.getElementById("myForm").style.display = "block";
}
function closePopup() {
document.getElementById("myForm").style.display = "none";
}
Подробнее здесь: https://stackoverflow.com/questions/744 ... of-a-table
Мобильная версия