answersLogoWhite

0


Best Answer

A picture (other than the background) is done in HTML. Borders and the like are controlled with CSS.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the css code for posting a picture?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Css code ul class?

to modify any HTML tag just type the tag as the css property eg. ul { /*your css here*/ }


What is an embedded style?

Embedded CSS simply means that your CSS is written in an external file (i.e. not in your HTML file). The external file can be anywhere on your server and must end in ".css". You would call this CSS file from inside your HTML file like this:On the otherhand, inline CSS is when your CSS is included inside of your HTML code, for example:foo


How do you override css?

If you are using an External style sheet, CSS can be changed by embedding CSS code into the HEAD tag after the link to the external CSS file.Embedded CSS must be contained within a STYLE tag.EXAMPLE:


What is a CSS Layout Generator?

The CSS Layout Generator is a tool used to create website layout templates. It uses an on-line code known as CSS (cascading style sheets) which is a language used in formatting and the look of a layout.


How can CSS save time in website developments?

CSS allows you to style multiple elements by using a tiny bit of code. It also allows you to change a majority of the website easily due to the styling being separate from the HTML code.

Related questions

What is the HTML code to add a border to a picture?

For example this is the HTML code: <body> <div id="picture"> <img src="images/image.jpg" alt="this is image" /> </div> </body> In CSS: #picture img { border:2px solid #000066; }


On MagiStream what is a Custom CSS code and how do you use it?

A CSS code allows you to modify your profile visually. There are articles in the MagiStream gamer forums that explain how and where you can use CSS codes.


How do you post picture on Google?

Posting a picture on Google means posting it on an open source website. You can't upload pictures on Google.


Css code ul class?

to modify any HTML tag just type the tag as the css property eg. ul { /*your css here*/ }


How do you hide default picture?

For 1.0: This code will hide ONLY your default picture: <style type "text/css"> table.profileinfo table tr td a img { display: none; } </style> This code will hide EVERYTHING on your main profile info (Age, sex, location, headline, picture, etc.) <style> .profileinfo {display: none;} </style> For 2.0: (Put in Customize --> CSS/HTML section.) div.basicInfoModule div.photo {display:none;} I hope I helped! <3


Is Source Code the same as CSS Code?

It can be but source code is just the code of a webpage. Whatever format it is.


What are the importants of css in HTML?

CSS provides styling to the code for interactiveness. It makes the webpage look good and classy.


What is CSS in Dreamweaver?

CSS (Cascading Style Sheet) is an alternative way to style a web page. Using CSS makes the page load faster because the CSS code is in an external file not in the actual HTML document.


What is an embedded style?

Embedded CSS simply means that your CSS is written in an external file (i.e. not in your HTML file). The external file can be anywhere on your server and must end in ".css". You would call this CSS file from inside your HTML file like this:On the otherhand, inline CSS is when your CSS is included inside of your HTML code, for example:foo


How do you override css?

If you are using an External style sheet, CSS can be changed by embedding CSS code into the HEAD tag after the link to the external CSS file.Embedded CSS must be contained within a STYLE tag.EXAMPLE:


How can you find out what anime some one is from from only a picture?

Only by posting a link to the picture at a Q & A site .


Is there a list of cheat sheets for HTML and css code?

w3schools has very handy guides and references to CSS and HTML, and more. [ http://www.w3schools.com/ ]