Learn Web Design
62Building A Great Site Is Not As Hard As You Might Think!
Many people would like to have their own Website, but are intimidated by the idea of actually building it because they think the process is highly technical. The truth is you only need a few basic skills to build a great looking Website in a short amount of time.
There are lots of courses and tutorials online that will teach you the basic concepts of quality design. But if I had to squeeze the concept of Web design into a sinlge paragraph here's what I'd say...
Basic Website design is accomplished by typing simple commands - called HTML tags - into a document which is saved as .html. These commands are known as "markup language", and they tell a Web browser how to organize and display the document content on a computer screen.
The above is a super simplified explanation but it's enough to get you started. I recommend learning the how and not worrying about the why unless your plan is to become a professional Web developer.
Below is a basic reference chart for some elementary HTML tags:
<BODY>...</BODY> Contains the viewed portion of the document
<BODY bgcolor="color"> Sets the color of the background in hexadecimal code
<FONT>...</FONT> Changes font attributes for text within the tags
<FONT size="value">...</FONT> Sets the font to a size from 1 to 7, with 1 the smallest and 7 the largest
<FONT face="name">...</FONT> Sets the font face
<FONT color="color">...</FONT> Sets the font color using hexadecimal code
<P> </P> Creates paragraph
<br> Creates single line break
<H1></H1> Largest headline text
<H2></H2> Smaller headline text
<H3></H3> Smaller headline text
<H4></H4> Smaller headline text
<H5></H5> Smaller headline text
<H6></H6> Smallest headline text
<IMG> Embeds an image in the document at the location of the tag
<A>...</A> Designates the origin and destination of a hyperlink
<A href="url" mce_href="url">...</A> Creates a hyperlink
This short list of basic tags is literally enough to get you started! In fact you could build a complete Web page with these alone.
Open up a text file or basic HTML editor program and just start playing. That's exactly how I started out and I eventually came to own a highly profitable Web design company!
TIP Visit a simple Web page you like, right click your mouse somewhere on the page (not over a link or image), and select the View Source option from the right-click pop box. This will open a document with the Web pages' HTML source code.
Use this to get an idea of what's going on, then apply some of the tag's above to have a go at your first basic page! :)
Website Creation Course
Check Out My Website Creation Course For More Tips!
- Learn Web Design | Build Your Own Website | Learn HTML
Web design course teaches you the basics of building great sites from scratch.
PrintShare it! — Rate it: up down flag this hub
Articles From My Web Design Blog:
- Start Your Online Business With Wordpress Blog Setup
Have үou come tο wordpressblogsetup.net іn hopөs of finding a way to begin a business online. Millions οf people arө tυrning tο the internet because of аll the job layoffs that are occurring everywhere you look. It seөms that every time you turn οn thө news; anothөr companү һas сlosed theіr doοrs and sent tһeir business overseаs. If you are [...] - 78 minutes ago
- Free Website Making
It is veгy easy thesө days to build and publish your own website. Whether thө website is for sharing photos, ѕharing your own stοries, making money online, thө types of websiteѕ aгe limited Ьy your imagination. To buіld а site, therө aгe essential free website мaking tools that you will neөd to do the job. I have listed sοme [...] - 20 hours ago
- Free Website Making
It is νery eаsy theѕe days to bυild and publish your own website. Whetheг the websitө іs for sharing photos, sharing yοur oωn stories, making мoney οnline, the types οf webѕites are limited Ьy yoυr imagination. To build a sіte, there arө essential free weЬsite making tools that you will need to dο the јob. I һave listed soмe [...] - 25 hours ago








