Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Main › General › Code Academy

Code Academy

Posts 1–15 of 23 · Page 1 of 2
Tide
Tide
Code Academy
I am currently learning HTML and I am stuck I mean whats wrong with this code?
<!DOCTYPE html>
<html>
<head>
<title>Changing the colors!</title>
</head>
<body>
<h2><h2 style="color:green; font-size:16px">Big Heading</h2>
<p><p style="color:violet">The giant bear and a little duck were friends.</p>
<p><p style="color:red; font-size:10px">But the bear got hungry and ate the duck.</p>
</body>
</html>

It says "You forgot to make paragraph 2 red" WTF man it is red.
#1 · 13y ago
Auxilium
Auxilium
PROGRAMMING SECTION BOI
WE ARE LONELY THERE
#2 · 13y ago
Wyo
[MPGH]Wyo
God you need CS, jesus.
#3 · 13y ago
Tide
Tide
Quote Originally Posted by Ecstasy View Post
God you need CS, jesus.
I think you need CS, I mean you are always talking about it.


---------- Post added at 08:23 PM ---------- Previous post was at 08:23 PM ----------

Quote Originally Posted by Kallisti View Post
PROGRAMMING SECTION BOI
WE ARE LONELY THERE
The programing section is dead, so I post here.
#4 · 13y ago
IN
Instagram
Wrong section.
#5 · 13y ago
Wyo
[MPGH]Wyo
Quote Originally Posted by Lunari View Post

I think you need CS, I mean you are always talking about it.
I think you should stop spamming general + post in the right section.
#6 · 13y ago
Tide
Tide
Quote Originally Posted by Ecstasy View Post


I think you should stop spamming general + post in the right section.
Spam because?
also the last post in Web development was 7 hrs ago.
#7 · 13y ago
Dave84311
[MPGH]Dave84311
<p><p style="color:violet">The giant bear and a little duck were friends.</p>
<p><p style="color:red; font-size:10px">But the bear got hungry and ate the duck.</p>
You have double paragraphs or some shit going on there....

<p><p style="color:violet"> - 2 starting paragraph tags
<p><p style="color:red; font-size:10px"> - another 2
#8 · 13y ago
Tide
Tide
Quote Originally Posted by Dave84311 View Post
You have double paragraphs or some shit going on there....

<p><p style="color:violet"> - 2 starting paragraph tags
<p><p style="color:red; font-size:10px"> - another 2
Thank you .
#9 · 13y ago
Aborted
Aborted
Quote Originally Posted by Dave84311 View Post
You have double paragraphs or some shit going on there....

<p><p style="color:violet"> - 2 starting paragraph tags
<p><p style="color:red; font-size:10px"> - another 2
And Dave saves the day with something useful.
#10 · 13y ago
Psychotic
[MPGH]Psychotic
Yeah. You're doing inline css right now, so you do:

<p style=""> </p>
#11 · 13y ago
Auxilium
Auxilium
Quote Originally Posted by Lunari View Post

I think you need CS, I mean you are always talking about it.


---------- Post added at 08:23 PM ---------- Previous post was at 08:23 PM ----------


The programing section is dead, so I post here.
Only dead because there are too many noobs leaching and don't know what namespaces and classes are yet trying to make hacks ohlawd /
#12 · 13y ago
Lehsyrus
Lehsyrus
Quote Originally Posted by Lunari View Post
I am currently learning HTML and I am stuck I mean whats wrong with this code?
<!DOCTYPE html>
<html>
<head>
<title>Changing the colors!</title>
</head>
<body>
<h2><h2 style="color:green; font-size:16px">Big Heading</h2>
<p><p style="color:violet">The giant bear and a little duck were friends.</p>
<p><p style="color:red; font-size:10px">But the bear got hungry and ate the duck.</p>
</body>
</html>

It says "You forgot to make paragraph 2 red" WTF man it is red.
Remove the first <h2>.
Remove the <p> in front of both paragraphs, you have already declared the paragraph. What you did was tell the browser: "New Paragraph. New Paragraph with style parameters. New Paragraph. New Paragraph with style parameters."

You have declared four paragraphs. You have only closed two paragraphs. That is your issue.
#13 · 13y ago
Jim Morrison
[MPGH]Jim Morrison
Superdave...
#14 · 13y ago
Color
Color
Quote Originally Posted by Lunari View Post

I think you need CS, I mean you are always talking about it.


---------- Post added at 08:23 PM ---------- Previous post was at 08:23 PM ----------


The programing section is dead, so I post here.
Well this isn't the section to post it in so post it there and wait.
#15 · 13y ago
Posts 1–15 of 23 · Page 1 of 2

Post a Reply

Similar Threads

  • a Couple WPE Weapon codes?By phil823 in WarRock - International Hacks
    16Last post 20y ago
  • Pre-Regerstration - E3 CodesBy Dave84311 in WarRock - International Hacks
    67Last post 20y ago
  • hi can any1 help me make or find a cheat codeBy CrUsHa in WarRock - International Hacks
    3Last post 20y ago
  • hi, can some1 make a cheat code or find a cheat code for me for this game i play onliBy CrUsHa in General Game Hacking
    37Last post 20y ago

Tags for this Thread

None