We want to create left margin of 10 pixels and right margin of-00119
This subjective question is related to the book/course vu bnk603 Consumer Banking. It can also be found in vu bnk603 Mid Term Solved Past Paper No. 1.
Question 1: We want to create left margin of 10 pixels and right margin of 15 pixels. Write css code to apply both properties.
Answer:
<HTML><STYLE>P {margin-left: 10px; margin-right: 15px} </STYLE> <BODY> </BODY></HTML>