Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html make table columns same width

<table style="table-layout: fixed; width: 100%;" >
<tr>
  <td style="width:25%;">First column</td>
  <td style="width:25%;">Second column</td>
  <td style="width:25%;">Third column</td>
  <td style="width:25%;">Fourth column</td>
</tr>
Comment

table all cells same width

<table style="table-layout: fixed; width: 100%;" >
Comment

PREVIOUS NEXT
Code Example
Html :: shopify include css file 
Html :: contenteditable onchange 
Html :: wie macht man ein iframe 
Html :: html input type file accept excel 
Html :: javascript void link 
Html :: font awesome facebook icon 
Html :: tailwind css select 
Html :: how to add button to open a website using html 
Html :: disable a tag 
Html :: thead position sticky 
Html :: named slot vue 
Html :: laravel blade html content 
Html :: twig captitalize 
Html :: tailwind display inline block 
Html :: extend in html django 
Html :: align right tailwind 
Html :: html font size 
Html :: what is html 5 
Html :: html not showing 
Html :: how to make a clear button in javascript 
Html :: ionic vertical align center 
Html :: hidden label html 
Html :: bootstrap responsive table 
Html :: laravel blade @checked 
Html :: basic html webpage 
Html :: do you like grepper 
Html :: what kind of cancer did technoblade get 
Html :: how to add datepicker in bootstrap(html form) 
Html :: regular expression to look for html tags 
Html :: html not a language 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =