A showcase of my assignments and favorite builds from Computer class.

The code uses HTML to set a background, center headings, align text with images in a table, and display fruit images in a row.

This simple HTML and JavaScript program demonstrates how to use arrays to dynamically populate a table with song titles and their corresponding artists. It shows how data can be stored in arrays and displayed in a structured format on a webpage.

Description: A simple webpage displaying results of addition, subtraction, multiplication, division, and modulus using JavaScript. Each result is shown in clear, left-aligned text under the heading “Using Arithmetic Operators.”

Simple HTML table layout.