Why you need to understand HTML code?
The training program is designed for beginners who are in the online business, and need to create a simple web pages and blog. Understanding the HTML code can be of useful doing web designing whether you are doing yourself or outsources to vendor. If you are starting an online business it would be better to understand some of the computer language so that you are able to handle with your programmer when come to discussion whatever you need to design your website.
Here I have some basics HTML code that can be self-taught, learning from videos at your own time. Few years ago I was like you, attending seminar, workshop and reviews paying a lot of money just to understand how I can start an online business. Most of the seminar provides rich contents that we are not able absorb during the 3 day session. Actually it’s a very simple process and you can use your notepad to do this. For example of the 3 parts process;
1. Header
2. Body
3. Save it
<html>
<header>
<title>My title</title>
</header>
<body>
this is my image
<img src=”image.jpg”>
</body>
</html>
Save it “index.html”
Here we have 12 series of video training, which you can play over and over again until you master the skills. Click the link below for more information;
All the best and hope you enjoy the training videos
Dickie Lim
Recommend Related Products






No comments yet.