HTML is client side or server side?

Answer:
Hypertext Markup Language or HTML is the code used to build web pages by describing content with the use of tags such as <table> or <form> or <p> for paragraph etc. HTML is executed on the client side which is the users PC. Browsers (IE, FireFox, Chrome etc) use these HTML tags to display content on a web page, such as an image or text or whatever content the author wants displaying to the user.

Published web pages containing HTML exist on a web server and indeed, through the use of web server scripting, HTML can be generated and then sent to the users browser, but this still means it is a client side language.
First answer by ID1377423501. Last edit by ID1377423501. Question popularity: 1 [recommend question].