Please rate my first site

<!DOCTOTYPE html>
<html>
    <head>
<title>Test Site</title>
<meta charset="utf-8">
<meta name="keywords" content="Hi its my first site"
<meta name="description" content="I want creat other websites">

<link rel="shortcut icon" href="https://browser.ru/.ico"
<h2>Hello</h2>
<h2>Its my site</h2>
<p id="idevloper">Star platinum <br> The world</p>
<p>Hi its my first site its 1 version i want creat new sites</p>
<p><b>this site create to visual studio code and html 5</b>
    <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><target="_blank">Click to me</a>
<br>
    <a href="#ideveloper">Click</a>

    <ul>
    <li>1 Element</li>
    <li> <a href="https://www.youtube.com/watch?v=BDmvkPNyA3k">Funny</a> Click to Link</li>
</ul>

    
    <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSyrM7HACYGILY3XwSlD28M-56_1suNI6_MeQ&usqp=CAU" alt="300">

    <hr>

    <table border="1">
        <thead>

        </thead>
        <tr>
        <th>Site's engine<th>
          <th>Numbers</th>  
        </tr>
        <tbody>

        </tbody>
        <td>Python</td>
        <td>1</td>
        <tr>1</tr>
        <td>html</td>

        <tfoot>
       <tr>
       <td colspan="2">results 2</td>
       </tr>
        </tfoot>
    </table>
    <form class="" action="index.html" method="post">    
    <input type="text">
    <p>Text</p>
    <input type="submit" name="" value="sent">
    <input type="number">
    <p>Number</p>
    <input type="submit" name="" value="sent">
    <input type="month">
    <p>Month</p>
    <input type="submit" name="" value="sent">
   
    </form>

    <div class=""

   </div>

    </head>

    <body>
    
 
    </body>
</html>

Validate your HTML.

https://validator.w3.org/nu/#textarea

I would suggest you add some CSS as well.

If you want people to give feedback use something like Codepen instead.


I’ve edited your code 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 (').

I’m not sure how serious this post is, given that the first link leads to Rick Astley “Never gonna give you up”.

Someone is rick-rolling fCC.

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