Basic html faysal sardouk

<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
  <meta charset="utf-8">
  <title> FAYSAL SARDOUK</title>
</head>
<table>
  <tr>
    <td><img src="FAYSAL PHOTO.jpg" alt="faysal profile picture"></td>
    <td>
      <h1>faysal</h1>
      <em>Programmer to be</em>
    </td>
  </tr>
</table>

<body>

  <h1>faysal</h1>
  <p><em>
      Programmer to be
    </em>
  </p>
  <hr>
  <h3>Education</h3>
  <ul>
    <li>css</li>
    <li>html</li>
    <li>jacascript</li>
  </ul>
  <hr>
  <h3>My hobbies</h3>
  <ol>
    <li>Programming</li>
    <li>Football</li>
    <li><a href="https://www.google.com/search?q=GYM&source=lmns&bih=714&biw=1536&hl=en&sa=X&ved=2ahUKEwjrguuAuuH2AhUNDhQKHcBjC54Q_AUoAHoECAEQAA">GYM</a></li>
  </ol>
  <p>
    for more information <a href="CONTACT.html">contact me</a>
  </p>
  <hr>
  <table cellspacing="10">
    <thead>
      <tr>
        <th>skills</th>
        <th>rating</th>
      </tr>
    </thead>
    <tr>
      <td>html</td>
      <td>⭐⭐⭐</td>
    </tr>
    <tr>
      <td>css</td>
      <td>⭐⭐⭐</td>
    </tr>
  </table>

</body>

</html>```
1 Like

Looks good and Simple. Nice work. Try adding some CSS Styles to it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.