To start a web page from scratch with html insert this code:
<html>
<head>
</head>
<body>
</body>
</html>
After you have done this, you can look at the html tips provided at this web page and use them between the
<body>
and
</body>
tags.
I suggest looking at this tip first.
Remember that to make a link, you use this code:
<a href="https://hateml.blogspot.com//search?q=tips-for-formatting-text">this tip.
NOTE: Some tips may need to go between the <head> and </head> . For example, all tips which use meta go in the head.