Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

simple website with html css and javascript

<html>
	<head>
  		<title> This is a webpage </title>
	</head>

	<body>
    	<p>This is a paragraph</p>
    </body>
</html>
 
PREVIOUS NEXT
Tagged: #simple #website #html #css #javascript
ADD COMMENT
Topic
Name
8+9 =