What knowledge must a website developer have?

HTML and CSS

Client script - JavaScript and the DOM

Server script - ASP, PHP

XML and SQL< /p>

HTML Guide syntax

HTML is the main language for building websites/webpages.

HTML is an easy-to-learn markup language.

HTML uses tags like <p> inside angle brackets to define the content of a web page:

HTML Guide example

<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

Run Instance»

Click "Run Instance" " button to view online examples