9

<html> <script> alert("Hello World"); </script> </html>
This will be my first line of code which is actually being used by users.

But is HTML it even code?

Comments
  • 7
    You forgot the "script" tags... that function is JS.
    Anyway, welcome to devRant!
  • 1
    HTML is code, but not a programming language. It's a markup language.
Add Comment