+ 4
Hi am a beginner I wanna learn how to create a html page
Creating html page
5 Antworten
+ 9
hi crazy bolex you can take the sololearn course here:
https://www.sololearn.com/learn/HTML/1021/
<!DOCTYPE HTML>
<html>
<head>
<title>SIMPLE HTML WEBPAGE</title>
<style></style>
<script></script>
</head>
<body>
<h1> HELLO WORLD</h1>
</body>
<footer>
</footer>
</html>
here is my code:
https://code.sololearn.com/WUcTvYfQ7JID/?ref=app
+ 5
Please follow the html tutorial on Sololearn.
+ 4
U can also go to tutorials point website