Preview

walmart vs target

Satisfactory Essays
Open Document
Open Document
988 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
walmart vs target
Style Sheets

Cascading Style Sheet specification has been developed to define the major parts of an HTML page display. Some of its features include specification of styles for:

Fonts
Background
Margins and Borders
Spacing, positioning and Alignment

The Style sheet information is usually stored in a separate text file. This file is then linked to the HTML page using the LINK tag. The LINK tag must be placed in the head section of the HTML page.

Example of a Style Sheet (comments are in italics, don’t type these): BODY default style for body section { BACKGROUND-COLOR: aqua; COLOR: yellow; FONT-STYLE: Arial, sans-serif }
#CSSIDA a unique ID that can be applied anywhere in the document { COLOR: blue; FONT-SIZE: large } ADDRESS.MyCSSClass a special class applicable to the ADDRESS element { FONT-STYLE: italic; FONT-FAMILY: Tahoma, Sans-serif } .CSSClassB A “free” class that can be applied to any element { BACKGROUND-COLOR: aqua; FONT-FAMILY: ‘Arial Rounded MT Bold’, sans-serif }
Save above file as style1.css in your webclass/css directory. Create the css subdirectory in c:\WebClass folder if it is not already there.

Now create an HTML file as shown on next page. First we will not apply any styles, then gradually we will include the styles from the STYLE sheet.

Examples of Style Sheet

Welcome to my Web page. I enjoy developing Web Applications Using ASP, JSP and ASP.Net. ASP has several COM based prebuilt objects that can be used in a scripting language such as VBscript, or Javascript, or Perlscript etc.. JSP provides the power of Java, and ASP.Net provides an elegant separation of presentation and code, in addition to a powerful .Net class library. Web development is easy to learn and you can create very useful applications relatively quickly, with it. To learn more about web development, I will recommend taking a

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Additions in Properties include border-radius, image-source, image-slice, and the values for width outset and stretch have been added in CSS3. It also features properties for managing boxes like shadowing, wrapping and breaking have been added. The best part of CSS3 is that it has done away with complex structures for div tag and makes it easy for hassle free designing of multiple table-less columns. This can be simply done by putting in the number of columns in the browser that need to be added in the body element along with their width, color and height to make the text flow through the columns with ease.…

    • 272 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    Using the links below and Internet research, list the usage for each of the HTML tags in the table below.…

    • 242 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    Nt1310 Final Exam

    • 746 Words
    • 3 Pages

    A(n) __________ statement must be inserted into all Web pages in which you want to use an external style sheet.…

    • 746 Words
    • 3 Pages
    Good Essays
  • Good Essays

    It237 Week 2 Checkpoint

    • 414 Words
    • 2 Pages

    Next, I will be describing the embedded cascading style sheet as well as a pro and a con for it. An embedded style is where you would write the CSS or cascading style sheet code in the section of an HTML document. When using embedded style it only applies to the one document in which the code is embedded. One pro to using the embedded style it could be used for quick fixes. It could also be used for prototyping and simple test without having the inconvenience of switching back and forth between CSS documents and the HTML files themselves. One of the biggest cons in using the embedded type is that some of the email clients out there do no allow the styles in the heading.…

    • 414 Words
    • 2 Pages
    Good Essays
  • Good Essays

    External CSS is a file that contains only CSS code and is saved with a .css file extension. In your HTML you will use the <link> not the <style> tag to insert the style sheet. The code would look like this:…

    • 520 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Nt1330 Final Exam

    • 2055 Words
    • 9 Pages

    The term cascading is used because designers can apply many style sheets to the same Web page, one on top of the other.…

    • 2055 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    HTML is currently in its fifth revision or HTML53. With HTML5 a standard is set for how to display the web page; where pictures are displayed, fonts used for text and total layout of the page. XML (extensible markup language) is used for web documents. CCS (cascading style sheet) is written into the HTML document or attached as a file to define the appearance of the displayed page.…

    • 897 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Year 8 Investigate Sample

    • 2322 Words
    • 10 Pages

    When I solve this problem I will become much better in web designing. This means I will learn…

    • 2322 Words
    • 10 Pages
    Powerful Essays
  • Better Essays

    Target vs Wal Mart

    • 1640 Words
    • 7 Pages

    Target has a long standing tradition of providing superior products to consumers. Whether it is clothing or your groceries, Target is known for being a top competitor to the retail giant Wal-Mart. Target also has a long standing tradition of making economic decisions that benefit the consumer. In their most recent decision to move into Canada, Target is now moving into international business. Their brand name is not widely known throughout Canada, but given their reputation in America, Target should have no problem entering the Canadian market.…

    • 1640 Words
    • 7 Pages
    Better Essays
  • Better Essays

    Walmart vs Target

    • 1078 Words
    • 5 Pages

    Today’s economy and the increased unemployment rate have made the average American household drastically change their spending habits. The average household has to function on surviving with less. Which brings me to my topic. We have become a savvier shopper; ultimately looking for the establishment can offer the most for our money with out sacrificing quality. We have become “bargain shoppers”. When I think of a discount store two major companies come to mind Target and Wal-Mart. The merchandise and services provided are pretty much comparable. Many of its customer population shops there for two simply reasons one is out of loyalty and the other being it’s a preference.…

    • 1078 Words
    • 5 Pages
    Better Essays
  • Good Essays

    The file can be stored on your computer giving it a file name and you can store it where you want to. To change the format this can be done by the design and the fonts. You can also use fonts such as bold, underlining and all other tools on the tool bar.…

    • 816 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    MIS Study Guide

    • 612 Words
    • 3 Pages

    Make sure the file is in the www folder change Save as File type to All Files and then make sure it ends in .html…

    • 612 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    What are the advantages of external cascading style sheets (CSS) compared to internal CSS and the embedded ? Explain situations in which each is the appropriate type. Given these situations, which type do you think would be more useful for the majority of web pages?…

    • 426 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Tumblr Themes

    • 419 Words
    • 2 Pages

    {TITLE} {block:Description}{/block:Description} body { background-color:{color:Background}; background-image:url({image:Background}); background-position:{text:Background Image Position}; {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat} {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed} color:{color:Text}; font-size:14px; line-height:16px; font-family:{font:body}; } a, a:visited, a:active { color:{color:Link}; text-decoration: none; } a:hover { color:{color:link hover}; text-decoration:none; } p { margin: 1px 1px 1px 3px; line-height:10px; padding: 0; } ol.notes { padding: 0px; margin: 10px 0px; list-style-type: none; border-bottom: dotted 1px {color:text}; } ol.notes li.note { border-top: dotted 1px {color:text}; padding: 10px; } ol.notes li.note img.avatar { margin-right: 10px; width: 20px; height: 20px; } blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};} blockquote img{display:block;} blockquote p{padding:0px; margin:0px;} blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;} a img{border:none;} #content{ position:absolute; top:55px; width:520px; left:470px; padding:2px; margin:auto; } #sidebar{ top:60px; width:300px; position:absolute; font-color:{color:text}; left:60px; overflow:shown; padding:10px; background-color:{color:Sidebar}; } #post{ padding:1px; margin-bottom:8px; background-color:{Color:Posts}; } h1 { font-size:15px; font-weight:normal; font:{font:title}; color:{color:Title}; text-transform:none; line-height:16px; letter-spacing:-2px; } .h2 { font-size:11px; font:{font:text}; color:{color:text}; background-color: transparent; text-align: right; text-transform:uppercase; padding:1px; font-weight:normal; } h3 { margin-top:5px;…

    • 419 Words
    • 2 Pages
    Powerful Essays
  • Satisfactory Essays

    popopo

    • 1189 Words
    • 5 Pages

    create all of them. At the core of this is often a well implemented CSS tool that…

    • 1189 Words
    • 5 Pages
    Satisfactory Essays

Related Topics