|
| 15 Oct 2015 05:03 PM |
https://twitter.com/GalacticNewbie/status/654779406452310016
I hosted it using x10hosting because i dont have any money for some fancy .com host like godaddy |
|
|
| Report Abuse |
|
|
| |
|
| |
|
RonicTero
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 8413 |
|
|
| 15 Oct 2015 05:06 PM |
| wtf the bottom link on the website leads me to a 404 error page |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 05:06 PM |
| PM me terms with their definitions |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Oct 2015 05:08 PM |
Check mine out? https://twitter.com/ShadowForged/status/615339993897259008
-Game, Web, Music, Video, and Graphics Designer. |
|
|
| Report Abuse |
|
|
Kamov
|
  |
| Joined: 07 Aug 2008 |
| Total Posts: 29015 |
|
|
| 15 Oct 2015 05:08 PM |
Write all markups in caps or none at all because it looks ugly in code.
I would use tables for this
Change background
Separate menus, content and footer from each other |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 05:11 PM |
@Kamov
what do you mean? sorry if I sound like a dumbass, im new to HTML. could you possible send me a sketchtoy? |
|
|
| Report Abuse |
|
|
Medically
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 24196 |
|
|
| 15 Oct 2015 05:11 PM |
| It's good. But definitely needs work. Try to use CSS with it, it can help a lot. Add some colors, tables, etc, pictures |
|
|
| Report Abuse |
|
|
Kamov
|
  |
| Joined: 07 Aug 2008 |
| Total Posts: 29015 |
|
|
| 15 Oct 2015 05:16 PM |
@Galactic Which part should I explain? Its not like Im master of html but I can try
@Medically He used css which is good because nowadays people use mostly external css. Inline styles suck because they create mess when you have multiple pages |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 05:22 PM |
@Galactic
Why use plain HTML, get a web builder, it's nicer. Although I've studied HTML, I use either Xara Web Designer, or the program my host uses, Livesite.
Check one of my sites out: https://twitter.com/ShadowForged/status/615339993897259008
-Game, Web, Music, Video, and Graphics Designer. |
|
|
| Report Abuse |
|
|
Kamov
|
  |
| Joined: 07 Aug 2008 |
| Total Posts: 29015 |
|
|
| 15 Oct 2015 05:26 PM |
| Skipping learning html is like shooting yourself in the leg (right after start of race) |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 05:30 PM |
@ShadowForged
Website builders sure make sites look nice, but they are often lazier and you can't customize them as much as HTML, CSS.
@Kamov
Can you explain the "Separate menus, content and footer from each other" ? |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 05:33 PM |
@Galactic
False. Xara is 100% customizable.
-Game, Web, Music, Video, and Graphics Designer. |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 05:34 PM |
@ShadowForged
that's good, but I use HTML so I can customize my website's bare bones. |
|
|
| Report Abuse |
|
|
| |
|
Kamov
|
  |
| Joined: 07 Aug 2008 |
| Total Posts: 29015 |
|
|
| 15 Oct 2015 05:39 PM |
People who create websites often divide site into at least 3 parts. When I learnt html, I learnt this: - Menu - bar on top of site with logo, site name, menu(s), etc. - Content which is everything you put on your site other than part of layout: articles, images, galleries, scripted apps etc - Footer which is that small bar thing on the bottom of the site with additional links, copyrights info, contact information etc.
When you create sites, menu and footer most of the time are the same on every page but content is dynamic and every page has different content
This is why external css makes everything easier. It allows you to create style (and later modify) for multiple pages at once |
|
|
| Report Abuse |
|
|