Experimentation with Bash

%%script bash
## Personal Experimentation
echo "Hello World!"
echo "Using the echo command!"
Hello World!
Using the echo command!

Experimentation with Basic HTML

%%html
<html>
    <head>
        <style>
            #output {
                background-color: #00008B;
                padding: 10px;
                border: 3px solid #ccc;
            }
        </style>
    </head>
    <body>
        <div id="output">
            Hello! This is basic HTML
        </div>
    </body>
</html>
Hello! This is basic HTML



Make Model Year Color Price
Ford Mustang 2022 Red $35,000
Toyota Camry 2022 Silver $25,000
Tesla Model S 2022 White $80,000
Cadillac Broughan 1969 Black $10,000
Ford F-350 1997 Green $15,000
Ford Excursion 2003 Green $25,000
Ford Ranger 2012 Red $8,000
Kuboto L3301 Tractor 2015 Orange $12,000
Ford Fusion Energi 2015 Guard $25,000
Acura XL 2006 Grey $10,000
Ford F150 Lightning 2024 Guard $70,000



Screenshot of Time Box Progress For Week 3

week3