From the course: HTML, CSS, and JavaScript: Building the Web

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Putting it all together

Putting it all together

- [Instructor] Now that we've covered the basics of HTML and document accessibility, let's put it all together to create our virtual terrarium. You can follow along in the handout and repository resources provided. Before we get coding, let's take another look at our terrarium. What we're looking at here is the final product. As we know, we'll have our plants here on either side. Notice that we also have this glass terrarium right here in the middle. Since we have not learned about CSS yet, we're going to spend our time here really setting up the structure. When we move on to CSS with Natia, we'll be able to update our CSS file and watch our terrarium come to life with a nice pop of color. But for now, this is what we're working with. Looking back at the completed solution, what we want to do is get all of these plants on either side of the terrarium to load. Remember, we're not using CSS here, so it's going to look a little funny. We're also going to implement the HTML for the…

Contents