OneCompiler

Assignment 2.1 Divs

141
<!DOCTYPE html>
<html>
  <head>
    <title> 2.1 HTML: Divs </title>
  </head>
  <body>
    <!-- Part A & B - Create at least 3 Divs and Name them here. Make sure to include at least 3 sentences per Div. -->
	
	

    
  </body>

  
<!-- Do not remove following lines. They're used to test. -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="https://sites.webjam.org/grader/assignment2.1.js"></script>
</html>