• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


26 Apr, 2025

Updated at 18 May, 2025

How can I improve the formatting of my HTML document for my personal blog?

I'm new to programming and I've decided to start my own blog to 1. improve my coding skills 2. share my life on a custom platform without any distractions.

The project is written in Python using the Django web framework. I'm familiar with Python and I am able to write simple applications using it. The project also utilizes HTML and CSS. I've decided to tackle the HTML part first to have the data the browser receives to be structured and elegant.

I'm not familiar with HTML and all of its element tags. I thought if I maybe have someone else look at it the quality of it could be improved. Here are some different HTML documents of my website:

index.html



    
    
    
        
    Casper's Blog.

    


    
    

Welkom op mijn blog site!

Wat leuk dat je deze site hebt gevonden. Op deze site deel ik mijn ideeën en dingen die ik meemaak ik mijn leven.

Casper Janssen © 2025

Alle rechten voorbehouden.

article_list.html

Artikel om te testen

Dit is een test artikel

April 24, 2025, 6:34 p.m.

Artikelen

Artikelen

Artikel om te testen

Dit is een test artikel

April 24, 2025, 6:34 p.m.

Test article

This is the description of the test article

April 24, 2025, 4:01 p.m.

Casper Janssen © 2025

Alle rechten voorbehouden.

gallery.html



    
    
    
        
    Gallerij

    


    
    
Description....

Testing Image

Description....

April 25, 2025

Casper Janssen © 2025

Alle rechten voorbehouden.

about.html



    
    
    
        
    Over mij.

    


    
    

Wie ben ik eigenlijk?

Mijn naam is Casper. Ik ben 17 jaar oud. Ik besteed mijn vrije tijd aan piano spelen, zingen, gamen, programmeren en met vrienden omgaan. Ik zit nu in mijn examenjaar en ben dus bijna klaar met school!

Casper Janssen © 2025

Alle rechten voorbehouden.

article.html



    
    
    
        
    Artikel om te testen

    


    
    

Artikel om te testen

April 24, 2025, 6:34 p.m.

Dit is de content van het test artikel

Casper Janssen © 2025

Alle rechten voorbehouden.

I would really appreciate if someone would look at it and give me feedback. Sorry if this is a dumb question, I'm new to web development and front-end isn't my strong suit. Also, if my English isn't perfect, it's not my first language, but I always appreciate feedback.

Thanks! Casper