Post: Just started HTML & Made This Last Night
01-26-2013, 09:14 AM #1
Jeremy
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({}); I just made this last night (I am aware the images are broken, i didn't add images because it was just for educational purposes)

Im proud of how far i got in 1 night for my first time.

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv+"content-type" content="text/html; charset=utf-8"/>
<title>Jeremy's Test Site</title>
</head>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
<center>
<body>
<a name = "top"> </a>
<div id="Test Site 1">
<h1>Test Site 1</h1>
<p>Awesome faceescription for JWG Here
<li><a href=https://www.facebook.com/jwg31>Facebook</a></li>
<li><a href=https://www.youtube.com/user/jwgering>YouTube</a></li>
<li><a href=https://www.nextgenupdate.com/forums/members/495757-jeremy.html>NextGenUpdate</a></li>
<li><a href=https://twitter.com/jwgering>Twitter</a></li>
<li class="last"><a href=mailto:[email protected]>E-Mail</a></li>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>
<div id="Test Site 2">
<h1>Test Site 2</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</a></p>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>
<div id="Test Site 3">
<h1>Test Site 3</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</a></p>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>


<div id="Test Site 4">
<h1>Test Site 4</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</p><a/>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>


<div id="Test Site 5">
<h1>Test Site 5</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</p></a>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>


<div id="Test Site 6">
<h1>Test Site 6</h1>
<p>Awesome faceescription for JWG Here
<li><a href=https://www.facebook.com/jwg31>Facebook</a></li>
<li><a href=https://www.youtube.com/user/jwgering>YouTube</a></li>
<li><a href=https://www.nextgenupdate.com/forums/members/495757-jeremy.html>NextGenUpdate</a></li>
<li><a href=https://twitter.com/jwgering>Twitter</a></li>
<li><a href=mailto:[email protected]>E-Mail</a></li>
<br></br>
<a href=#top>Top</a>
</div>
</div>
</body>
</center>
</html>
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned Jeremy for this awful post:

iLennyBhoyx
01-26-2013, 09:12 PM #2
Zesh
Keeper
Good job! Now, keep at it and you'll be a pro at creating websites in no time Happy
01-27-2013, 04:15 AM #3
Jeremy
Former Staff
bump....bump....
01-27-2013, 05:12 AM #4
Pichu
RIP PICHU.
Good start, once you nail down HTML, start learning CSS3; you will begin to have more fun because it will make your site pop. Then, learn Javascript and Ajax; it will add interaction to your site.
01-27-2013, 05:54 AM #5
Zesh
Keeper
Originally posted by Pichu View Post
Good start, once you nail down HTML, start learning CSS3; you will begin to have more fun because it will make your site pop. Then, learn Javascript and Ajax; it will add interaction to your site.


And don't forget PHP :p
01-27-2013, 06:37 AM #6
Pichu
RIP PICHU.
Originally posted by Zesh View Post
And don't forget PHP :p



Eventually, although you will want to learn SQL first.
02-02-2013, 02:46 PM #7
Originally posted by Pichu View Post
Eventually, although you will want to learn SQL first.


I don't think it would be a good idea to learn databases before learning the basic syntax of PHP. If you can create simple scripts using PHP and you are comfortable with it, then move on to looking at SQL and how it works. You may even consider XML after that. But my advice would be, get comfortable with the PHP system before moving on to database structures and interrogation.

Originally posted by Jeremy View Post
I just made this last night (I am aware the images are broken, i didn't add images because it was just for educational purposes)

Im proud of how far i got in 1 night for my first time.

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv+"content-type" content="text/html; charset=utf-8"/>
<title>Jeremy's Test Site</title>
</head>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
<center>
<body>
<a name = "top"> </a>
<div id="Test Site 1">
<h1>Test Site 1</h1>
<p>Awesome faceescription for JWG Here
<li><a href=https://www.facebook.com/jwg31>Facebook</a></li>
<li><a href=https://www.youtube.com/user/jwgering>YouTube</a></li>
<li><a href=https://www.nextgenupdate.com/forums/members/495757-jeremy.html>NextGenUpdate</a></li>
<li><a href=https://twitter.com/jwgering>Twitter</a></li>
<li class="last"><a href=mailto:[email protected]>E-Mail</a></li>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>
<div id="Test Site 2">
<h1>Test Site 2</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</a></p>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>
<div id="Test Site 3">
<h1>Test Site 3</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</a></p>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>


<div id="Test Site 4">
<h1>Test Site 4</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</p><a/>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>


<div id="Test Site 5">
<h1>Test Site 5</h1>
<p>Awesome faceescription for JWG Here
<p><a href=#>Link Here</p></a>
<img src="https://www.topgunlax.com/uploads/images/small_keene_state.gif" alt="Image">
</div>


<div id="Test Site 6">
<h1>Test Site 6</h1>
<p>Awesome faceescription for JWG Here
<li><a href=https://www.facebook.com/jwg31>Facebook</a></li>
<li><a href=https://www.youtube.com/user/jwgering>YouTube</a></li>
<li><a href=https://www.nextgenupdate.com/forums/members/495757-jeremy.html>NextGenUpdate</a></li>
<li><a href=https://twitter.com/jwgering>Twitter</a></li>
<li><a href=mailto:[email protected]>E-Mail</a></li>
<br></br>
<a href=#top>Top</a>
</div>
</div>
</body>
</center>
</html>


That's a really good start, HTML is a very good start to learn coding and programming. I think you should use Dreamweaver to create HTML scripts, it would help as you can design stuff and refer to the code to build up your knowledge and see what's actually happening. Nevertheless really good job.

The following user thanked LEzStarz for this useful post:

Pichu
02-02-2013, 05:45 PM #8
Pichu
RIP PICHU.
Originally posted by LEzStarz View Post
I don't think it would be a good idea to learn databases before learning the basic syntax of PHP. If you can create simple scripts using PHP and you are comfortable with it, then move on to looking at SQL and how it works. You may even consider XML after that. But my advice would be, get comfortable with the PHP system before moving on to database structures and interrogation.



That's a really good start, HTML is a very good start to learn coding and programming. I think you should use Dreamweaver to create HTML scripts, it would help as you can design stuff and refer to the code to build up your knowledge and see what's actually happening. Nevertheless really good job.


You can, in my opinion, do it either way. I'm not a web developer so this is coming from a programmers viewpoint. I had to learn the basic of SQL over my previous semester for use with Python and C#. I haven't learned much of PHP but you can still use simple SQL commands to control/create/delete databases, I figured it would be better to have an understanding of it first than to jump into something that incorporates it.

The following user thanked Pichu for this useful post:

LEzStarz
02-03-2013, 07:40 PM #9
Originally posted by Pichu View Post
Eventually, although you will want to learn SQL first.


Originally posted by Pichu View Post
You can, in my opinion, do it either way. I'm not a web developer so this is coming from a programmers viewpoint. I had to learn the basic of SQL over my previous semester for use with Python and C#. I haven't learned much of PHP but you can still use simple SQL commands to control/create/delete databases, I figured it would be better to have an understanding of it first than to jump into something that incorporates it.


I guess it depends on what your aim is with the program you want to make. I tend to use SQL all the time when I'm developing as the internet works much on databses and information now. But I still do advise that you get familiar with coding and using SQL in UNIX or command line. It will help you a lot with the understanding of the system. Smile
02-03-2013, 08:26 PM #10
Pichu
RIP PICHU.
Originally posted by LEzStarz View Post
I guess it depends on what your aim is with the program you want to make. I tend to use SQL all the time when I'm developing as the internet works much on databses and information now. But I still do advise that you get familiar with coding and using SQL in UNIX or command line. It will help you a lot with the understanding of the system. Smile


Well for me, I'm a primary Windows user, I focus most of my programming on Windows based systems so MySQL would be what I'd need to learn (Especially with control with Microsoft Access).

Although, I'm an extreme noob with it still, I'll probably start really learning and getting it down once I decide to aim at a user database for keeping track of player stats for games I decide to make. Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo