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

Unlock the full course today

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

Document attributes

Document attributes

- [Instructor] Welcome back. Here, we'll explore attributes and how they provide additional information about HTML elements. In this step, we have a lot to do here, so let's make some space so we can see our code a little better. I'm going to show you some tips and tricks in Visual Studio Code so that you can see a little bit more code on your screen. First, I'll click on the Explorer icon. What this does is hide the Explorer panel or any other panel that might be on the left side, so that gives a little bit more space. If I want to see those files again, I could just click on the icon once more. The other thing that I want to do here is close the terminal. One way to do this is by clicking this button all the way on the right here that looks like an X, or you could even drag the terminal all the way down to the bottom. I'll go ahead and click this X here. That's much better. Let's continue on to attributes. Attributes are used to specify properties, like character encoding, viewport…

Contents