Coding Web Development

Thursday, September 24, 2020

HTML Divs



<body>
<!--Div Tag-->
  <div class="anchor-nav">
    <p><h2>About | <a href="hobbies.html">My Hobbies</a> | <a href="contact me.html">Contact Me</a></h2></p>
  </div>
  <!--Div Tag-->
  <div class="top-container">
  <table cellspacing="20">
    <tr>
      <td><img class="jsnamr" src="https://raw.githubusercontent.com/jsnamr/Github-Pages/gh-pages/My-Site/HTML/Image%20Elements/Images/GitMe-1.png" alt="jsnamr site"></td>
      <td>
        <h1 id="heading">JSNAMR</h1>
        <p><strong>Udemy Student</strong><br>
          <a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/"><em>The Complete 2020 Web Development Bootcamp</em></a>
        </p>
        <p>I am an Beginner Web Developer. I am a fan of web development, programming, and Coding.</p>
        <p><strong></strong>"while not succeed try. ."</strong> <em>while(!(succeed = try ()));</em></p>
      </td>
    </tr>
  </table>
  <hr>
</div>
<!--Div Tag-->
<div class="middle-container">
  <h3>Projects</h3>
  <ul>
    <li><i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/jsnamr/WebFundamentals">Github</a> - Discover, share, and build better software.</li>
    <li><i class="fa fa-android" aria-hidden="true"></i> <a href="https://developer.android.com/studio">Android</a> - Learning android application development.</li>
    <li><i class="fa fa-gamepad" aria-hidden="true"></i> <a href="https://www.youtube.com/channel/UCyFWSK_NPUSELF8xglrhT-A">Video Game</a> - Play Retro Classic Games of Yesterday.</li>
  </ul>
  <hr>
</div>
<!--Div Tag-->
<div class="bottom-container">
  <h3>Skills</h3>
  <table cellspacing="10">
    <tr>
      <td>
        <table>
          <tr>
            <td>Tech Support</td>
            <td>✪✪✪✪✪</td>
          </tr>
          <tr>
            <td>Android Development</td>
            <td>✪✪✪✪</td>
          </tr>
          <tr>
            <td>Web Development</td>
            <td>✪✪✪</td>
          </tr>
          <tr>
            <td>Photo Editing</td>
            <td>✪✪</td>
          </tr>
        </table>
      </td>
      <td>

      </td>
    </tr>
  </table>
</div>
</body>

No comments:

Post a Comment

Tags