Preview

Css Description Types

Satisfactory Essays
Open Document
Open Document
455 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Css Description Types
Running head: CSS DESCRIPTION TYPES

CSS Description Types

CSS Description Types Cascading Style Sheets (CSS) is a language that is used to create one or more documents that control the appearance of some or all the pages at your Web site (Bojack, 2007). CSS styles have three categories: external, embedded, and inline. Each of these categories has its own pros and cons to using them. Each one is chosen to use based on the circumstance of what you are trying to achieve on your Web page. An external style is one in which you write the CSS code in a document separate from the HTML for the Web page (Bojack, 2007). External style sheets can be used to format all of the pages or some on your Web site which is the pro to using it. This is the preferred method to use by most Web designers. The external style sheet file consists only of CSS comments and code (Bojack, 2007). The con to using an external style is that if you accidentally apply an embedded style or inline style sheet to your pages the external style sheet will not override the inline or embedded style. An embedded style is one in which you write the CSS code in the section of an HTML document (Bojack, 2007). This type of style only applies to the one document in which it is used. A pro to using embedded style would be that the Web page loads faster when using this type of style. A con would be that this style limits the ability to apply formatting changes globally to your Web site (Bojack, 2007). An inline style is one that is written in the section of an HTML document (Bojack, 2007). The pro and con to using this style is that inline styles override both external styles and embedded styles on your Web page. If you use too many of these you can lose the ability to change your format globally later which is the con. If you need to constantly update one line of text (sales information) you can use this style to go in and only change what you need

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Carp Principles of Design

    • 265 Words
    • 2 Pages

    Nothing should be placed on the page arbitrarily. Every element should have some consciously designed visual connection with another element on the page. This creates a clean, fresh look and intentional look. Unity is an important concept in design. To make all the elements on the page appear to be unified, interconnected and interrelated, there needs to be some visual tie between the separate elements. Even if they are far apart on the page, they can appear connected or related simply by their placement on the page.…

    • 265 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Cascading Style Sheets

    • 364 Words
    • 2 Pages

    There are three types of cascading style sheets, or CSS. The first is the inline style sheet, it is limited in it's abilities. The most common reference would be tag editing, this is a specified modification. This allows for different display options for sections in your pages. This isn't the easiest thing to use, I have had trouble getting some of these tags to line up the way I want them to on the page. The next is the embedded style. An embedded style is one that directs the entire page it is applied to. I see it as a universal styling, making it quicker to edit. An embedded style is just that, embedded into the head of the page. This can be good for editing multiple tags on one page, I like to use this when I can. I would have to say that I do not use it a lot, I tend to change many tags individually. The last style is external style and it too, is just like it says, a written external document, attached to different web documents. An external style is a more widespread option to use. It can effect the whole website site, defining different tags in different pages. I like to use this type, I have a theme that can keep many parts of it's main theme intact throughout the website. This makes for easy maintenance and since the site isn't intend for extravagance, I can use many of the same colors and displays. My viewers will be more interested in the site content in my opinion. Plus the sharing pages can be practically identical, maybe just a different picture. I will probably use all three for different aspects of my site. I think I want to keep the maintenance low and the purpose simple, so I will stick to many of the same styles for the pages. I think external is a good one as well, creating a document separately and using it for applying to multiple tags. It can be easy to replace if you want and…

    • 364 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Inline cascade sheets can be applied to individual elements on a page. Inline cascading sheets are recommended for use on websites with more than one page. Inline cascading sheets are easy to salvage and maintain. The disadvantage of inline cascading sheets is the disorganized layout in HTML. Although there are many options when applying CSS to HTML documents, one has to find the one most suitable to assist when maintaining one’s website.…

    • 261 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Cascading Style Sheets

    • 435 Words
    • 2 Pages

    Inline CSS are applied in the middle of the HTML code and only apply to whichever line it is inserted into. Inline CSS also has the highest priority which means it will override any other CSS that is already in place for that individual line. Since developers do not have to worry about creating a new document or edit CSS in the head of the document, it makes Inline CSS quick and easy to use. However, the ease of Inline CSS can also be considered a disadvantage. If using this CSS, every single line of code will have to be edited. Inline CSS cannot perform complex styles like the visited, active, or link color of an anchor tag.…

    • 435 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    My Life Growing Up

    • 456 Words
    • 2 Pages

    To change the overall look of your document, choose new Theme elements on the Page Layout tab. To change the…

    • 456 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Hypertext Markup Language

    • 384 Words
    • 2 Pages

    Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicit presentational HTML markup…

    • 384 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Hypertext markup language specifies how text, graphics, video, and sound are placed on a document.…

    • 3619 Words
    • 15 Pages
    Satisfactory Essays
  • Good Essays

    Embedded Style Sheets Styles are inserted directly within the head element of an HTML document using the style element: styles Or h1 {Color: red; Text-align: center;} The order in which external and embedded style sheets are processed depends on the order in which they are listed within the HTML file. In the below example the loads the external style sheet first and then the embedded SS. If the order were switched the imported SS gets processed after the embedded one. h1 {Color: red; Text-align: center;} Inline Styles Applied directly to specific elements using the style attribute: ……

    • 1090 Words
    • 5 Pages
    Good Essays
  • Satisfactory Essays

    Covers the actual style and contact of text that is used including data written on websites…

    • 404 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Xml Dom

    • 258 Words
    • 2 Pages

    "The W3C Document Object Model (DOM) is a platform and language-newutral interface that allows program and scripots to dynamically access and update the content, structure and astyle of a codument"…

    • 258 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Styles can be specified inside a single HTML element, inside the element of an HTML page, or in an external CSS file.…

    • 1637 Words
    • 7 Pages
    Powerful Essays
  • Powerful Essays

    Web Development Css

    • 3319 Words
    • 14 Pages

    In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.…

    • 3319 Words
    • 14 Pages
    Powerful Essays
  • Good Essays

    There are three ways to include CSS information in a document: in the document head, in a separate file, and inline with XHTML.…

    • 453 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    With internet explorer dominating for years web designers were restricted to a not only slow browser but a browser that was and still is a limited on its styling. Luckily over the years we have seen a sharp drop in users of internet explorer and now average of 48.5 % of people using the more sophisticated and devolved Google chrome. However the extinction of internet explorer is not complete as there as still users with IE5. The development of css & and css3 has led to designers making extraordinary websites with amazing features but that all gets shattered when someone opens there website in internet explorers.…

    • 316 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    hotel management system

    • 1054 Words
    • 5 Pages

    Cascading style sheets (or CSS for short) takes control of the style of your pages,…

    • 1054 Words
    • 5 Pages
    Powerful Essays

Related Topics