Document-based workflows can consume a lot of your time, no matter if you do them regularly or only from time to time. It doesn’t have to be. In reality, it’s so easy to inject your workflows with extra productiveness and structure if you engage the proper solution - DocHub. Sophisticated enough to handle any document-connected task, our software lets you modify text, pictures, notes, collaborate on documents with other users, create fillable forms from scratch or templates, and electronically sign them. We even protect your information with industry-leading security and data protection certifications.
You can access DocHub editor from any place or system. Enjoy spending more time on creative and strategic tasks, and forget about cumbersome editing. Give DocHub a try right now and watch your Website Design Request workflow transform!
so in this video were going to make a web page that says hello to the user and then the user is going to type their name and the web page is going to say hello back but with their name included so its going to take input from the user and produce output that includes their name so thats going to involve making a javascript program so getting javascript along with our html to get that functionality happening so im going to make a new file here in visual studio code and i need to save it as an html file so that vs code recognize it as html so im just going to save this on my desktop im going to call it something like hello name hello name.html the important bit is the dot html extension because if youve got that then it recognizes it as an html document and what i love about vs code just the exclamation point and then tab and then it auto-completes a boilerplate for us um so we can type in here the title lets call it hello name or you can call it whatever you want to call your we