It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://homeandhobbyhelpfulls.synthasite.com/resources/RSS/HHH-RSS.xml

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.        <meta charset="utf-8">
  5.        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6.        <title>Error</title>
  7.        <meta name="description" content="">
  8.        <meta name="viewport" content="width=device-width, initial-scale=1">
  9.        <link href="https://fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet">
  10.        <style type="text/css">
  11.            body {
  12.                background-color: #fff;
  13.            }
  14.  
  15.            .oops {
  16.                font-family: Roboto, sans-serif;
  17.                font-weight: 500;
  18.                line-height: 120px;
  19.                font-size: 88px;
  20.                color: #DADDE0;
  21.            }
  22.  
  23.            .error-msg {
  24.                position: absolute;
  25.                left: 50%;
  26.                top: 50%;
  27.                transform: translate(-50%, -50%);
  28.                text-align: center;
  29.            }
  30.  
  31.            .error-msg h1 {
  32.                font-family: Roboto, sans-serif;
  33.                font-weight: 500;
  34.                line-height: 28px;
  35.                font-size: 16px;
  36.                color: #30373D;
  37.                margin-top: 16px;
  38.                margin-bottom: 0;
  39.            }
  40.  
  41.            .error-msg p {
  42.                text-align: center;
  43.                color: #30373D;
  44.                font-family: Roboto, sans-serif;
  45.                font-weight: 500;
  46.                font-size: 1.3em;
  47.                margin-left: 10%;
  48.                margin-right: 10%;
  49.            }
  50.  
  51.            .error-msg a {
  52.                color: #5A79B1;
  53.            }
  54.        </style>
  55.    </head>
  56.    <body>
  57.        <div class="error-msg">
  58.            <span class="oops" >Oops!</span>
  59.            <h1>Your site is not published</h1>
  60.        </div>
  61.    </body>
  62. </html>
  63.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda