Username:
Password:
Remember me:
Register

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)


Search forums via Google


0 Users appreciate this thread.

HTML Codes
Started by epicpwner2003
(2015-01-25 13:46:19)
epicpwner2003 (2015-01-25 13:46:19)
Read show
If you want to make your files public, you need a web host. I suggest 000webhost if you want a free host, or they also have a premium program.


Alright, so I have a few spoilers with codes you can use when making a website. They are based on HTML.

Hello World test show
<!DOCTYPE html>
<html>
<body>
Hello world!
</body>
</html>


A Link to 3DSPlaza show
<!DOCTYPE html>
<html>
<body>
<a href="http://3dsplaza.com/">Click here to go to 3DSPlaza</a>
</body>
</html>


A Useless Button show
<!DOCTYPE html>
<html>
<body>
<input type="button" value="Hi, I'm Useless">
</body>
</html>


That's all I have right now. Give me codes in the comments and they might get featured!

This post has been edited one or more times, the last time was:
2015-01-29 22:57:32

...the noise the human language makes when it screams in agony. It is a pretty funny noise.
-FluxerCry

Click here if you have a crush on me. (No one)
CoolApps (2015-01-26 19:11:19)
ewwwwww 000webhosting.

Step 1. A simple button show
<input type="button" value="Click me">

Simple eh? Want something more useful out of the button?
Step 2. Clicky click alert show
<input type="button" onclick="alert('This is a simple alert.';" value="Click me">

As you can see, I've added an onclick attribute to the input so that it'll execute the alert function (JavaScript).

I know there's another way of creating a button ( <button> ), but I prefer this way.


If you want, I can get into the form part of things (involves textboxes of many types, submission button...), however, this can lead to either JavaScript or PHP to gather the submitted data, which isn't really related to this topic.

This post has been edited one or more times, the last time was:
2015-01-26 19:13:08

Newer account: NodePoint
TwilightWinter (2015-04-23 15:15:36)
<p>LOL</p> <--- Kewl.
✋
 

Log in to submit a comment

This topic's ID: 78420

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)




Total registered users: 8321
New registered users today: 7
Newest registered user: ElegantVulpes

©  Copyright 2026 3DSPlaza. All Rights Reserved