Code and output for span:

Code:

    <!DOCTYPE html>
    <html>
    <head>
      <title>HTML Example</title>
      <style>
      h1{color:red;}
      p{color:blue;}
      </style>
    </head>
    <body>
    <p>My mother has <span style="color:blue;font-weight:bold">blue</span> eyes.</p>
     <h1>App Genesis soft solutions pvt ltd</h1>
    </body>
    </html>
  

Output:

My mother has blue eyes.

App Genesis soft solutions pvt ltd