DocHub allows you to change style in protocol swiftly and conveniently. Whether your document is PDF or any other format, you can effortlessly alter it leveraging DocHub's user-friendly interface and powerful editing tools. With online editing, you can alter your protocol without downloading or setting up any software.
DocHub's drag and drop editor makes customizing your protocol straightforward and streamlined. We securely store all your edited papers in the cloud, enabling you to access them from anywhere, anytime. On top of that, it's effortless to share your papers with users who need to check them or create an eSignature. And our native integrations with Google products help you import, export and alter and endorse papers right from Google applications, all within a single, user-friendly platform. Plus, you can easily turn your edited protocol into a template for repeated use.
All completed papers are securely stored in your DocHub account, are effortlessly managed and moved to other folders.
DocHub simplifies the process of certifying document workflows from day one!
yo whats going on guys youre watching JavaScript for beginners lesson 36 and in this video were going to start changing some [Music] Styles okay then so in the last video I showed you guys how to dive into this HTML grab an element then read or set the attribute values using two methods that was get attribute and set attribute now we can do the same thing with the style attribute so Im going to do that first okay then were going to look at the style property so lets first of all grab an element to play around with and Im going to choose this H2 right here its got an ID of page title so well store this in a variable well call it title equals document. getet element by ID and then well pass in the ID page hyphen title and that is going to store this element right here in this variable so now we can call those methods on it so well say say title. set attribute and currently youll notice its got no style attribute associated with it but thats okay because we can use this met