From the course: Create a Quick, Clean, and Cheap Website with Bootstrap Templates

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

HTML page structure and website text content

HTML page structure and website text content - Bootstrap Tutorial

From the course: Create a Quick, Clean, and Cheap Website with Bootstrap Templates

Start my 1-month free trial

HTML page structure and website text content

- [Instructor] Now that you've learned how to change your website's layout to be responsive using bootstrap classes, it's time to move on to your website's basic content. If you already know the essentials of HTML coding, like links, images, lists, and buttons, feel free to move on to the third video in this chapter, we will discuss adding basic styles to the page. Now we've already gone over the HTML page structure in Chapter 1, but for a quick review, let's start at the top of our index.html file, we've got the DOCTYPE declaration, the html opening tag, as well as the head tag for less visible content, then we've got our body tag where we put most of the main page content that we'll be able to view in our browser here. Then of course, at the end of the file, we have the closing tags, in this case, the body and the html tag. Now the first new set of tags that I want to teach you about are the header tags. Header tags…

Contents