How to add a class to the element?

Here is a way of adding the class. Replace blog withe the slug of the page. Example – This class will be added only on example.com/blog. Put this code in your header.php

<?php if($post->post_name === 'blog'){ ?>
    <html class="html-homepage">
<?php } else { ?>
    <html>
<?php ?>