Refer to HTML below:
contents.
Which expression outputs the screen width of the element with the ID card-01?
document.getElementById(‘ card-01 ’).getBoundingClientRest().width
document.getElementById(‘ card-01 ’).style.width
document.getElementById(‘ card-01 ’).width
document.getElementById(‘ card-01 ’).innerHTML.lenght*e
Submit