JAVASCRIPT TUTORIALS
Wednesday, 21 January 2015
How to apply the Borders of Table using javascript
We can find the id of Table like
tbDemo
var
tbCruiseInfo = document.getElementById(
'
tbDemo
'
);
tbDemo
.border=
"1px"
;
tbDemo
.borderColor =
"black"
;
tbDemo
.style.borderCollapse=
"collapse"
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment