SSSunny Shahinsunny-shah.hashnode.dev·Mar 7, 2023 · 4 min readHow to link JavaScript files to HTML?Let’s learn about ways to connect javascript with HTML What is the role of JavaScript in a Web Page? JavaScript helps in the implementation of features like submitting a form when the user clicks on the ‘Submit’ button. We can add JavaScript to HTML ...00
SSSunny Shahinsunny-shah.hashnode.dev·Feb 12, 2023 · 4 min readHow to center an image in HTML?Aligning images according to the content is very important. It brings attention and interest to the reader. And one thing you see often in centering an image. Images are inline-block elements means they stay inline like text but also have some width ...00