<!
DOCTYPE html>
<html>
<head>
<title> Life of Coding </title>
</head>
<body>
<h1> what is coding <mh1>
<p> Coding, also known as computer programming, is how we communicate with
computers and tell them what to do. Through coding, professionals can build
programs, including websites and apps. </p>
<h2> what coding represents in the industry of AI </h2>
<p> Coding serves as the language that enables AI systems to function, as Ai
algorithms and models are built upon lines of code. It provides the instructions
and logic that dictate how machines learn, reason, and decisions. </p>
<h3> Examples of coding </h3>
<p>
<li> Javascript </li>
<li> Python </li>
<li> Java </li>
<li> and etc. </li>
</p>
</body>
</html>
<style>
body {
bgcolor: lightblue;
}
h1 {
color: white;
text-align: left;
}
h2 {
color: white;
text-align: left;
}
h3 {
color: white;
text-align: left;
}
P {
font-family: verdana;
font-size: 20px
}
</style>