InterviewSolution
| 1. |
How To Enter Element Content? |
|
Answer» Most of XHML ELEMENTS allow you to specify CONTENTS. But there are some XHTML elements that do not allow any contents. If an XHTML element does allow element content, you need to enter the content between the opening TAG and the CLOSING tag.
Most of XHML elements allow you to specify contents. But there are some XHTML elements that do not allow any contents. If an XHTML element does allow element content, you need to enter the content between the opening tag and the closing tag.
|
|