Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html example

<html>
<body>
<h1>My First Heading</h1>
<b><!--This is a comment line--></b>
<p title="About Me" class="test">My first paragraph.</p>
<div class="cities">
<h2>London</h2>
</div>
</body>
</html>
 
PREVIOUS NEXT
Tagged: #html
ADD COMMENT
Topic
Name
8+5 =