InterviewSolution
| 1. |
Tell Me How To Convert An Html Page Into Xhtml? |
|
Answer» If we want to convert HTML pages into XHTML than you have to insert some lines at the starting of document. <?xml version="1.0" encoding="UTF-8"?> If we want to convert HTML pages into XHTML than you have to insert some lines at the starting of document. <?xml version="1.0" encoding="UTF-8"?> |
|