Image in div tag

Hi i need help with inserting an image (under about me).

Currently the code is :

(html):

<div class="row">
  <div class="side">
    <h2>About Me</h2>
    <h5>Photo of me:</h5>
    <div class="myimage" style="height:200px;">Image</div>
 -->

idk what to put in CSS

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

i am new here ahah sorry, thank you for the fix!

Here is the freeCodeCamp lesson that introduces images: