Tag: JS
-
Front-end Web Frameworks : (1) bootstrap.js
Introduction Bootstrap.js is a popular JavaScript framework for building responsive, mobile-first websites and web applications. It is an open-source framework developed by Twitter and is widely used by web developers around the world. Bootstrap.js is built on top of the popular jQuery library and provides a wide range of features and tools for building responsive,…
-
Websites Development from HTML, CSS and Javascript : (1) Hello world and simple button
Here is an example of a “Hello, World!” program in HTML: To create an HTML file, you will need to use a plain text editor, such as Notepad on Windows or TextEdit on Mac. Save the file with an .html extension, then open it in a web browser to see the result. Here is an…