answersLogoWhite

0

What is 100px?

User Avatar

Wiki User

2013-03-05 13:10:48

Best Answer

The abbreviation px stands for "pixel".

If one sees the term 100 px it is equivalent to the term 100 pixels.

Most two dimensional rectangular images have a pixel size, width by height, so an image characterized as 20 px by 200 px is narrow and tall. It is 20 pixels wide and 200 pixels long.

User Avatar

Wiki User

2013-03-05 13:10:48
This answer is:
User Avatar
Study guides

Is a mini sd card the same as a micro sd card

➡️
See all cards
3.67
3 Reviews

Add your answer:

Earn +20 pts
Q: What is 100px?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other
Related questions

How do you hide the top banner on MySpace?

Just put this code: body {margin-top: -100px; padding-top: -100px;}


What is the HTML code for img replacement on hover no js just css and HTML?

In index.html...In style.css.image1{height: 100px;width: 100px;background-image: url(image1.png);}.image2{height: 100px;width: 100px;background-image: url(image2.png);}This same thing can be achieved without CSS...


What are some examples of CSS?

body{ background:red; font-family:arial; } #divID{ background:blue; width:100px; height:100px; } If you want to learn CSS, see the related links.


How do you center image HTML?

Here is an example: <img src="./image/myImage.png" alt="My Image" style="width:100px;height:100px;float:left;margin:0 auto;" /> That will centre your image.


How do you hide the ad but keep the search bar on myspace?

put this in your about me:body {margin-top:-100px;}


A picture that is positioned directly in the text at the insertion point is?

Not Really A Good Question But Here.If A Picture Is Over Text Then You Need To Change Were The Picture Is.In Your Code Look For:margin-top:100px;margin-bottom:100px;margin-right:50px;margin-left:50px;And Change The Numbers.Answered By DjLowseYou Know You love Me :]


How do you make a scroll box on Neopets?

If you are looking for a box that holds the neopets website: <!--Note: The width and height can be changed to fit it how you wish. ---> <iframe src="http://www.neopets.com" width="200" height="200" scrolling="yes"></iframe> ------------- The other way. <div style="width: 100px; height: 100px; overflow: auto;"> text </div>


How do you change the vertical location of a table using HTML code?

I'd use div tags: <div style="position:absolute;top:100px;"> put whatever you want in here </div>


In HTML can you put two tables along side each other?

Yes, it's possible to align tables next to each other using the float value of the style attribute. Give both tables the same float and a fixed width and they will appear next to each other if the browser window is wide enough. Example: <table style="float:left; width:100px;"> <tr><th>Table 1</th></tr> <tr><td>Content</td></tr> </table> <table style="float:left; width:100px;"> <tr><th>Table 2</th></tr> <tr><td>Content</td></tr> </table> This will create two tables of the width 100px next to each other.


How do you set equal spacing for the content between header and footer?

You have ti give header position:normal and footer position:normal and also give to content:.wrap {margin:100px auto; width:---px;}


How do you get rid of the MySpace advertisements on the top of your MySpace page?

this code really workks ;;div#topnav {margin-top: 50px;}div.clearfix {margin-top: -100px;}but myspace can kick you off if they know you did this --enjoyy , ((:


How do you make the text you put onto your piczo site bigger than 'Largest'?

Make an HTML code. Im not a pro at this, so I can *<font style="font-size:size choice here up to 100px!important">your text here</font>

People also asked