What knowledge must a website developer have?

HTML and CSS

Client script - JavaScript and the DOM

Server script - ASP, PHP

XML and SQL< /p>

XML Guide syntax

XML is a cross-platform, software- and hardware-independent tool for transmitting information.

XML Guide example

<?xml version="1.0"?>
<note>
    <to>Tove</to>
    <from>Jani</from>
    <heading>Reminder</heading>
    <body>Don't forget me this weekend!</body>
</note>