Coding camp
Lesson 3
Open Codezing using the link below.
Enter your username and password
Click on the Editor
Give the title as L3.1 and save the project.
How to start the html code?
How many boxes do we have?
<html>
<head>
</head>
<body>
</body>
</html>
How many divsets do we need?
<html>
<head>
</head>
<body>
<div id="unit?"></div>
</body>
</html>