Discuss Scratch
- Pepperoni505
-
100+ posts
HTML
Hi, I'm now doing HTML!!!!! Example:
<!DOCTYPE html>
<html>
<head>
<!--<link type="text/css" rel="stylesheet" href="stylesheet.css"/>-->
<title>Result</title>
</head>
<body>
<div id="header">
<div id="navbar">
<ul>
<li>Home</li>
<li>About Me</li>
<li>Plans for World Domination</li>
<li>Contact</li>
</ul>
</div>
<h2>About Me</h2>
</div>
<div id="left">
<img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-main_zps26d178c5.jpg"/>
<p>I am the angriest puppy in the world. This has been scientifically proven in several clinical trials.</p>
</div>
<div id="right">
<table>
<th colspan="3">My Bros</th>
<tr>
<td><img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-1_zps5666b8e7.jpg"/></td>
<td><img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-2_zps1539e6b2.jpg"/></td>
<td><img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-3_zps4692eafa.png"/></td>
</tr>
<tr>
<td><img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-4_zps63ff5aa8.jpg"/></td>
<td><img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-5_zps0ee0d2c8.jpg"/></td>
<td><img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-6_zpsc4450a60.jpg"/></td>
</tr>
<tr>
<td><img id="bottom_left" src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-7_zps26e8a8d9.jpg"/></td>
<td><img src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-8_zps9a1469be.jpg"></td>
<td><img id="bottom_right" src="https://s3.amazonaws.com/codecademy-blog/assets/puppy-9_zps3bab7732.jpg"/></td>
</tr>
</table>
</div>
<div id="footer">
<div id="button">
<p>Send me an <span class="bold">e-mail</span>!</p>
</div>
</div>
</body>
</html>
- TheParlight
-
47 posts
HTML
HTML w/ CSS and/or javascript is really fun (: enjoy & good luck! (:
- powercon5
-
1000+ posts
HTML
hmm this seems familiar. codecademy?
Last edited by powercon5 (Oct. 28, 2015 18:35:38)
- powercon5
-
1000+ posts
HTML
knew it. I used that as well.Yep… hmm this seems familiar. codecademy?
- -Io-
-
1000+ posts
HTML
Who else learned HTML, CSS and JS without courses, and just with Google and things like W3Schools? 

- Vetpetmon
-
1000+ posts
HTML
Me, just like I learned how to animate. Who else learned HTML, CSS and JS without courses, and just with Google and things like W3Schools?
Except I didn't look for resources so I was animating with pure talent.
Now I'm writing websites by talent now. (Note the I wrote all of that to bypass the 60 second rule because I type 45 WPM)
- Firedrake969
-
1000+ posts
HTML
Talent is learning from trial, error, and MDN 
The docs are your best friend. Trial and error (or “talent” as you put it) will just slow you down as you get more complicated.

The docs are your best friend. Trial and error (or “talent” as you put it) will just slow you down as you get more complicated.
Last edited by Firedrake969 (Oct. 30, 2015 22:36:01)
- powershack
-
1000+ posts
HTML
Thats great that you're starting to learn HTML!
Everyone learns their own way, you just have to find the right way to do so
Everyone learns their own way, you just have to find the right way to do so

- CatsUnited
-
1000+ posts
HTML
The Who else learned HTML, CSS and JS without courses, and just with Google and things like W3Schools? Mozilla Development Network is better than w3schools.

- -Io-
-
1000+ posts
HTML
I didn't know about it! Thanks!The Who else learned HTML, CSS and JS without courses, and just with Google and things like W3Schools? Mozilla Development Network is better than w3schools.
- DatOneLefty
-
1000+ posts
HTML
this is how my programing life is:
me a year ago: I WANT TO MAKE COMPUTERS!
around 10 months ago: Scratch!!!!
around 5 months ago: HTML!
around a month ago: An official website!
around 2 weeks ago: PYTHON AN FORCEOS!!! (my signature)
me a year ago: I WANT TO MAKE COMPUTERS!
around 10 months ago: Scratch!!!!
around 5 months ago: HTML!
around a month ago: An official website!
around 2 weeks ago: PYTHON AN FORCEOS!!! (my signature)