ACS COMPUTER CENTER

140/A, Kahatowita, Nittambuwa, Srilanka , 11144

.Menu bar

Acs Computer center for your IT related works - We provide excellent services to our custormers for very cheapest rate

Quality training

For today's and tomorrow's technology.
Computer Institute is committed to customer satisfaction. In the past 05 years ( SINCE 2006 ) , we have created a very friendly learning environment with the latest computer hardware and software technologies. Whether you are new to the computer industry or are looking to improve your skills, we have the right course for you. Well-qualified, experienced certified instructors train the participants with easy-to-use step by step training material in the most optimized period of time. We provide Unlimited Practical hours to Our Students.
Showing posts with label HOW TO CREATE WEB. Show all posts
Showing posts with label HOW TO CREATE WEB. Show all posts

10. Graphics D ) Background Graphics

Instead of having a solid color as a background, you might want to have one graphic that repeats over and over to create a background. Here are several places that you can go to find background graphics. The text that you would type in for a background called "bk.gif" would be:
<body background="bk.gif">

Linking with graphics
Sometimes on your web page, you might want to have a graphic that is a link. This is quite simple, since you just mix the two commands of linking, and displaying graphics. Here is an example of a graphic that leads to Yahoo:



You can also have a text link next to the graphic that leads to the same place.

yahoo

Here is what you would type in for, first the plain graphic-link, and second, the graphic-link with text:
<A href="http://www.yahoo.com"><IMG SRC="http://www.infhost.com/members/web/Images/yahoo.gif"></A>
<A href="http://www.yahoo.com"><IMG SRC="http://www.infhost.com/members/web/Images/yahoo.gif">Yahoo!</A>

10. Graphics C) Background, text, and link Color

On most pages, you want to have a specific color for the background, text, unvisited links, visited links, and active links. In order to do this, you need to find the code number for the specific color that you are looking for. Here is a HUGE list of code numbers,



and here is how you would display this in your page. NOTE: Type these ONLY right below your title. NOTE: You must have the "#" sign before the actual code.


<body bgcolor="#code">for background color
<body text="#code">for color of text (all non-links)
<body link="#code">for color of unvisited links
<body vlink="#code">for color of visited links
<body alink="#code">for color of active links (while being selected)
You can also string two or more of these commands together:


<body bgcolor="#000015" text="#000020" link="#000050" vlink="#7a7777" alink="#8f8e8d">

10.. Graphics B) Animated Graphics

Some people like to put animation on their web pages. It actually is not that hard. Here is some background history. Most GIFs over the years have only one image per file. According to "technical specifications from 1987", a GIF could have had more than one image per file, making it like a slide show presentation and not a single image. However, most programs that work with GIF are designed around the idea of one image per file. So the multi-image aspect of GIFs was forgotten. In 1989, they added timing and various other abilities to the GIF format, including transparency. Nobody used these new additions either. Then the Web took off. Transparency and interlacing became features people wanted to use and software companies began supporting those features. In order to have animation on your web page, you need to download a program that was made to fit more that one GIF in a file. I recommend GifBuilder for the Mac. Windows users can go here to download another program.

10.Graphics A) Putting Images On A Page

Putting Images On A Page
On almost EVERY web page on the net, there is some kind of graphic. I would HIGHLY RECOMMEND that you have AT LEAST one picture on your page. There are mainly two kinds of ways to have graphics on your web page. The first, is to use a graphic that is on another web page somewhere on the web. The second, is to upload the graphic to your own account. Personally, I prefer to use the upload method. If you are using the other way, there is always a chance that the person who made that page will decide to delete that graphic. Then a symbol with a circle, square, and triangle will appear where the graphic was supposed to be, sometimes it will look like it has been torn through the middle:



1)
To display a graphic on some one else's page, you need to find the URL. To do this, I recommend that you have Netscape Navigator. Right click or click and hold down on the graphic, until a menu comes up. Choose "View this Image". Then , copy the URL that appears at the top of the screen, in the "location" box. Let's say that the URL was: http://www.infhost.com/members/web/Images/pic.gif You would type:
<IMG SRC="http://www.infhost.com/members/web/Images/pic.gif">

The result is:



2)
To display a graphic that is in your account, all you have to do is type in the filename. If you didn't make separate directories for graphics and pages, then you just need to type the graphic's name.(i.e. <IMG SRC="pic.gif">

Alternate Text for Images
Some World Wide Web browsers cannot display images. Some users turn off image loading even if their software can display images (especially if they are using a modem or have a slow connection). HTML provides a command to tell readers what they are missing on your pages. The "ALT" attribute lets you specify text to be displayed instead of an image. For example:


<IMG SRC="pic.gif" ALT="How to make a web page">

In this example, "pic.gif" is the picture of a sign. With graphics-capable viewers that have image-loading turned on, you see the graphic. With a non-graphic browser or if image-loading is turned off, the words "How to make a web page" is shown in your window. You should try to include alternate text for each image you use in your document, as it is a courtesy for your readers.

09. Linking

URLs
When you make a link, you are making colored text or even a graphic (talked about later). When somebody clicks on this text, it will take them to another web page, or possibly a certain section of a web page. Let's say that you wanted to make a link from your web page, to Yahoo!. The URL of Yahoo! is:
http://www.yahoo.com

To do this, you would type:
<A HREF="http://www.yahoo.com">What ever text that you want to be colored goes here</A>

The result would be:
What ever text that you want to be colored goes here
You can go ahead and try it if you want to.

Links to Specific Sections
Sometimes, you might want to have a link that will take you further down a page, or to a certain section of another page. An example of this is the index to this web page. You click on the colored text, and it takes you to that section. To do this, you need to do two things. The first, is to make the link, and the second, is to make where the link will lead to. NOTE: You cannot make links to specific sections within a different document unless either you have write permission to the coded source of that document or that document already contains in-document named links.

1) To make the actual link, think of a name for the certain spot. Let's say you are going to call it "spot". If this certain spot is on the same page that the link is, you would type:
<A HREF="#spot">Colored Text
Otherwise, you would add "#spot" to the end of the URL.

2) Now, you need to make where the link will take you. Go to the spot where you want the link to take you, and type:
<A NAME = "spot">
Mailto Links
Most people like to have a link on their web page that automatically sends e-mail to an address. If you want to do this, and your name is Dan, and your e-mail address is a@a.com, type:
<A HREF="mailto:a@a.com">Dan</a>
Here is the result of typing this:
Dan

08. Text - F) Character formatting

Character Formatting
You may want to format some of your text differently than others using text styles. There are several types of styles of text that you can use: bold, italic, underline, strikeout, superscript, subscript, teletype, and blinking text are examples. To do these styles, surround your text with the following commands:


<b>, </b> for bold

<i>, </i> for italic

<u>, </u> for underlined

<strike>, <strike> for strikeout

<sup>, </sup> for superscript

<sub>, </sub> for subscript

<tt>, </tt> for teletype

<blink>, </blink> for blinking text (very annoying)

07. Text - E) Horizontal Line

Horizontal Rules
Every now and then, you might want to have a horizontal rule, or line in your page. Horizontal rules can be many different sizes and lengths. You can also have the line be solid black, by typing NOSHADE. Here are several examples of sizes and widths, and what the outcome is:
<HR SIZE=1 WIDTH=100%>

<HR SIZE=5 WIDTH=50%>

<HR SIZE=25 WIDTH=75%>

<HR SIZE=3 WIDTH=100%>

<HR NOSHADE SIZE=1 WIDTH=100%>

<HR NOSHADE SIZE=3 WIDTH=100%>

<HR NOSHADE SIZE=10 WIDTH=20%>

06. Text - D) Forced Line Breaks

There are many cases in which you want to end typing on one line, and start on the next. To do this, you can use a simple HTML command. This is one of the few commands that you don't have to put an ending command on. Let's say that you wanted to say "Hello, how are you?", but with each word on a separate line. All you have to type is:
Hello,<BR>how<BR>are<BR>you?
The outcome is:
Hello,
how
are
you?

05. Text - C) Builts and Numbering

There are two types of lists that you can make in HTML, dotted, and numbered. To make a dotted list of: red, orange, green, blue, purple, black, and brown, type:
<UL>
<LI> red
<LI> orange
<LI> green
<LI> blue
<LI> purple
<LI> black
<LI> brown
</UL>

The result is:
• red
• orange
• green
• blue
• purple
• black
• brown
To make a numbered list of: red, orange, green, blue, purple, black, and brown, type:


  1. red
  2. orange
  3. green
  4. blue
  5. purple
  6. black
  7. brown


The result looks like:
1. red
2. orange
3. green
4. blue
5. purple
6. black
7. brown

04. Text - b) Paragraph

Whenever you have more than a sentence of writing, you should have paragraphs.
To Make a paragraph of "This is a web page. How do you like what I've done? Please e-mail me with any suggestions at a@a.com", type:
<P>This is a web page. How do you like what I've done? Please e-mail me with any suggestions at a@a.com</P>
The outcome is:
This is a web page. How do you like what I've done? Please e-mail me with any suggestions at a@a.com

03. Text - a) Heading

Text

Headings
HTML has six levels of headings, numbered 1 through 6, with 1 being the largest. Headings are displayed in larger, or smaller fonts, and usually bolder. If you wanted to type "Hello", this is what you would type for each heading, and what the outcome is:
<h1>Hello</h1>
Hello
<h2>Hello</h2>

Hello

<h3>Hello</h3>
Hello

<h4>Hello</h4>
Hello

<h5>Hello</h5>
Hello

<h6>Hello</h6>
Hello

02. Title

Title
The first thing to put on your web page, is a title. The title is what will show up in the very top of the window. Let's say that your title is going to be "John Doe's Web Page", you would type:

<title>John Doe's Web Page</title>

In HTML, every command is surrounded by <'s, and >'s. And in most commands, you need to tell the web browser when to end this command. You do this by putting a back slash (/) in front of the ending command, as in above. Since HTML isn't case sensitive, is the same as <TITLE>, which is the same as <TiTLe>. Next, you need to decide what you want to put on your page. Text, links, graphics, and text fields, are just a few ideas. <br /> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> <span class='post-backlinks post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-979742931'> <a href='https://www.blogger.com/post-edit.g?blogID=8498101088705939294&postID=1397172538746580360&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='http://www.blogger.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <br/> <br/> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='http://acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB' rel='tag'> HOW TO CREATE WEB </a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div style='clear:both;'></div> <center> <div class='post-end'></div> </center> <div class='post hentry uncustomized-post-template'> <a name='9196586226750407317'></a> <h3 class='post-title entry-title'> <a href='http://acscomputercenter.blogspot.com/2010/03/how-to-create-web-01.html'> 01. Introduction </a> </h3> <DIV class='post-info'> <span class='post-date'> Posted by Acs computer center </span> <span class='post-timestamp'> at <a class='timestamp-link' href='http://acscomputercenter.blogspot.com/2010/03/how-to-create-web-01.html' rel='bookmark' title='permanent link'> <abbr class='published' title='2010-03-16T10:24:00-07:00'> 10:24 AM </abbr> </a> </span> </DIV> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <strong>Getting Started</strong><br /><br />There are basically two ways to make a web page. The first way is to create the page(s) offline and then upload them to your Internet Service Provider (ISP) via FTP. The second way is to create your web page(s) online using a Telnet program by accessing your UNIX account, if you have one. <br /><br />If you are creating your web page(s) offline, do so in any text editing or word processing document. Make sure that when you save your document, you save it as a "text", "plain text" or "text only" document. Otherwise it will not be read properly by a web browser. Once you have created your page(s), you will need to contact your ISP about how to go about uploading them to your server.<br /><br />If you have a UNIX account, you can create your web page(s) online. You first need to get a program that can access your UNIX account. I recommend Telnet for the Mac or Ewan for Windows 95/98.<br /><br />Once you can access your account, you need to make a new directory called "public_html". You can do this by typing:<br />mkdir public_html<br /><br />After this, change your directory to this new directory called "public_html".<br />cd public_html<br />If you want to, you can make other directories, one for all the web pages that you make, and one for all of the graphics that you have. Follow the same steps as above to do this.<br /><br />Next, you need to think of a filename for your page (this is not a title, but what will be in the URL). A common filename for a main web page, is "index". Once you've decided on this, add ".html" to the end of it. Then type (i.e.)<br />pico index.html<br />Of course, use your page's filename, instead of this one. Next, you need to gain some knowledge of the many HTML commands. Lucky for you, I've already gotten some of the basic commands for you. Follow the index below, to decide what to put on your page, and how to do it. Once you've gotten started, exit your page. You can do this by pressing control-x. Then you need to type:<br />chmod 744 index.html<br />Only do this with the filename of your page. You only need to do this the very first time that you leave your web page. This command will make sure that nobody else can delete your page. You will need to do this to any other pages that you make in the future. Then, look at your page on the WWW. Lets say that your server is "www.domain.com", your username is "username", and the name of your page is "index.html". The URL would normally be:<br />http://www.domain.com/~username/index.html<br /><br />However, you will need to contact your ISP for your URL. <br />If you have made separate directories for pages and graphics, then you need to include that in the URL also. Lets say that you made a directory for all of your web pages, called "Pages". The new URL would be: http://www.domain.com/~username/Pages/index.html <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> <span class='post-backlinks post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-979742931'> <a href='https://www.blogger.com/post-edit.g?blogID=8498101088705939294&postID=9196586226750407317&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='http://www.blogger.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <br/> <br/> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='http://acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB' rel='tag'> HOW TO CREATE WEB </a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div style='clear:both;'></div> <center> <div class='post-end'></div> </center> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB?updated-max=2010-03-16T10:24:00-07:00&max-results=20&start=20&by-date=false' id='Blog1_blog-pager-older-link' title='Older Posts'> Older Posts </a> </span> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://acscomputercenter.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'> Posts (Atom) </a> </div> </div> </div><div class='widget HTML' data-version='1' id='HTML7'> <h2 class='title'>CRICKET SCORE</h2> <div class='widget-content'> <object type="application/x-shockwave-flash" data="http://www.widgets.cricinfo.com/o/482c264908cd8b29/4bb04427037e3c2c/482c264908cd8b29/f541e378" id="W482c264908cd8b294bb04427037e3c2c" width="650" height="250"><param name="movie" value="http://www.widgets.cricinfo.com/o/482c264908cd8b29/4bb04427037e3c2c/482c264908cd8b29/f541e378" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /></object> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image6'> <h2>Paid Advertisement</h2> <div class='widget-content'> <img alt='Paid Advertisement' height='142' id='Image6_img' src='http://4.bp.blogspot.com/_xakAUHgYCKo/S6O8QDbOXOI/AAAAAAAAAIc/mkGcOl7SWjU/S1600-R/2+copy.jpg' width='638'/> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image4'> <h2>We provide</h2> <div class='widget-content'> <a href='http://acscomputercenter.blogspot.com/2010/03/we-provide-folloiwing-services-to-our.html'> <img alt='We provide' height='85' id='Image4_img' src='http://3.bp.blogspot.com/_xakAUHgYCKo/S6UT2IyzBgI/AAAAAAAAAKM/ZzBcwbQXbCs/S1600-R/ACS+Sevice+setup+setup+copy.jpg' width='638'/> </a> <br/> </div> <div class='clear'></div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget Image' data-version='1' id='Image1'> <h2>COMPUTER CLASSES</h2> <div class='widget-content'> <a href='http://acscomputercenter.blogspot.com/2010/03/we-provide-following-courses-at-very.html'> <img alt='COMPUTER CLASSES' height='283' id='Image1_img' src='http://1.bp.blogspot.com/_xakAUHgYCKo/S6Oo0N63ltI/AAAAAAAAAH0/SkW8XbBEUT8/S1600-R/side+bar+W+7.jpg' width='198'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image5'> <h2>ISLAMIC WEB</h2> <div class='widget-content'> <a href='http://acscomputercenter.blogspot.com/2010/03/islamic-sites.html'> <img alt='ISLAMIC WEB' height='283' id='Image5_img' src='http://3.bp.blogspot.com/_xakAUHgYCKo/S6O3_30WbRI/AAAAAAAAAIE/8FVTAiHwMMA/S1600-R/Islamic+site++W+7+copy.jpg' width='198'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image2'> <h2>Tamil Web</h2> <div class='widget-content'> <a href='http://acsstudy.blogspot.com'> <img alt='Tamil Web' height='283' id='Image2_img' src='http://3.bp.blogspot.com/_xakAUHgYCKo/S6YTvdM1gzI/AAAAAAAAALc/KszYaanW3Jg/S1600-R/7++10.jpg' width='227'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML2'> <h2 class='title'>Total Hits</h2> <div class='widget-content'> <!-- hitwebcounter Code START --> <a href="http://www.hitwebcounter.com/freecounterfeatures.php" target="_blank"> <img src="http://hitwebcounter.com/counter/counter.php?page=54008&style=0021&nbdigits=5&type=page&initCount=0" title="Web Site Counter" border="0" /> </a> <br /> <a href="http://www.hitwebcounter.com" title="Visit Count" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none;">Visit Count</a> <!-- hitwebcounter.com --> </div> <div class='clear'></div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive2'> <H2> Summary of Notes </H2> <DIV class='widget-content'> <DIV id='ArchiveList'> <DIV id='BlogArchive2_ArchiveList'> <UL> <LI class='archivedate expanded'> <A class='toggle' href='//acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB?widgetType=BlogArchive&widgetId=BlogArchive2&action=toggle&dir=close&toggle=YEARLY-1262332800000&toggleopen=MONTHLY-1270105200000'> <SPAN class='zippy toggle-open'>▼ </SPAN> </A> <A class='post-count-link' href='http://acscomputercenter.blogspot.com/2010/'> 2010 </A> <SPAN class='post-count' dir='ltr'> (21) </SPAN> <UL> <LI class='archivedate expanded'> <A class='toggle' href='//acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB?widgetType=BlogArchive&widgetId=BlogArchive2&action=toggle&dir=close&toggle=MONTHLY-1270105200000&toggleopen=MONTHLY-1270105200000'> <SPAN class='zippy toggle-open'>▼ </SPAN> </A> <A class='post-count-link' href='http://acscomputercenter.blogspot.com/2010/04/'> April </A> <SPAN class='post-count' dir='ltr'> (6) </SPAN> <UL class='posts'> <LI> <A href='http://acscomputercenter.blogspot.com/2010/04/satisfied-with-counting-says-ranil.html'> satisfied with counting-says Ranil </A> </LI> <LI> <A href='http://acscomputercenter.blogspot.com/2010/04/court-martial-postponed.html'> Court martial postponed </A> </LI> <LI> <A href='http://acscomputercenter.blogspot.com/2010/04/police-this-afternoon-forcefully.html'> police forcefully removed a group of monks </A> </LI> <LI> <A href='http://acscomputercenter.blogspot.com/2010/04/10-graphics-d-background-graphics.html'> 10. Graphics D ) Background Graphics </A> </LI> <LI> <A href='http://acscomputercenter.blogspot.com/2010/04/10-graphics-c-background-text-and-link.html'> 10. Graphics C) Background, text, and link Color </A> </LI> <LI> <A href='http://acscomputercenter.blogspot.com/2010/04/10-graphics-b-animated-graphics.html'> 10.. Graphics B) Animated Graphics </A> </LI> </UL> </LI> </UL> <UL> <LI class='archivedate collapsed'> <A class='toggle' href='//acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB?widgetType=BlogArchive&widgetId=BlogArchive2&action=toggle&dir=open&toggle=MONTHLY-1267430400000&toggleopen=MONTHLY-1270105200000'> <SPAN class='zippy'> ► </SPAN> </A> <A class='post-count-link' href='http://acscomputercenter.blogspot.com/2010/03/'> March </A> <SPAN class='post-count' dir='ltr'> (15) </SPAN> </LI> </UL> </LI> </UL> </DIV> </DIV> <div class='clear'></div> </DIV> </div><div class='widget Image' data-version='1' id='Image3'> <h2>CD World</h2> <div class='widget-content'> <a href='http://acscomputercenter.blogspot.com/2010/03/available-cds.html'> <img alt='CD World' height='283' id='Image3_img' src='http://2.bp.blogspot.com/_xakAUHgYCKo/S6ZYP3uOO0I/AAAAAAAAALs/6blXBmQkGqs/S1600-R/CD+world++W+7+copy.jpg' width='198'/> </a> <br/> </div> <div class='clear'></div> </div> <div class='widget Image' data-version='1' id='Image7'> <h2>Srilankan Politics</h2> <div class='widget-content'> <img alt='Srilankan Politics' height='283' id='Image7_img' src='http://2.bp.blogspot.com/_xakAUHgYCKo/S6jx3iSBT9I/AAAAAAAAAMc/YFsawqQtYHc/S1600-R/Sirlankan+Politics++W+7+copy.jpg' width='198'/> <br/> </div> <div class='clear'></div> </div><div class='widget Label' data-version='1' id='Label2'> <h2>Subjects</h2> <div class='widget-content list-label-widget-content'> <ul> <li> <span dir='ltr'>HOW TO CREATE WEB</span> <span dir='ltr'>(13)</span> </li> <li> <a dir='ltr' href='http://acscomputercenter.blogspot.com/search/label/SRI%20LANKA%20POLITICS'>SRI LANKA POLITICS</a> <span dir='ltr'>(3)</span> </li> </ul> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML3'> <h2 class='title'>Visited Countires</h2> <div class='widget-content'> <a href="http://s06.flagcounter.com/more/2iZ"><img src="http://s06.flagcounter.com/count/2iZ/bg=FFFFFF/txt=000000/border=CCCCCC/columns=2/maxflags=12/viewers=0/labels=0/" alt="free counters" /></a> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image8'> <h2>ACS Building</h2> <div class='widget-content'> <img alt='ACS Building' height='170' id='Image8_img' src='http://1.bp.blogspot.com/_xakAUHgYCKo/S7M4XLa3w-I/AAAAAAAAAMs/aUUMmM5StNE/S1600-R/How+is+ACS++W+7+copy.jpg' width='198'/> <br/> </div> <div class='clear'></div> </div> </div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'> </div> </div> </div> <!-- end content-wrapper --> </div> <div id='footer-wrapper'> <center> <div class='footerCenter'> <div style='padding: 0px 0 0 0;'> </div> <div class='clear'> </div> <div> <div class='footerlink'> <div style='float:left; padding-top:10px;'> Copyright 2009 - <a href='http://acscomputercenter.blogspot.com/'> ACS COMPUTER CENTER </a> </div> <div style='float:right; font-size:9px;'> Theme design: <a href='http://www.raycreationsindia.com/' title='Web Designer India'>Web Design Company</a><br/> Sponsors: <a href='http://www.hostingitrust.com/' title='Web Hosting Delhi'>Website Hosting India</a>, <a href='http://www.rayhosting.com/' title='Web Hosting Delhi'>Web Hosting Company</a>. </div> </div> </div> </div> </center> </div> </div> </center> </div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/552934507-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY5Dd5pubmLnYhjq6aoOPQmB9Nkvng:1757925623001';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d8498101088705939294','//acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB','8498101088705939294'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '8498101088705939294', 'title': 'ACS COMPUTER CENTER', 'url': 'http://acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB', 'canonicalUrl': 'http://acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB', 'homepageUrl': 'http://acscomputercenter.blogspot.com/', 'searchUrl': 'http://acscomputercenter.blogspot.com/search', 'canonicalHomepageUrl': 'http://acscomputercenter.blogspot.com/', 'blogspotFaviconUrl': 'http://acscomputercenter.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\x22ACS COMPUTER CENTER - Atom\x22 href\x3d\x22http://acscomputercenter.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22ACS COMPUTER CENTER - RSS\x22 href\x3d\x22http://acscomputercenter.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22ACS COMPUTER CENTER - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/8498101088705939294/posts/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/04ff204f4c551a27', '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': 'index', 'searchLabel': 'HOW TO CREATE WEB', 'pageName': 'HOW TO CREATE WEB', 'pageTitle': 'ACS COMPUTER CENTER: HOW TO CREATE WEB'}}, {'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': 'ACS COMPUTER CENTER', 'description': '140/A, \nKahatowita, Nittambuwa, Srilanka , 11144', 'url': 'http://acscomputercenter.blogspot.com/search/label/HOW%20TO%20CREATE%20WEB', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': false, 'isSearch': true, 'isLabelSearch': true, 'search': {'label': 'HOW TO CREATE WEB', 'resultsMessage': 'Showing posts with the label HOW TO CREATE WEB', 'resultsMessageHtml': 'Showing posts with the label \x3cspan class\x3d\x27search-label\x27\x3eHOW TO CREATE WEB\x3c/span\x3e'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'top', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'main', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'main', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text1', 'main', document.getElementById('Text1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'navMessage': 'Showing posts with label \x3cb\x3eHOW TO CREATE WEB\x3c/b\x3e. \x3ca href\x3d\x22http://acscomputercenter.blogspot.com/\x22\x3eShow all posts\x3c/a\x3e', 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1879773127-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'main', document.getElementById('HTML7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image6', 'main', document.getElementById('Image6'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image4', 'main', document.getElementById('Image4'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'sidebar', document.getElementById('Image1'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image5', 'sidebar', document.getElementById('Image5'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image2', 'sidebar', document.getElementById('Image2'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive2', 'sidebar', document.getElementById('BlogArchive2'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image3', 'sidebar', document.getElementById('Image3'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image7', 'sidebar', document.getElementById('Image7'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label2', 'sidebar', document.getElementById('Label2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebar', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image8', 'sidebar', document.getElementById('Image8'), {'resize': false}, 'displayModeFull')); </script> </body> </html>