Here’s a friendly, practical guide to how to cook eggs in several classic styles, plus a bit of forum‑style flavor at the end. 🥚

H1: How to Cook Eggs (Beginner‑Friendly Guide)

Eggs are cheap, fast, and insanely versatile: master a few core methods and you can eat well at breakfast, lunch, or dinner.

H2: Basic Safety and Prep

Before any method, keep these in mind:

  • Use fresh eggs whenever possible.
  • Crack eggs on a flat surface (counter) instead of the bowl rim to reduce shell fragments.
  • Medium or medium‑low heat is safer than blasting high heat; it gives you more control.
  • Nonstick pan + a little butter or oil makes life much easier.

H2: Fried eggs – Sunny, Over‑Easy, Over‑Hard

Sunny‑side up

  1. Preheat a small nonstick pan over medium or medium‑low heat with a bit of butter or oil.
  2. Crack an egg into a small bowl (so you can remove any shell).
  3. Gently slide the egg into the center of the pan.
  4. Let it cook undisturbed until the white is fully set on top but the yolk is still runny.
  5. Season with salt and pepper.

Tip: If the top of the white refuses to set, tilt the pan and spoon a little hot fat over the white only (avoid the yolk if you want it very runny).

Over‑easy / over‑medium / over‑hard

  1. Start as for sunny‑side up: medium heat, fat in pan, egg slid in gently.
  2. When the white is mostly set and edges are opaque, slide a thin spatula underneath.
  3. Flip carefully in one smooth motion.
  4. Cook times after flipping:
    • Over‑easy: 20–60 seconds (yolk runny).
    • Over‑medium: 1–2 minutes (yolk slightly jammy).
    • Over‑hard: 2–3 minutes (yolk mostly or fully firm).
  5. Season with salt and pepper.

Story‑style example:
You try sunny‑side up, the flip goes slightly wrong, yolk breaks and spreads—congratulations, you’ve accidentally invented “fried scrambled” eggs. Eat it anyway; that’s how half of us learned.

H2: Scrambled eggs – Soft and Creamy

Soft scrambled eggs are all about gentle heat and constant movement.

  1. Crack 2–3 eggs into a bowl.
  2. Add a splash of milk, cream, or water (optional, for softer texture).
  3. Whisk until the mixture is fully blended and evenly yellow—no visible streaks of white.
  4. Heat a small nonstick pan on medium‑low with butter or oil.
  5. Pour in the eggs and let them sit a few seconds.
  6. Using a rubber spatula, gently pull the eggs from the edges toward the center, forming soft curds.
  7. Continue to fold and stir every few seconds; scrape the bottom and sides so nothing dries out.
  8. When the eggs are mostly set but still slightly glossy and a bit loose, remove from heat.
  9. Season with salt and pepper (and herbs or cheese if you like).

Key idea: Take them off the heat just before they look “perfect”; they’ll finish cooking from residual heat.

H2: Boiled eggs – Soft, Jammy, or Hard

You can get different textures just by changing the timer.

  1. Place eggs in a pot, cover with water (about 2–3 cm / 1 inch above the eggs).
  2. Bring the water to a rolling boil.
  3. Gently lower the eggs in (if they weren’t already in) and start timing when the water returns to a boil.
  4. Use approximate times:
    • 6 minutes: set white, runny yolk (soft‑boiled).
    • 8 minutes: jammy yolk, slightly soft center.
    • 10–12 minutes: fully hard‑boiled yolk.
  5. When time is up, transfer immediately to cold or ice water and chill at least 10–15 minutes.
  6. Peel under running water to make it easier.

Tip: Cooling in cold water stops the cooking and helps prevent that greenish ring around the yolk.

H2: Poached eggs – For Toast, Bowls, and Avocado Everything

  1. Fill a wide pot or deep pan with water and bring to a gentle simmer (small bubbles, not a rolling boil).
  2. Add a pinch of salt; a small splash of vinegar is optional (it can help the white coagulate).
  3. Crack an egg into a small cup or ramekin.
  4. Stir the water to make a gentle whirlpool (optional but helpful).
  5. Lower the cup close to the water surface and slide the egg into the center.
  6. Let it cook 3–4 minutes for a runny yolk.
  7. Lift out with a slotted spoon and briefly drain on paper towel.
  8. Trim stray wispy whites if you want it neat.

Serve on toast, salads, grain bowls, or anything that benefits from a runny yolk.

H2: Omelettes – Folded Scrambled Eggs with Style

  1. Beat 2–3 eggs in a bowl with a pinch of salt and pepper.
  2. Preheat a nonstick pan over medium heat with butter or oil.
  3. Pour in the eggs and tilt the pan to cover the surface.
  4. As the bottom sets, use a spatula to pull cooked egg toward the center while tilting the pan so uncooked egg flows to the edges.
  5. When the top is just slightly wet but mostly set, add fillings (cheese, herbs, cooked veggies, ham).
  6. Fold the omelette in half or thirds.
  7. Slide onto a plate; it should be soft inside but not runny.

Tip: Keep fillings pre‑cooked and not too wet so the omelette doesn’t break or leak.

H2: Simple HTML Table of Egg Styles

Since you asked for tables as HTML, here’s a quick reference:

html

<table>
  <thead>
    <tr>
      <th>Egg Style</th>
      <th>Heat Level</th>
      <th>Key Steps</th>
      <th>Yolk Texture</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Sunny-side up</td>
      <td>Medium / medium-low</td>
      <td>Cook without flipping until white is set</td>
      <td>Runny</td>
    </tr>
    <tr>
      <td>Over-easy</td>
      <td>Medium</td>
      <td>Fry, then flip briefly</td>
      <td>Runny</td>
    </tr>
    <tr>
      <td>Over-medium</td>
      <td>Medium</td>
      <td>Fry, flip, cook 1–2 minutes</td>
      <td>Slightly jammy</td>
    </tr>
    <tr>
      <td>Over-hard</td>
      <td>Medium</td>
      <td>Fry, flip, cook until firm</td>
      <td>Firm</td>
    </tr>
    <tr>
      <td>Scrambled</td>
      <td>Medium-low</td>
      <td>Stir and fold constantly</td>
      <td>Soft to firm, depending on time</td>
    </tr>
    <tr>
      <td>Soft-boiled</td>
      <td>Boiling water</td>
      <td>Boil ~6 minutes then chill</td>
      <td>Runny</td>
    </tr>
    <tr>
      <td>Medium-boiled</td>
      <td>Boiling water</td>
      <td>Boil ~8 minutes then chill</td>
      <td>Jammy</td>
    </tr>
    <tr>
      <td>Hard-boiled</td>
      <td>Boiling water</td>
      <td>Boil 10–12 minutes then chill</td>
      <td>Fully set</td>
    </tr>
    <tr>
      <td>Poached</td>
      <td>Gentle simmer</td>
      <td>Cook in water 3–4 minutes</td>
      <td>Runny</td>
    </tr>
    <tr>
      <td>Omelette</td>
      <td>Medium</td>
      <td>Cook, fill, fold</td>
      <td>Soft set</td>
    </tr>
  </tbody>
</table>

H2: Forum‑style quick scoop (as if people were discussing it)

“Soft scrambled in butter on low heat. If it takes you less than 5 minutes, you’re probably rushing it.”

“Boil first, then drop in fridge‑cold eggs. Timers are life: 6 min for runny, 8 for jammy, 10 for hard.”

“Sunny‑side up till the white’s set, then spoon butter over the top if you’re too scared to flip like me.”

H2: TL;DR

  • Use moderate heat, not maximum.
  • For fried eggs, time after flipping controls yolk texture.
  • For boiled eggs, timing + cooling in cold water determines yolk.
  • For scrambled and omelettes, remove from heat just before “perfect.”

Information gathered from public forums or data available on the internet and portrayed here.