1 / 5
Télécharger la présentation
Creating an XTML Webpage
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
List the changes to convert HTML document to XHTML document • The DOCTYPE Declaration must be changed in the first line of code (before the <html><tag>). • <!DOCTYPE html PUBLIC”-//W3C//DTDXHTML.1.0 Transitional//EN” http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
How many changes did you nedd to make? • One – XHTML DOCTYPE declaration
Was it difficult to make the changes? Why or why not? • Easy – you have already learned “clean” HTML coding techniques.
How would you check the accuracy of your XHTML coding? • Use the W3C XHML Validator
More Related