Recommendation from BiruniWeb:
Find news, information and updates about BiruniWeb at Biruni News.
Link: Biruni News
Go in your text editor such as Notepad++, gedit or Kate.
Make a new document and save it as "Hello World! prompt.html".
In the document, type in
<!DOCTYPE html>
<html>
<body>
<h1>Hello</h1>
<p>World!</p>
</body>
</html>