answersLogoWhite

0


Best Answer

put <center> around everything

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: With HTML or javascript or css how can you make your website centered across all size screens such as on facebook zoom in or out and the webpage stays centered how to get this effect?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are javascript applications?

A web application is an application that runs in your internet browser. Javascript is a programming language that can help a webpage to become more interactive. As most applications are made to be interactive, you can also call them javascript applications.


How do you set a javascript program as the background of your webpage?

Not sure what you mean by setting the javascript program as the background of your webpage, but if you mean that you want to incorporate some javascript functionality to your webpage like changing the html content when people click on an image or hover over some text, and you have not learned javascript yet, a good place to start is Lynda.com. You should also consider just learning jquery. Jquery is a much easier to learn and simpler to type code that employs the same functionality as javascript and much more. You can also learn how to write jquery on Lynda.com. You will just need to download their library or link to Google's version of it by placing one line of markup in your html document, then you create your javascript document and write your scripts in it.


How can we say that JavaScript is Not Object-Oriented language?

Probably due to the reasoning that javascript is simply a branch of html that allows you to run external functions to make the webpage do things, so that may be why.


Is HTML a language for describing a webpage?

It's one of them. Also, the main one. Others are PHP, ASP, JavaScript, CSS, Ruby On Rails, and Perl


How can we use script tag in java?

to implement javascript embed the statements between &lt;script&gt; n &lt;/script&gt;,,, and include any scripting language. eg:&lt;script LANGUAGE="javascript"&gt; block of codes &lt;/script&gt;

Related questions

Can Javascript create 3D?

Javascript is a browser-run script, so I highly doubt that Javascript possesses the capabilities to create 3-D images, but it can input them into the webpage.


How do you get a webpage to open maximised?

You'll want to use JavaScript. For security reasons, JavaScript has been stopped from doing this without the users permission.


Insert date on a webpage using javascript?

Just use new Date(); to get the current date and then use document.getElementById to insert it on the webpage. &lt;div id="example"&gt;&lt;/div&gt; &lt;script type="text/javascript"&gt; document.getElementById('example') = new Date(); &lt;/script&gt;


What are javascript applications?

A web application is an application that runs in your internet browser. Javascript is a programming language that can help a webpage to become more interactive. As most applications are made to be interactive, you can also call them javascript applications.


What are the language are available to create webpage?

Some web development languages include: HTML, CSS, and JavaScript.


Can you create a forum in a webpage?

Yes, we can create a forum on a page. It would require HTML, CSS and JavaScript.


How do you become idle on Facebook?

You become idle when you do not click on the facebook webpage for about 10 minutes.


How do you set a javascript program as the background of your webpage?

Not sure what you mean by setting the javascript program as the background of your webpage, but if you mean that you want to incorporate some javascript functionality to your webpage like changing the html content when people click on an image or hover over some text, and you have not learned javascript yet, a good place to start is Lynda.com. You should also consider just learning jquery. Jquery is a much easier to learn and simpler to type code that employs the same functionality as javascript and much more. You can also learn how to write jquery on Lynda.com. You will just need to download their library or link to Google's version of it by placing one line of markup in your html document, then you create your javascript document and write your scripts in it.


How can we say that JavaScript is Not Object-Oriented language?

Probably due to the reasoning that javascript is simply a branch of html that allows you to run external functions to make the webpage do things, so that may be why.


How can we use script tag in java?

to implement javascript embed the statements between &lt;script&gt; n &lt;/script&gt;,,, and include any scripting language. eg:&lt;script LANGUAGE="javascript"&gt; block of codes &lt;/script&gt;


Is HTML a language for describing a webpage?

It's one of them. Also, the main one. Others are PHP, ASP, JavaScript, CSS, Ruby On Rails, and Perl


How to design webpage using java script?

JavaScript is not very useful in web page design, JavaScript is used more for page functionality. For web page design; look up CSS.