Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

htmml

<!DOCTYPE html>
<html>
<head>
  <!--The title-->
	<title>Page Title</title>
</head>
<body>
<!--Everything on the Web Page-->
<h1>This is a Heading</h1>
  <div class="paragraphs">
	<p>This is a paragraph.</p>
	<p>Lorem ipsum dummy text babbla.</p>
	<p>LOL.</p>
  </div>
</body>
</html>
 
PREVIOUS NEXT
Tagged: #htmml
ADD COMMENT
Topic
Name
1+3 =