Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with some general web dev code. These are the lines i need to get in. 1) Correct the error: Curbside Thai now delivers!

Need help with some general web dev code. These are the lines i need to get in.

1) Correct the error:

Curbside Thai now delivers!

2)Provide code to mark Curbside Thai Employment Opportunities as the document title.

3)Provide code to create metadata adding the keywords food truck, North Carolina, and dining to the document.

4)Provide code to tell the browser that the character encoding UTF-16 is used in the document.

5)Provide code to mark the text Gourmet Thai Cooking as a heading with the second level of importance.

6)Provide the code to link the web page to the CSS file mystyles.css.

7)Provide the expression to insert an em dash into a web page using the character code 8212.

8)Provide the code to insert an inline image using the source file aulogo.png and the alternate text Art World.

9)

Provide the code to mark the following list of the top-five most popular movies ranked in descending order according to IMDB:

5. Pulp Fiction

4. The Dark Knight

3. The Godfather II

2. The Godfather

1. The Shawshank Redemption

10) Provide the URL for an e-mail link to the address sajja@curbside.com with the subject line FYI.

11) Provide the URL for a telephone link to the U.S. phone number 970-555-0002.

12) The color chartreuse is located at 90 on the color wheel with 100% saturation and 50% lightness. Provide a style rule to display address text in black with chartreuse as the background color.

13)Based on the following style rule for paragraph text, which style property will be used by an older browser that supports only CSS2?

p {

color: rgb(232, 121, 50);

color: hsla(23, 80%, 55%, 0.75);

}

14)Provide a style rule to display h1 and h2 headings with a background color of yellow (an equal mixture of red and green at highest intensity with no blue) at 70% opacity

15)For the following style rules, what is the font size of the h1 heading in pixels?

body {font-size: 16px;}

body > article {font-size: 0.75em;}

body > article > h1 {font-size: 1.5em;}

16)Provide a style rule to remove underlining from the hypertext links marked with the tag and nested within a navigation list.

17)Provide a style rule to display all blockquote elements belonging to the Reviews class in italic and indented 3em.

18)Provide a style rule to horizontally center all h1 through h6 headings and to display their text with normal weight.

19)Provide a style rule to display all unordered lists with lowercase letters as the list marker.

20)Provide a style rule to display the text of all previously visited hypertext links in gray.

21)Provide the style rule to change the left margin of the figure element to 20 pixels.

22) Describe the item selected by the following selector:

#top > p:first-of-type:first-line

23)Provide a style rule to insert the text string *** before every paragraph belonging to the Review class.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Students also viewed these Databases questions