Site menu

CodeCook.io

  • Languages
    • C
    • C++
    • CSS
    • Git
    • HTML
    • Java
    • JavaScript
    • jQuery
    • PHP
    • Python
    • Ruby
    • Scala
  • basic
  • output

HTML - Hello world

A classic piece of code that prints "hello world" to screen.

0
709
  • Share on Facebook
  • Share on Google+
  • Share on Twitter
<!DOCTYPE html>
<head>
<title>{{string}} page</title>
</head>

<body>
<p>{{string}}</p>
</body>

</html>
markup

Notes

last update: Oct. 28, 2014

Advertisement

This project is hosted on DigitalOcean, try it and support us

Other language

  • C++
  • Java
  • Python
  • JavaScript
  • AngularJS
  • PHP
  • Ruby

Random task

  • String to lowercase
  • Send key presses to element
  • Clear apache2 error log
  • Get DOM element data attribute
  • Create key value container
  • Blog
  • About
  • License