Create a basic website with HTML, CSS, and JS Posted on April 9, 2021 by jonathan Here I walk you through the process of creating a very basic web page, including my process of debugging and searching for solutions. We will use Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), and just a touch of JavaScript (JS) to build a beginner-level web page document. This video is designed for beginners. Hopefully I will go over the process of actually making your website live on a server in a future video. Please let me know in the comments if you would find that helpful. Find the code used in this lesson on GitHub here: https://github.com/Outsmart-Big-Brother/create-a-basic-web-page-using-html-css-and-js For legal stuff, check out OBB’s Terms of Service . If the Bitchute embed does not work, you can try the copy on YouTube here:
Popular posts from this blog
How to use Secure SHell (SSH) Posted on May 7, 2021 by jonathan SSH (Secure SHell) is used in order to use one computer to control another computer. This can be done over insecure networks (like the Internet) because of the cryptography used to protect the data transferred between the computers involved. In this example, I use Parrot Security OS (a hacking-oriented operating system based on Debian Linux) as the computer that I physically touch and interact with. The other computer (which I remotely control) is my Raspberry Pi single-board computer (SBC), which I have already installed Ubuntu Server on. Ubuntu Server is another Debian-based Linux distro, but the “Server” part of its name means that it only comes with the command-line interface (CLI) and not a graphical user interface (GUI) which most people are used to. By the way, none of these links are affiliates. Feel free to try out substitutes (like a cloud server instead...

Comments
Post a Comment