14 Comments on “HTML Tutorial 01 – Basic Web Page”

  1. thanks for the tutorials
    but i have got a question based on the tables tutorial.
    how to set a background on different tables?

  2. Bro,is there anythig wrong here(below)?I saved but its not working.I am new in this field.

    <!doctype html>
    <html>
    <head>
    <title>Table</table>
    </head>

    <body>
    <table border="1.5" bgcolor="green" style="text-align:center">
    <tr>
    <th>SL</th>
    <th>Book Name</th>
    <th>Writer Name</th>
    <th>Price</th>
    <th>ISBN</th>
    </tr>

    <tr>
    <td>01</td>
    <td>Assembly Language</td>
    <td>Yths yu</td>
    <td>$45</td>
    <td>0-07-111218-9</td>
    </tr>

    <tr>
    <td>02</td>
    <td>The busy coder guide to Android Development</td>
    <td>Pijsuh</td>
    <td>$125<td>
    <td>02-1248-29</td>
    </tr>

    <tr>
    <td>03</tr>
    <td>Begginig Algorithms</td>
    <td>Parhto</td>
    <td>$250</td>
    <td>12-1991-03</td>
    </tr>

    </table>
    </body>
    </html>

  3. Very helpful, Brian. Invaluable for someone looking for a quick and effective tutorial for learning HTML. It took me a few hours to finish and review the 17 tutorials. I would appreciate more tutorials on HTML.

  4. I can not see picture on my page.There is only a annoying image sign in the corner.can you help me?

  5. Awesome! Excellent!! I really thankful to you. I've been looking for html to learn finally you've made it possible, Thank you so much again!

  6. Really helpful tutorial. You are a pretty good teacher too. Good job. It would be a blessing to have you as a mentor in programming. 

  7. Excellent tutorials man! 🙂 you are really a very good teacher… please upload more… i'm waiting for more…

Comments are closed.