I don’t think it is too tough to learn code, but I do think it is not friendly to say that it is to someone who is just trying to get along. There are other web design sites out there that are free and don’t demand this level of expertise. Doesn’t Yahoo want to compete, or are they just greedy for a buck?
2 Comments Received
July 26th, 2010 @1:02 am
You have to know html in order to build a site period. It’s the foundation in order to build any web page. Doesn’t matter if it is PageBuilder, Front Page, Dreamweaver or Notepad.
July 28th, 2010 @7:27 am
HTML BASICS
BASICALLY speaking there are only a few html codes you need to learn to get started.
later..you can more about Cascading Style Sheets and Tables and beging to advance to the more professional html coding.
but for now…these will suffice.
most html code require BOTH an open code and a close code. the difference is the / mark after the html code to indicate it’s a close code.
paragrapgh and sentence break html codes are among those that do NOT require a closing code.
paragrapgh break =
sentence break =
so here we go!
very 1st html code:
body background
open
close
font size runs from small [1] to extra large [7]
font size and text color html code:
open
close
how to center anyting:
open
close
i’m often asked “how about images?”
image html codes do not require a closing code.
to seperate images from text,you use the space code as many times as necessary to seperate the 2.
i’ll also add image placing on left-center-right
left:
center
right
again…use the html code to seperate your images from each other and accompanying text
here is a SAMPLE html opening code line
your text here
closing code line
you can throw your images wherever you wish and add whatever text you wish between these 2 html code lines.
REMEMBER…THIS IS A BASIC HTML CODE SET UP AND ONLY FOR NEWBIE HTML USERS.
NOT INTENDED TO NOR PRESENTED AS THE BEST OR ADVANCED HTML CODING
google for free web hosts to start your website
Leave A Reply