Unlocking Limitless Digital Possibilities
HTML
HyperText Markup Language
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Divi Pixel</title>
</head>
<body>
<h1>Welcome to MrTech Melbourne!</h1>
<div id="output"></div>
<script src="script.js"></script>
</body>
</html>
CSS
Cascading Style Sheets
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;}
h1, p {
text-align: center;
line-height: 1.5em;
margin-top: 50px;}
button {
display: block;
margin: 20px auto;
padding: 10px 20px;
background-color: #007bff;
color: white;
JavaScript
JavaScript, often abbreviated as JS
const output = document.getElementById('output');
output.innerHTML = 'Button clicked!';
const randomColor = '#' + Math.floor(Math.random()*16777215).toString(16);
// Apply the random color to the button background
document.getElementById('myButton').style.backgroundColor = randomColor;
// Create a new element
const newParagraph = document.createElement('p');
newParagraph.textContent = 'Dynamic content added!';
// Append the new element to the output div
output.appendChild(newParagraph);
});
Python
programming language
app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello from Python Flask!'
@app.route('/about')
def about():
return 'This is the About page.'
@app.route('/contact')
def contact():
return 'You can reach us at [email protected].'
if __name__ == '__main__':
app.run()
PHP
Scripting language
$message = "Hello from PHP!";
$numbers = array(1, 2, 3, 4, 5);
$sum = array_sum($numbers);
$result = ($sum % 2 === 0) ? 'even' : 'odd';
$doubledNumbers = array_map(function($num) { return $num * 2; }, $numbers);
$numbersJson = json_encode($numbers);
$doubledNumbersJson = json_encode($doubledNumbers);
$combinedArray = array(
"originalNumbers" => $numbers,
"doubledNumbers" => $doubledNumbers
);
?>
Our partners
Driven by innovation, collaboration, and quality craftsmanship, we create web solutions that bring ideas to life. Explore our work and connect with us. Together, we can build something extraordinary.
The Executive Team
Mrtech Melbourne

Crafting Real-World Solutions from Your Vision.
Empowering Your Digital Vision with End-to-End Development Solutions. Discover Innovation — Thrive with Confidence.
Website Experience
Designed to Inspire and Empower the Modern Web Creator.
Responsive Design for All Devices
Deliver a flawless user experience on every screen — from desktop monitors to smartphones. Our responsive design ensures your site looks and functions perfectly, no matter the device.
Tailor-Made Customizable Themes
Stand out with professionally designed themes that adapt to your brand’s identity. Easily customise layouts, colours, and content to make your website truly your own.
Seamless Social Media Integration
Extend your digital reach with seamless social media integration. Effortlessly share content and engage with your audience across platforms, all from your website.

MrTech Melbourne
How to Prep Your Content for a New Website

MrTech Melbourne
SEO Basics Every Small Business Owner Should Know
Turning your visions into tangible creations.
Web Design
Website Hosting
Beyond Design & Hosting
