Fill in the blanks to complete the HTML code for referring to an external style sheet.

```
<____ rel="stylesheet" type="________" _____="mystyle.css" />
```


link, text/css, href

Computer Science & Information Technology

You might also like to view...

The print head in a color ink jet printer consists of a series of ____________________, one for each color.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A ________ is a copy of an email that is sent in a manner in which no one else who receives the email will know that person also received it

A) Cc: B) Bcc: C) Subject: D) To:

Computer Science & Information Technology

A line continuation character consists of a single space followed by a single underscore character as the last character in a line of code. This tells the Visual Basic Editor that the two lines of code should be treated as separate lines of code

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ query prompts you for criteria before running the query

A) criteria B) parameter C) expression D) simple

Computer Science & Information Technology