GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

Write the CSS for all ARTICLE elements with the class story…

Write the CSS for all ARTICLE elements with the class story that needs to be styled according to these requirements: The code will be in an external CSS file. Only the ARTICLE element with the class story should be affected by this styling. The first letter in the ARTICLE should be twice as large as the rest of the text. The background color will be BlueViolet (use that specific value) The text should be colored with with the rgb values red = 255, green = 78, and blue = 45 The margins should be 10% on all sides. The border should be 2 pixels wide , red, and a solid line all the way around. The padding for the left and right should be 10 pixels, and the padding for the top and bottom should be 20 pixels. The minimum height should be 200 pixels.

Read Details

Both the STRONG tag and the B tag can be used to apply boldf…

Both the STRONG tag and the B tag can be used to apply boldface to text.

Read Details

Which CSS rule correctly centers a block element in its cont…

Which CSS rule correctly centers a block element in its container?

Read Details

Which LABEL element is correctly associated with this INPUT…

Which LABEL element is correctly associated with this INPUT element?

Read Details

A CSS selector can refer to a specific HTML element by speci…

A CSS selector can refer to a specific HTML element by specifying the value of the element’s name.

Read Details

Which CSS correctly sets the borders of all TH and TD elemen…

Which CSS correctly sets the borders of all TH and TD elements in a table?

Read Details

In a FORM element, which attribute is used to specify the UR…

In a FORM element, which attribute is used to specify the URL for where to send the form data with the user submits the form?

Read Details

Which CSS rule would not turn the text for this P element bl…

Which CSS rule would not turn the text for this P element blue?    

Read Details

Suppose your HTML is structure like this     …     …..

Suppose your HTML is structure like this     …     …     …   Write the CSS that would create a two-column layout according to these requirements The CSS should be written for an external CSS file The ASIDE It is on the right side of the page Its width is 30% of the BODY’s width It has no margin The MAIN It is on the left side of the page Its width is 45% of the BODY’s width It has no margin The FOOTER is below both the MAIN and ASIDE It is not affected by any floats It has no margin    

Read Details

The following code snippet is commented correctly     Hell…

The following code snippet is commented correctly     Hello             div {             color: blue;         }         …

Read Details

Posts pagination

Newer posts 1 … 77,047 77,048 77,049 77,050 77,051 … 89,846 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top