Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to create an html file

<!-- Use any text editor, create a new file, paste this
and save it as index.html-->

<!DOCTYPE html>
<html>
  <head>
		<title> A Sample Webpage </title>
  </head>
  
  <body>
     <p> Hello World! </p>
  </body>
</html>
Source by learn.coderslang.com #
 
PREVIOUS NEXT
Tagged: #create #html #file
ADD COMMENT
Topic
Name
1+9 =