Welcome to the Linux Penguins
Tutorial & Resource Collection
Recent Posts
Basic Scratch
What Is Scratch? Scratch is a very basic drag-and-drop style programming language made by MIT to teach young children about coding. Step 1 – Modifying a Sprite Sprites are the main programmables in Scratch–they usually make up any characters in their program. You can resize, re-position, hide, show, and rotate them when selected in the… Continue reading Basic Scratch
Introduction to HTML tags
Intro What is html? HTML stands for hyper-text markup language. The reason we have a markup language is because we needed a way to communicate between people and computers. Html is what makes us able to tell the computer what we want to communicate to others through a web page more effectively. Tim Berners Lee… Continue reading Introduction to HTML tags