How to create a table like a Excel sheet through HTML&CSS? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

How to create a table like a Excel sheet through HTML&CSS?

7th Mar 2017, 6:09 AM
Chandra Bora
Chandra Bora - avatar
2 ответов
+ 7
For a simple table spread across all your webpage, you should use loops to create the cells and rows according to the height and width of the viewport of the page. Or if you want to just fill it irrespective of responsiveness, you can use Emmet to simplify your task. What is Emmet: emmet.io
7th Mar 2017, 6:57 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 1
thanks #ChiragBhansali
23rd Aug 2017, 1:40 PM
Chandra Bora
Chandra Bora - avatar