Using the 'div' Tag : DIV : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » DIV »

 

Using the 'div' Tag



<html>
<head>
  <title>JavaScript Unleashed</title>
</head>
<body>
  Before the first block.
  <div name="layer1"><hr>DIV 1<hr></div>
  After the first block.
  <br>
  Before the second block.
  <div name="layer2"><h3>DIV 2</h3><p>I am inside the second DIV block.</p></div>
  After the second block.
</body>
</html>

           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» DIV