answersLogoWhite

0

What do the effects of CSS look like?

Updated: 11/21/2022
User Avatar

Wiki User

14y ago

Best Answer

Tags that are styled with CSS defining bold text may look like this. Tags that are styled with CSS defining italicized text may look like this. Tags that are styled with CSS defining text that is strike-through'ed may look like this.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do the effects of CSS look like?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can you get source code to slide images with effects?

Yes you can make images to slide with effects. The sliding simple can be made with <marquee> and effects can be done by CSS.


How do you align center the text in a column?

Use the CSS "text-align" property.Assuming that your column is built using a block level element with a set width (either fixed or fluid) your HTML will look something like this:text in the columnYour CSS will look something like this:div { width: 200px; text-align: center; }


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


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.


What is CSS File and why it is used?

A CSS file can tell the web browser how a web page is supposed to look. The web page (HTML file) itself says what words are on the page, and which pictures, but you CAN use the CSS file to specify what goes where, how big, what color and font, and things like that.You CAN also specify all those things in the HTML file. The biggest advantages of using separate CSS are:The same CSS file can be used for all pages in a site, so if you want to change something, you can just change it in one place, and all the pages will now look the way you want.If you use the same CSS file for every page, your pages will load faster, since the browser does not re-fetch the CSS file every time.

Related questions

What does cursive in CSS look like?

You could try it for yourself.p {font-style: cursive;}


How do you hack your zwinky profile to make it look like you have a lot of friends zchievments and page hits and views?

Its not a "hack" just two lines of css look up ways to add numbers with css its very simple ~jakemadness


What is a funny css command?

Take a look at the link below the answer...I bet u will like the commands here...


How do you attach a css file to a a webpage?

The common way of attaching a CSS file to a web page, is to include a link inside the header section. This would look like <link rel="stylesheet" href="style.css" type="text/css" /> This allows you to attach an external CSS style sheet to a web page.


What is a CSS in a MySpace?

CSS means cascading style sheet, CSS in a myspace profile styles the profile to look different using colors and background images.


Can you get source code to slide images with effects?

Yes you can make images to slide with effects. The sliding simple can be made with <marquee> and effects can be done by CSS.


What are the importants of css in HTML?

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


How do you show your friends on your profile?

look for text like this, and delete it <style type="text/css">.friendSpace {display:none;}</style>


What is the use of css?

CSS is used to add style to HTML documents. HTML is designed to code the elements of a webpage, like text and pictures. CSS (Cascading Style Sheets) is used to define how they look (color, size, bold, etc.). CSS was used to fix a problem created when HTML tries to define how a page looks. It is now not acceptable to have HTML tags like <b> (which makes text bold). You should now include all of that information in CSS.


How do you align center the text in a column?

Use the CSS "text-align" property.Assuming that your column is built using a block level element with a set width (either fixed or fluid) your HTML will look something like this:text in the columnYour CSS will look something like this:div { width: 200px; text-align: center; }


When can you choose css?

You can choose to use CSS when you want your web page to look good. It styles the page according to user's experience.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.