Creating an html text is very simple and consists of only 5 steps!
Open up your coding software
Make an html File
I'm lazy so just put this in the Code -
<html>
<Body>
<p>your text here</p> <!-- p = paragraph(small). h1 = heading1(large) -->
</Body>
</html>
Some Lua I Know -
print("I'm lazy")
Top comments (0)