How to post embed object code?

Asked By 10 points N/A Posted on -
qa-featured

How to post  embed object code on a website or blog so that it displays on code for the object rather then actual object. So, user of the site or blog can copy and paste the code.

SHARE
Answered By 0 points N/A #102549

How to post embed object code?

qa-featured

It really depends on what kind of blog or website your using to post embed object. But typically you can wrap the code with (code)[code]tags such as[ code] a buncha code in here blah blah [code].or you can try adding quotation marks before and after the code.

Accordingly object code is the code which is generated after translation from source code.

We can embed almost anything on our website for examples you can embed mp3 music and other audio, youtube video,flicker photos and slideshows and even google calendars, or very large photographs by using other application on other website.

Answered By 590495 points N/A #310709

How to post embed object code?

qa-featured

If you want to post something on a web page or a piece of information that will be displayed as a piece of code and not as a normal text, you can use the <code> tag. The complete syntax for the tag is:

  • <code>..</code>

The <code> tag is a phrase tag which defines a piece of computer code. This tag is not deprecated in HTML5 and can achieve a much richer effect when CSS is applied. For example:

<code>function foot() {
var footSet = new Array();
footSet[1] = “url”;
footSet[2] = “url”;
footSet[3] = “url”;</code>

Related Questions