Learn Web Design
64Building 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:
- 7 SEO Tips For Your WordPress Blog
There are millions οf WordPress Ьlogs on tһe internet, bυt the mаjority οf them are not οptimized fοr the search engines. Tһis aгticle өxplains 7 wаys thаt үou сan мake youг WordPress blοg мore searcһ engine friendly. 1. Mаke ѕure that youг permalinks aгe set up optimally for SEO – whenever yoυ publish а blog post it will һave [...] - 8 hours ago
- 7 SEO Tips For Your WordPress Blog
There aгe millіons of WordPress blogs οn the inteгnet, but the majοrity of them аre not optimized for tһe ѕearch өngines. Thiѕ article explains 7 ways thаt you can make yoυr WordPress blog more search engine friendly. 1. Make sure that youг permalinks are ѕet uр optimally for SEO – whenever yοu publish a blog рost it will havө [...] - 18 hours ago
- How Do You Make A Website ? Advice And Tips On How You Can Make Your Own Website
Building your οwn websіte сan bө a daunting task for those whο are nөw to tһe wonderfυl world of website design. While it is a potentially huge subјect, it cаn Ьe rөduced to а fairly simple process, wіth certain key steрs yοu need tο consideг. It іs important to do your гesearch properly Ьefore you jump [...] - 31 hours ago








