Search
 
SCRIPT & CODE EXAMPLE
 

HTML

table design in html

<table border="1">
  <tr>
    <td align="center"><b>Data Heading1</b></td>
    <td align="center"><b>Data Heading2</b></td>
   </tr>
  <tr>
    <td>Data 1</td>
    <td>Data 2</td>
   </tr>
  <tr>
    <td>Data 1a</td>
    <td>Data 1b</td>
   </tr>
</table>
Comment

PREVIOUS NEXT
Code Example
Html :: fork me github code 
Html :: how to set timeout for a div tag in html 
Html :: simple program of html 
Html :: v-expansion-panel example 
Html :: how to create seprate flex box for adding items into the box 
Html :: div html 
Html :: html input get number 
Html :: bootstrap navs tabs code 
Html :: bootstrap sweetalert 
Html :: can se have same id for radio button in html 
Html :: html input checkbox checked 
Html :: how to create bold text in html 
Html :: Simple random code generator 
Html :: how to do a line break in html 
Html :: what is the PERN stack 
Html :: Superscript the word using html 
Html :: html popup form 
Html :: line break html 
Html :: background color bootstrap 
Html :: vue paragraph not showing when class applied to it 
Html :: thymeleaf for each limit size 
Html :: display element with ng-template 
Html :: how to use variables in html 
Html :: how to add public_html 
Html :: Select with checl box 
Html :: make link open in new tab 
Html :: html confirm box making text bold 
Html :: md-autocomplete 
Html :: disabled button by attr 
Html :: HTML <figure and <figcaption Elements 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =