GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

When you use an external style sheet with an HTML document,…

When you use an external style sheet with an HTML document, you get all but one of the benefits that follow. Which one is it?

Read Details

To calculate the height of a box when using the box model, y…

To calculate the height of a box when using the box model, you add the height of the content area to the sum of the heights of the ____________________.

Read Details

An HTML file needs to use the external style sheet site.css….

An HTML file needs to use the external style sheet site.css. The CSS file is in the folder styles .  The HTML file and the styles folder are in the same folder. Write the complete element that is needed for the HTML file to use the CSS file.

Read Details

Given this HTML     Hello and this CSS      body { color:…

Given this HTML     Hello and this CSS      body { color: blue; }     h1 { background-color: white; } the text in the H1 will be the default color black.

Read Details

The doctype statement for a CSS file is      

The doctype statement for a CSS file is      

Read Details

Which element below should not be placed inside the HEAD ele…

Which element below should not be placed inside the HEAD element?

Read Details

A button’s ONCLICK attribute can be used to run a JavaScript…

A button’s ONCLICK attribute can be used to run a JavaScript function when the button is pressed.

Read Details

In the box model, the margin is used to provide space betwee…

In the box model, the margin is used to provide space between the an element’s content and its border

Read Details

The doctype statement for an HTML5 file is     

The doctype statement for an HTML5 file is     

Read Details

Write the HTML and CSS needed to write a COMPLETE html docum…

Write the HTML and CSS needed to write a COMPLETE html document that would validate, starting with the doctype and ending with  HTML end tag that meets the following requirements: The page’s title is Me The page has a heading (not a HEADER) that has your name in it a paragraph that has a sentence in it that says what city you live in, e.g. I live in Clarksville. Style the page so that There is no inline CSS, only internal CSS The text of the heading should be right-justified The text of the paragraph should be 1.1 times larger than normal. Both heading and the paragraph should be 50% as wide as the BODY they are in, and they are centered in the browser.

Read Details

Posts pagination

Newer posts 1 … 44,573 44,574 44,575 44,576 44,577 … 57,373 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top