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 › Programming › Other Programming › Web Languages › Basic HTML Tut #4

Basic HTML Tut #4

Posts 1–7 of 7 · Page 1 of 1
Spookerzz
Spookerzz
Basic HTML Tut #4
This Tutorial will tell you about some bugs you might get when using HTML

Upper or lowercase?

HTML coding isn't case sensitive .. Well the coding is the text between Titles and paragraphs are Case sensitive so you don't have to worry about having Uppercase P's in the paragraph code. BUT you have to use lowercase letters because the World Wide Web Consortium (W3C) Demand that you have it like that in future versions of HTML coding.

Empty elements
Empty Elements are HTML code which can be closed with the start code....

For instance
<br> is a code which you need to type just that and that's it.

Don't Forget to put the end code!
Even though there are Some empty elements that does not mean all of them are.. You still have to put the end coding on HTML Codes like this

<p>Heyyyy</p>

Otherwise it could lead to bugs and other technical difficulties which most people couldn't be bothered to say and I'm one of them
#1 · 16y ago
yearupie
yearupie
Teach yourself to use <br/>,
otherwise you become in trouble if you use XHTML!
#2 · 16y ago
Spookerzz
Spookerzz
Yeah I'm starting to know since i've started learning XHTML
#3 · 16y ago
yearupie
yearupie
Basic HTML: HTML Elements
#4 · 16y ago
Spookerzz
Spookerzz
They didn't tell me to use the <head> tag =.=
#5 · 16y ago
Katie_Perry
Katie_Perry
You know all these threads you made should be put all into a one big thread.
#6 · 16y ago
Spookerzz
Spookerzz
They are it's a sticky
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Basic HTML Tut #1By Spookerzz in Web Languages
    7Last post 16y ago
  • Basic HTML Tut #2By Spookerzz in Web Languages
    2Last post 16y ago
  • Basic HTML Tut #3By Spookerzz in Web Languages
    9Last post 16y ago
  • Basic HTML Tut #5By Spookerzz in Web Languages
    0Last post 16y ago
  • Basic HTML Tut #6By Spookerzz in Web Languages
    2Last post 16y ago

Tags for this Thread

None