Coding Web Development

Saturday, September 19, 2020

Inline CSS



<!--Inline CSS-->
<body style="background-color: #000; color: #fff; font-family: 'Arial', sans-serif;">
  <table cellspacing="20">
    <tr>
      <td><img src="https://raw.githubusercontent.com/jsn01000111/site-demo/gh-pages/html/image%20elements/Images/git-black.png" alt="jsn010 site"></td>
      <td><h1><a href="https://github.com/jsn01000111" style="color: #fff; font-size:32px;">JSN010</a></h1>
      <p><em><strong><a href="https://www.udemy.com/">Udemy</a></strong> Web Development Bootcamp Student.</em></p>
      <p>About <a href="hobbies.html">My Hobbies</a> <a href="contact me.html">Contact Me</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>
  <h3>Projects</h3>
  <ul>
    <li><i class="fa fa-github" style="color:white;" aria-hidden="true"></i> <a href="https://github.com/jsn01000111/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>
  </ul>
  <hr>
  <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>
</body>

Inline CSS Demo

No comments:

Post a Comment

Tags