+ 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??

12th Mar 2018, 9:22 AM
ASHWATH
ASHWATH - avatar
3 odpowiedzi
+ 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>
12th Mar 2018, 9:43 AM
H. Ahmadian
H. Ahmadian - avatar
+ 1
@Ash With the first learn html, css and then you will understand everything (translated using google translate)
13th Mar 2018, 2:56 AM
***
0
Thanks man
12th Mar 2018, 10:28 AM
ASHWATH
ASHWATH - avatar