Comment imprimer Hello World en html
<!DOCTYPE html>
<html>
<head></head>
<body>HELLO WORLD</body>
</html>
FIRE IN CODING
<!DOCTYPE html>
<html>
<head></head>
<body>HELLO WORLD</body>
</html>
//how to print hello world in html using javascript
document.write("Hello World");