Answers for "web page design using html"

6

simple html website coding

<!DOCTYPE html>
<html>
<head>
<style>
body {background="purple";}
</style>
<title>Page Title<title>
</head>
<body>
<h1>Yay</h1>
<p>yay is a word used to describe that your happy!</p>
</body>
</html>
Posted by: Guest on September-11-2020
0

website design html

Refer to these sites to learn:
1) https://www.w3schools.com/
2) https://www.tutorialspoint.com/index.htm
You can also watch youtube videos.
Posted by: Guest on May-26-2021
0

html code for website design

I woud watch a youtube tutorial or read some articles on how to do it.
Also, strangely enough, the Khan Academy HTML tutorials helped me out
when I first started learning.
Posted by: Guest on May-14-2021

Browse Popular Code Answers by Language