answersLogoWhite

0

you ca show B in semaphore code by turning the letter around

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you show the text box output in the browser using Ajax code?

You can directly do that in the JavaScript. Just get the value of the input type in JavaScript using id and show it using .innerHTML.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


What are some show and tell ides using the letter q?

Quail, quarter, quartz and a quill are show and tell ideas. They begin with the letter q.


What would cause Pokemon not to show up when using Action Replay codes?

You may be using the No Wild Pokémon code. This also might occur if you are using a code that causes a specific pokémon to appear incorrectly.OR you might hav glitched your game by using an EXTREMELY long action replay code.


What are some show n tell ideas using the letter n?

Nutcracker


Can you post object code to only show the code without displaying the object itself on a webpage or blog?

It depends which blog service youre using. Typically you can wrap the code with [code] [/code] tags, such as: [code] a buncha code in here blah blah code code [/code]


Can you give you some AR codes for Kirby Canvas Curse?

No but you shouldn't be using ar code they show weekness


How do you get the HTML source on Windows Vista?

It depends on what browser you're using. If you're using IE, then you have to go to View->Source to open a new window with the source code. If you're using another major browser, Ctrl+U will show the source code.


What is the 4 letter word that has second letter as l and means using words that are clever but are not sincere and do not show much thought?

lies


Which route is Celebi on when using the Action Replay code?

AnswerI don't know but my friend has a celebi and it's location is in the ice caveIt Depends on what code your using. If your using a code where you can type the Number of the Pokemon in the pokedex it can be in a place where Pokemon usually show up at ( Tall Grass, Towers [some],Water,Ect.)


Learn how to show 2 to the power of 2 on a web page using HTML?

Code: document.write(Math.pow(2, 2));


How do you insert pictures on Notepad using HTML?

Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this: <img src="myimage.jpg" />