what cat is thinking
This is an illustrated guide to how your cat feels about you.
can you read cat’s mind?
not all cats are happy cats. but how can you tell?
body language
cat angry
- Back arched
- Unusually fluffy
- Is hissing or growling

Do not approach. Do not make loud noises. Do not move suddenly. Do not touch. Do not make eye contact.
Cat Content
- Food in bowl
- Lots of naps
- Is smiling

Congratulations, cat is happy.. For now. Approach slowly.
Cat Snuggly
- Rubbing cheek or body against you
- Purring
- Kitty make biscuits

Cat is hungry. Cat friendly when hungry. Pay attention until angry.
Elevator Butt
- Cat wants pet
- Cat may bite
- Cat may run away

Cat is indifferent to your presence.
Looking Out Window
- Looks outside longingly
- Tail wagging
- Chirping like bird

Cat would like to be released from the prison you call home.
now you know
You now know whether or not your cat loves you.
View happy bouncing cats
***Fellow classmates: I cannot change the code without drastically altering everything on my website that I’ve already worked so hard to design (you will probably get errors from the validator using the URL, so I’ve added the exact code for this specific block of HTML below to copy & paste into the validator.****
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Simple Article Page</title>
</head>
<body>
<div class="rae-page">
<header>
<h1>what cat is thinking</h1>
</header>
<main>
<article>
<h2>can you read cat's mind?</h2>
<p>not all cats are happy cats. how can you tell?</p>
<section>
<h2>body language</h2>
<h3>cat angry</h3>
<ul>
<li>Has back arched</li>
<li>Fur is standing up, extra fluffy</li>
<li>Is hissing or growling</li>
</ul>
<img src="https://dev.soriabio.com/wp-content/uploads/2026/04/Fierce-feline-in-vintage-comic-style-2-e1775471268986.png" alt="Fierce feline in vintage comic style">
<p>Do not approach. Do not make loud noises. Do not move suddenly. Do not touch. Do make eye contact.</p>
</section>
<section>
<h3>Cat Content</h3>
<ul>
<li>Has food</li>
<li>Has had enough naps</li>
<li>Is smiling</li>
</ul>
<img src="https://dev.soriabio.com/wp-content/uploads/2026/04/Purring-cat-receiving-a-gentle-pet-1-e1775471337926.png" alt="Cat purring while receiving a gentle pet">
<p>Congratulations, cat is happy.. For now. Approach slowly.</p>
</section>
<section>
<h3>Cat Snuggly</h3>
<ul>
<li>Is rubbing against you</li>
<li>Is purring</li>
<li>Is kneading you with their paws</li>
</ul>
<img src="https://dev.soriabio.com/wp-content/uploads/2026/04/Cat-affectionately-rubs-against-leg-e1775471438123.png" alt="Cat affectionately rubbing against leg">
<p>Cat is feeling social. Pay attention until angry.</p>
</section>
<section>
<h3>Elevator Butt</h3>
<ul>
<li>Cat wants pet</li>
<li>Cat may bite</li>
<li>Cat may run away</li>
</ul>
<img src="https://dev.soriabio.com/wp-content/uploads/2026/04/Stretching-cat-with-bold-yawn-e1775471382938.png" alt="Stretching cat with bold yawn">
<p>Cat is indifferent to your presence.</p>
</section>
<section>
<h3>Looking Out Window</h3>
<ul>
<li>Looking outside longingly</li>
<li>Wagging tail</li>
<li>Chirping</li>
</ul>
<img src="https://dev.soriabio.com/wp-content/uploads/2026/04/Cat-daydreaming-by-the-window-e1775471498268.png" alt="Cat daydreaming by the window">
<p>Cat would like to be released from the prison you call home.</p>
</section>
<section>
<h2>now you know</h2>
<p>You now know whether or not your cat loves you.</p>
<h3><a href="https://cat-bounce.com">View happy bouncing cats</a></h3>
</section>
</article>
</main>
<footer>
<p>Copyright Rae Darah Soria - I will add links here someday.</p>
</footer>
</div>
</body>
</html>

