Monday, February 24, 2025

ADVANCE 2025

 HTML TABLE SCROLL BAR 

<style>

     .table-container {

            width: 100%;

            overflow-x: auto; /* Enables horizontal scrolling */

            border: 1px solid #ddd;

        }

</STYLE> 

 <div class="table-container">



table 




</div> 

No comments:

Post a Comment

JAVA SCRIPT GET ELEMENT BY ID CONCEPT

  JavaScript getElementById() with HTML Control – Simple Example with Result What is getElementById() ? getElementById() is a JavaScript...