+ 2
Hi I'm Ashwath. You can call me Ash. I am learning basics of html. Can anyone tell me how to design a Website??
3 Respuestas
+ 3
<!DOCTYPE html>
<html>
<head>
<title>Your Website!</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<script language = "javascript" type="text/javascript" src="myScript.js">
</script>
</head>
<body>
<p> That's It . . . .</p>
</body>
</html>
+ 1
@Ash
With the first learn html, css and then you will understand everything
(translated using google translate)
0
Thanks man