Tuesday, August 21, 2012

Create your own Web page is easy - a tutorial (part 1)


Yes, it's easy to create a web page if you are a professional or a person who deals with IT stuff. A web page consists of simple basic HTML tags or HTML and is easy to learn.

After going through this tutorial, you will learn how to create your web pages for your site. This includes the following topics divided into three (3) parts:

Part 1:
Diagram of a web page
Creating a page template web
Placing invisible comments to code
Creating a single or double spaces
Creating an ordered list and unordered list
Insert a picture

Part 2:
Creating Tables
Using windows of web page layout, such as CSS

Part 3:
Connecting other web pages and other sites
Using CSS in styling your web pages

We discuss here the Part 1:

Diagram of a web page
Creating a page template web
Placing invisible comments to code
Creating a single or double spaces
Insert a picture

Diagram of a basic web page

If you are new to html, now I'm saying that a website is simply created with html tags. Tags are displayed as html and. View the profile of a web page below:



<br><br>Here you can enter the page title. The texts here are displayed on the left higher than a page or web browser.<br> <br></ Title> <br><style type="text/css"> <br><br>This is the place for Cascading Style Sheets or known as CSS. CSS defines the styles that will be used in your web page as the color of the font and text size, background image, boxes, etc. These are made in the body, but most of the style definitions affects only those areas where the their use.<br> <br></ Style> <br></ Head> <br><body> <br><br>Here you can create the layout using style definitions you have done in the "style". Without putting anything here the page is blank except for the title that appears on the left further up the page. You can also enter the content of your website. It can be mixed of texts, images, audio and video.<br> <br></ Body> <br></ Html> <br><br>This is to be saved as a html page with extension of html or htm. If you want to see how the above will be similar to how a web page, copy the above to be <html> </ html> and paste the Notepad or its equivalent. Then click on File - Save as - mywebpage.html type or mywebpage.htm in File Name - Select all files as file type - Click on Save. Then go to Windows Explorer or File Manager and open the file with your browser. See? It 'so simple. Now, do not close the Notepad and your browser. We will use that in our practice.<br> <br>In an important note, your home page or home page of your website must be named as index.html or index.htm. This will be the first page when the site is called without specifying a particular page. Do you like this site, or if you type http://www.freetipsandwits.com freetipsandwits.com in the browser address, it will open the index file. If you want to see it, try clicking <a href="http://www.freetipsandwits.com" title="open freetipsandwits.com"> [http://www.freetipsandwits.com </ a>]. You may wonder why the index file is "index.php". Well, this site is based on PHP, but do not bother with this thing php. Become familiar with html first and then you can learn php, asp, jsp, cgi and much more. In html, you need to save the index file as "index.html" or "index.htm". Different home pages must be saved with descriptive keywords by using hyphen as a separator. This is for search engine optimization.<br> <br><b> Creating a basic Web page template </ b> <br><br>Firstly, I would like to make a simple web page template. We will use this to practice html codes that we are going to learn later. Thus, in mywebpage.html above, erase all previously typed and type the following:<br> <br><html> <br><head> <br><title> My Web Page </ title> <br><style type="text/css"> <br><br></ Style> <br></ Head> <br><body> <br><br></ Body> <br></ Html> <br><br>Leave some space between style and body tags. Now, click the Save icon or click File - Save. If you accidentally close the file, you can open it with the search of files, right click, click Edit or Open with Notepad or its equivalent. To see how it looks on the web, you can simply update the user's browser when you open the outline html some time ago.<br> <br>Make a comment invisible codes <br><br>I would like to know how to post your comments on your html codes. Web developers usually put comments in some of the codes for future reference in particular to the change. It will be easy for you to find what you're looking for when you are updating or modifying the HTML code. This will also help other webmasters, if you let them change your codes. These comments will appear only in the first html codes or html editor, but not on a web page or browser page. This is done as follows:<br> <br><- Type your comment here -> <br><br>For example: <br><br><- Tutorial website building starts here -> <br>Build your site is easy. Just learn some basic html codes, and you're done. Do not be afraid of html codes, are easy to learn. When you start learning html, you will always ask for more .... and so and so on .... to become an expert web developer.<br> <- Building site tutorial ends here -> <br><br>Type the above into your mywebpage.html between the body tags. You will learn faster if you retype or redo above. But if you're in a hurry, you can copy and paste. Save by clicking Save icon or File - Save.<br> <br>Now, refresh your browser to the html file above. See? Yes, you can not see your comments between <- and ->. So, for your reference and easier editing of your codes in the future, do not forget to post your comments.<br> <br>Make a line break or creating a blank line <br><br>If you want to break a line or create a blank line, use this tag <br /> break. See how it is used below:<br> <br>This break-affiliate marketing <br /> from the word "affiliate". <br><br>-This will break up this website <br /> by a "web". <br><br>-This will result in a double engine compartment <br line of research l'ottimizzazione /> <br /> from the "motor" word.<br> <br>You type this in the body tag of your mywebpage.html, save and update your browser. Yes, the phrase is broken and the second row began with "marketing" the word before the break tags. The word has been split into two with the next line that begins with "site", broken by the word "site". The two break tags consecutive creates a double space between "motor" and "optimization".<br> <br>Make an ordered list and unordered list <br><br>This is useful when you enumerate, or list something. See the figure below: <br> <br>Ordered list <br><br>This list is sorted <ol> <br><li> Item 1 </ li> <br><li> Item 2 </ li> <br><li> Item 3 </ li> <br></ Ol> <br><br>Now type the above in your mywebpage.html inside the body tag, save it and refresh the browser and see the results. See? E 'numbered sequentially. Now, here is the unordered list:<br> <br>Unordered list <br><br><ul> This list may not be ordered <br><li> Item 1 </ li> <br><li> Item 2 </ li> <br><li> Item 3 </ li> <br></ Ul> <br><br>Now type the above in your mywebpage.html inside the body tag, save it and refresh the browser and see the results. Now, is not numbered. E 'in a format projectile.<br> <br>Insert a picture <br><br>You can insert an image to your web page by entering these codes you want to display the images in your web page:<br> <br><Img src = alt "http://your-domain-name.com/image-directory/image-file.gif" = "image description" height = "?" width = "?" border = "?" /><br> <br>Looking at the html code above: <br><br>"Img" is the image tag html; <br><br>"Src" is the source or location of the image file with extension gif, jpg and png;<br> <br>"Alt" is the alternative text description when the browser can not display an image;<br> <br>"Height" and width are the size of the image; <br><br>"Boundary" is the image outline. <br><br>Now, do these: <br><br>-Replace the domain name above, the image directory and the file name with your own.<br> <br>-Replace the values ​​of "alt" with its description. This is necessary for SEO or search engine optimization;<br> <br>-Replace the values ​​of "height" and "width" to your preferred size in pixels of your image without distorting it. The image size is adjusted according to the specified dimensions. Fix the height and width of the image will load faster;<br> <br>-Replace the value of the "border" with border thickness you prefer. 0 is no border.<br> <br>To prove the above, obtaining an image from your files and copy it to the directory where the mywebpage.html. Now, type the code above in mywebpage.html, but replace the src = "http://your-domain-name.com/image-directory/image-file.gif" with src = "image-filename". Then, save and refresh your browser to see how it looks in the web browser.<br> <br>Continue to Part 2 ....<br> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-author vcard'> Posted by <span class='fn'> <a href='https://www.blogger.com/profile/13247503815707545731' itemprop='author' rel='author' title='author profile'> English3 </a> </span> </span> <span class='post-timestamp'> at <a class='timestamp-link' href='https://nowinformationsystem.blogspot.com/2012/08/create-your-own-web-page-is-easy.html' itemprop='url' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-08-21T05:37:00-07:00'>5:37 AM</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-924208508'> <a href='https://www.blogger.com/post-edit.g?blogID=6470558823947826054&postID=1394909489176059854&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=6470558823947826054&postID=1394909489176059854&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=6470558823947826054&postID=1394909489176059854&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=6470558823947826054&postID=1394909489176059854&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=6470558823947826054&postID=1394909489176059854&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=6470558823947826054&postID=1394909489176059854&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'><span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>No comments:</h4> <div id='Blog1_comments-block-wrapper'> <dl class='avatar-comment-indent' id='comments-block'> </dl> </div> <p class='comment-footer'> <div class='comment-form'> <a name='comment-form'></a> <h4 id='comment-post-message'>Post a Comment</h4> <p> </p> <a href='https://www.blogger.com/comment/frame/6470558823947826054?po=1394909489176059854&hl=en&saa=85391&origin=https://nowinformationsystem.blogspot.com' id='comment-editor-src'></a> <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410px' id='comment-editor' name='comment-editor' src='' width='100%'></iframe> <script src='https://www.blogger.com/static/v1/jsbin/2830521187-comment_from_post_iframe.js' type='text/javascript'></script> <script type='text/javascript'> BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html'); </script> </div> </p> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://nowinformationsystem.blogspot.com/2012/08/offshore-dedicated-server-hosting.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://nowinformationsystem.blogspot.com/2012/08/an-auto-responder-can-make-money.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='https://nowinformationsystem.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='https://nowinformationsystem.blogspot.com/feeds/1394909489176059854/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget HTML' data-version='1' id='HTML1'> <div class='widget-content'> <a target="_blank" href="http://toriola1.msociety.hop.clickbank.net/"><img border="0" src="http://scrapeboss.com/300250.png" /></a> <a target="_blank" href="http://toriola1.xdotcom.hop.clickbank.net"><img border="0" src="http://scrapeboss.com/ecash600banner.png" /></a> </div> <div class='clear'></div> </div> <div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://nowinformationsystem.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(348)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://nowinformationsystem.blogspot.com/2012/09/'> September </a> <span class='post-count' dir='ltr'>(70)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://nowinformationsystem.blogspot.com/2012/08/'> August </a> <span class='post-count' dir='ltr'>(172)</span> <ul class='posts'> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/non-profit-strategic-planning.html'>Non-Profit Strategic Planning</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/your-spiritual-guides-called-they-said.html'>Your spiritual guides called They Said, Get a Busi...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/3-small-business-success-factors.html'>3 Small Business Success Factors</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/health-and-safety-at-work.html'>Health and safety at work</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/business-networking-60-second-spot.html'>Business Networking - 60 Second Spot</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/branches-of-accounting-accounting-uses.html'>Branches of Accounting, Accounting uses and limita...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/small-business-means-big-bucks.html'>Small Business Means Big Bucks</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/one-off-customer-to-permanent-business.html'>One-Off Customer to Permanent Business</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/create-nonprofit-give-and-take-to-next.html'>Create a Nonprofit Give and Take to the next level</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/networking-basics-or-bust.html'>Networking: Basics or bust!</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/south-african-retail-sales-growth-in.html'>South African retail sales growth in online</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/soft-skills-for-hr-professionals.html'>Soft skills for HR professionals</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/team-building-activities-in-small.html'>Team building activities in a Small Business</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/strategic-alliances-ten-tips-for.html'>Strategic Alliances - Ten Tips for developing rela...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/mind-map-your-strategic-business-plan.html'>Mind Map your strategic business plan!</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/what-is-business-ethics.html'>What is Business Ethics?</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/c-accounting-why-c-accounting-and-not.html'>C # Accounting - Why C # Accounting and Not VB.Net...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/estimating-outsourcing-he-reduce-costs.html'>Estimating Outsourcing - He Reduce costs?</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/looking-for-home-business-opportunities.html'>Looking for a home business opportunities that all...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/conflict-leadership-and-leadership-talk.html'>Conflict, Leadership, and The Leadership Talk</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/what-is-crisis-communication.html'>What is crisis communication?</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/the-basics-of-venture-capital.html'>The Basics of Venture Capital</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/gira-sol.html'>Gira-Sol</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/why-your-sales-representative-skills.html'>Why your sales representative skills are essential...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/team-building-10-tips-for-success-team.html'>Team Building - 10 Tips for Success Team</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/fifteen-advertising-and-promotional.html'>Fifteen Advertising and promotional ideas</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/an-unethical-leader-ten-easy-ways-to.html'>An Unethical Leader: Ten Easy ways to connect, tha...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/ebay-stores-tricks-and-tips-for-new.html'>EBay Stores - Tricks and tips for new owners</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/2-killer-traffic-generation-techniques.html'>2 Killer Traffic Generation Techniques</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/the-highest-paying-affiliate-programs.html'>The highest paying affiliate programs</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/direct-marketing-tools.html'>Direct marketing tools</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/top-10-ways-to-break-writer-block-to.html'>Top 10 ways to break writer's block to Blog Anothe...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/money-at-home-3-ways-that-people-are.html'>Money at Home - 3 ways that people are using to ma...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/create-your-own-webcomic.html'>Create Your Own Webcomic</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/globalization-and-end-of-capitalism.html'>Globalization and the end of capitalism</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/where-can-i-find-good-outline-format.html'>Where can I find a good outline format Scripture?</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/how-to-use-ebay-website-to-sell-things.html'>How to Use eBay - A website to sell things</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/adsbot-google-adwords-and-advertising.html'>AdsBot Google Adwords and advertising</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/drivers-education-games.html'>Drivers Education Games</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/create-your-pay-site-with-google.html'>Create your Pay site with Google Adsense and Affil...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/business-website-design-when-not.html'>Business Website Design - When not Designers shoul...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/using-standard-deviation-and-sharpe.html'>Using standard deviation and Sharpe Ratio: Tools o...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/how-to-write-press-release-10.html'>How to write a press release: The 10 Commandments ...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/tips-for-beginners-affiliate.html'>Tips for beginners affiliate</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/affiliate-marketing-way-to-earn-online.html'>Affiliate Marketing - a way to earn online All the...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/it-good-to-use-false-name-and-lied-when.html'>It 's good to use a false name and lied when they ...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/easy-creation-of-rss-feedity.html'>Easy creation of RSS Feedity</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/autoresponder-or-newsletter-which-one.html'>Autoresponder or Newsletter - Which One is Right f...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/greek-architecture.html'>Greek Architecture</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/web-site-traffic-generation-how-i-do-it.html'>Web Site Traffic Generation-How I Do It</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/free-web-hosting-problems.html'>Free Web Hosting Problems</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/i-can-not-tell-lie-washington-hair.html'>I can not tell a lie - Washington's Hair Selling o...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/website-traffic-promotion-system.html'>Website Traffic Promotion System</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/marketing-local-products-such-as-home.html'>Marketing local products such as Home-Based Business</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/create-your-own-web-page-is-easy_22.html'>Create your own Web page is easy - a tutorial (par...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/lead-generation-how-to-use-sales-lead.html'>Lead Generation - How to use Sales Lead Generation...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/tips-to-choose-ideal-domain-name.html'>Tips to Choose the Ideal Domain Name</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/a-brief-history-of-hoodia-gordonii.html'>A Brief History of Hoodia Gordonii</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/the-advantages-of-access-control.html'>The advantages of access control systems of enterp...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/ebay-start-up-supplies.html'>EBay Start Up Supplies</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/offshore-dedicated-server-hosting.html'>Offshore Dedicated Server Hosting - Dedicated Serv...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/create-your-own-web-page-is-easy.html'>Create your own Web page is easy - a tutorial (par...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/an-auto-responder-can-make-money.html'>An auto responder can make money</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/simple-seo-web-site-development-tips.html'>Simple SEO Web Site Development Tips</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/understanding-value-of-traffic.html'>Understanding the value of traffic</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/local-domains-choose-wisely.html'>Local domains - Choose wisely!</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/dish-network-specials-guide-consumers.html'>DISH Network Specials - A guide consumers</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/inexpensive-promotional-ideas.html'>Inexpensive Promotional Ideas - Promotional Umbrellas</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/website-traffic-people-believe-myths.html'>Website traffic - people believe myths about using...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/how-to-download-music-to-psp.html'>How to download music to PSP</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/realize-your-dreams-with-ecommerce.html'>Realize your dreams with an Ecommerce Storefront</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/viral-marketing-increase-web-site.html'>Viral Marketing - Increase Web Site Traffic for Free</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/the-5-most-important-elements-of-web.html'>The 5 most important elements of web design</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/topic-video-marketing-and-its-impact-on.html'>Topic - Video Marketing and its impact on Web traffic</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/red-useful-tips-to-prevent-house-fires.html'>Red Useful tips to prevent house fires</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/the-ecommerce-business-plan.html'>The Ecommerce Business Plan</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/guide-for-selling-property-in-auction.html'>Guide for selling a property in an auction of goods</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/new-book-teaches-wise-retirement.html'>New book teaches Wise retirement planning and how ...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/beautiful-website-design-right-price.html'>Beautiful Website Design - The Right Price</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/cd-for-kids.html'>CD For Kids</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/website-traffic-when-to-use-google.html'>Website Traffic - When to use Google AdWords and S...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/internet-marketing-list-building-and.html'>Internet Marketing - List Building and Affiliate M...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/pay-per-click-marketing-right-way.html'>Pay Per Click Marketing - The Right Way</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/customer-relationship-management-for.html'>Customer Relationship Management For Business Ecom...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/the-most-cost-effective-traffic.html'>The most cost-effective Traffic Generation Tactic</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/search-internet-address-for-owner-of.html'>Search the Internet address for the owner of Gmail...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/how-to-choose-seo-company.html'>How to choose a SEO company</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/web-application-development-create-your.html'>Web Application Development - Create your web site...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/finding-best-stuff-to-sell-on-ebay-for.html'>Finding the best stuff to sell on eBay for maximum...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/use-social-networking-sites-to-drive.html'>Use social networking sites to drive traffic to yo...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/how-to-use-autoresponder-as-instrument.html'>How to Use Autoresponder as an instrument of power...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/organic-seo-hidden-costs-of-success-of.html'>Organic SEO - The Hidden Costs of the success of s...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/the-internet-marketers-prefer.html'>The Internet Marketers Prefer Autoresponder</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/how-to-announce-new-product-launches-in.html'>How to announce new product launches in the world</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/steps-guaranteed-to-succeed-in-direct.html'>Steps guaranteed to succeed in Direct Marketing an...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/using-virus-guard-effectively.html'>Using a Virus Guard effectively</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/low-cost-web-hosting-solutions.html'>Low Cost Web Hosting Solutions</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/sweet-nicknames-for-your-girlfriend.html'>Sweet nicknames for your girlfriend - cute names t...</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/pay-per-click-how-your-ppc-advertising.html'>Pay Per Click - How your PPC advertising</a></li> <li><a href='https://nowinformationsystem.blogspot.com/2012/08/dropshippers-computers-how-to-sell.html'>Dropshippers computers - how to sell computers on ...</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://nowinformationsystem.blogspot.com/2012/07/'> July </a> <span class='post-count' dir='ltr'>(106)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div> <div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/13247503815707545731' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> English3 </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/13247503815707545731' rel='author'>View my complete profile</a> <div class='clear'></div> </div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/654365252-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AAVkm1tZelchI2rv2BXO9UF-sUDS:1779176114462';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d6470558823947826054','//nowinformationsystem.blogspot.com/2012/08/create-your-own-web-page-is-easy.html','6470558823947826054'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '6470558823947826054', 'title': 'information system', 'url': 'https://nowinformationsystem.blogspot.com/2012/08/create-your-own-web-page-is-easy.html', 'canonicalUrl': 'http://nowinformationsystem.blogspot.com/2012/08/create-your-own-web-page-is-easy.html', 'homepageUrl': 'https://nowinformationsystem.blogspot.com/', 'searchUrl': 'https://nowinformationsystem.blogspot.com/search', 'canonicalHomepageUrl': 'http://nowinformationsystem.blogspot.com/', 'blogspotFaviconUrl': 'https://nowinformationsystem.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22information system - Atom\x22 href\x3d\x22https://nowinformationsystem.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22information system - RSS\x22 href\x3d\x22https://nowinformationsystem.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22information system - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/6470558823947826054/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22information system - Atom\x22 href\x3d\x22https://nowinformationsystem.blogspot.com/feeds/1394909489176059854/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/66f339c43d4ec606', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '1394909489176059854', 'postImageUrl': 'alt', 'pageName': 'Create your own Web page is easy - a tutorial (part 1) ', 'pageTitle': 'information system: Create your own Web page is easy - a tutorial (part 1) '}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Create your own Web page is easy - a tutorial (part 1) ', 'description': 'Yes, it\x27s easy to create a web page if you are a professional or a person who deals with IT stuff. A web page consists of simple basic HTML ...', 'featuredImage': 'https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vANvyvVoB5k_WyspT9KS-PIH4htfcSVuJ1uqYdUBr7eAo3i7BidfFObfTU', 'url': 'https://nowinformationsystem.blogspot.com/2012/08/create-your-own-web-page-is-easy.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 1394909489176059854}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1053750561-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-right-1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>