The ULTIMATE backstory coding book that you need to read!
By ✰ᴍᴀᴛɪʟᴅᴀ✰
THE ULTIMATE BACKSTORY CODING BOOK THAT YOU HAVE TO READ AND IF YOU DON'T YOU WON'T HAVE A GOOD BACKSTORY!! No, I'm just joking!
Last Updated
May 31, 2021
Chapters
12
Reads
0
Fake Comments!
Chapter 7
Credit to Nikki Tesla The comments don't actually send, but it's just for fun! (You could actually prank the people who first join HiH and say to them that the comments do actually work haha!) Copy/paste this code: <*center*>Feel free to comment on my backstory! <*textarea name*="*text*" *cols*="*25*" *rows*="5*"><*/textarea*><*/*center*> 1. Remove asterisks 2. Then copy/paste this code: <*form action*="*/*action_page.php*"*> <*label for*=*"fname"*>First name:*<*/*label>* <*input type*="*text"* id*=*"fname" *name*=*"fname" *value*=""*>*<*br> <*label for*=*"lname*">*Last name:*<*/*label*>* <*input type*="*text" *id*="*lname" name*="*lname" *value=*""*>*<*br>*<*br> <*button type*="*button*" onclick*="*alert(*'Thank you for submitting this form!')*">Submit*<*/*button*> <*/*form*> Remember to remove the astericks! Example: Feel free to comment on my backstory! <textarea cols="25" name="text" rows="5"></textarea> First Name <input id="fname" name="fname" type="text" value="">
<label for="lname">Last name:</label> <input id="lname" name="lname" type="text" value="">
<button type="button">Submit</button>
