From the course: Building HTML5 Forms with Dreamweaver

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Creating inline forms

Creating inline forms

- [Narrator] The first step in creating a new document in Dreamweaver using Bootstrap is to create a new document, so I'm in the new document dialogue, I've selected new document. HTML is my document type, and I have selected Bootstrap as my framework. Now, I've been here before, so Dreamweaver that I've got an existing set of the Bootstrap files, but, if I was here for the first time, I would select create new. I'm not going to select a pre-built layout. I showed you that three-column template earlier, but that's not what we're here for. We're here to use form design features, so I've deselected that, and I will click create, and yes, I'm going to override the Bootstrap CSS and JavaScript that I already had on my computer. Next, and this is an important step, I'm going to save this file, override an earlier version, and, by saving the file, I have established a link, you can see in line nine in the code, to the downloaded Bootstrap CSS. Also, if I scroll down to the bottom of the…

Contents