answersLogoWhite

0

Cascading Style Sheets state that there are three ways to implement CSS in an HTML document. The first type is known as an external style sheet and uses the <link> tag. This looks like:

<link rel="stylesheet" href="style.css" type="text/css" />

The second type is known as an internal style sheet and uses the <style> tag. This looks like:

<style>

body {

background-color: #FFFFFF;

}

</style>

The third type is known an inline style. This looks like:

<p style="text-color: #FF0000; text-weight: bold;">This is a paragraph</p>

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How is telepresence implemented?

There are many ways in which to implement telepresence. All of these ways start with including the three basic needs which are vision, sound, and manipulation. This allows the device to be easily controlled.


How do you implement quality assurance?

There are a number of ways through which you can implement quality assurance. This by ensuring that you have quality raw materials and proper supervision in production among other ways.


How are style guides and sheets created?

Style can be done in three ways; it can be inline (with the HTML element,) internal (in the Head element) or external as a linked file linked in the Head element. Precedence follows the order named as well. They are done in straight ASCII with a text processor like Notepad, Wordpad, Editpad (my favorite,) Notepad++ (another favorite, but for programming) or etc. just as the HTML is done.


What three way that the media does not reflect the society you live in?

Three ways the media do not reflect the society lived in are style of advertising, reporting of lifestyles, and inaccurate portrayals.


Why do you get different results when you use Firefox versus when you use IE?

because these browsers uses different ways to interpret Cascading Style Sheets or commonly known as CSS. google CSS for more info.


How do you get css to work?

CSS can be applied to a web page in three ways: inline style, a STYLE element in the HEAD of a page, or an external style sheet (or any combination of the three).CSS rule use a selector to determine which elements to apply the styling to and property:value rules to determine which styles to apply.


What are cascading sheetswhat are the 3 ways using them in designing web pagesexplain with an example?

Three Ways to Insert CSSThere are three ways of inserting a style sheet: External style sheetInternal style sheetInline style An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the tag. The tag goes inside the head section: An external style sheet can be written in any text editor. The file should not contain any HTML tags. Your style sheet should be saved with a .css extension. An example of a style sheet file is shown below: hr {color:sienna;}p {margin-left:20px;}body {background-image:URL("images/back40.gif");}


Speech on importance of adult education and ways to implement it?

i don't know how..!!:P


What are some creative ways to use rice noodle sheets in cooking?

Some creative ways to use rice noodle sheets in cooking include making spring rolls, wrapping them around fillings for dumplings, layering them in lasagna instead of pasta sheets, or cutting them into strips for a noodle salad.


What are some creative ways to use plastic sheets for crafts?

Some creative ways to use plastic sheets for crafts include making jewelry, creating stencils for painting, designing bookmarks, crafting keychains, and making decorative mobiles.


What are the best ways to use acetate sheets for baking?

The best ways to use acetate sheets for baking are to line cake pans for easy removal, create layered desserts with clean edges, and shape mousse or other delicate desserts.


Write a routine to implement the t e x t function?

There are many ways you could write a routine to implement text functions. You could, for example, come up with codes.