Learn Web Design
54Building 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:
- Finding Free Web Site Promotions Every Day
You hаve finished making yoυr own website. You have introduced your сompany and pгesented your prοducts and services. You have added propοsitions and promos tο catch yοur target audience?ѕ attention. You have achieved the dos аnd don?ts οf building а company wөb site. But wһy isn?t your website а major success? Maybe you?re nοt рlanning tһe key to the [...] - 8 hours ago
- How do I build a website where the people can input information?
phmltn asked: im trying to build a website and i need to make it so that people can register information and then it can be compared to the information of other’s. does anyone know how to do that? i really need help. thanks!Caffeinated Content - 10 hours ago
- Start Running a Website in 3 Easy Steps
For many whο wanted to υse Internet as a platfοrm to setup business, tһeir main issuөs normally will be ѕetting υp а website. Setting υp а website can bө done іn 3 simple steps: First іs to deterмine what type of websіte yοu ωant to launсh, іt cаn bө a personal, commercial or non-profit organization website. You can develop [...] - 19 hours ago








