how to write something to html code example
Example 1: start html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
Example 2: How to write on a web page javascript
document.write("Hello") !-- Hello for example