Choose the example below that configures a comment in CSS.
a.
```
```
b.
```
// comment //
```
c.
```
/* comment */
```
d.
```
<< comment >>
```
c.
```
/* comment */
```
Computer Science & Information Technology
You might also like to view...
What are the two basic communication paradigms that designers consider when designing an internet?
What will be an ideal response?
Computer Science & Information Technology
How many ways are there to traverse a graph?
a. More than 3 b. 3 c. 2 d. It depends on the graph G=(V,E)
Computer Science & Information Technology
Contractarianism stems from the writings of ____.
A. Immanuel Kant B. Thomas Hobbes C. John Rawls D. Jeremy Bentham
Computer Science & Information Technology
A binary search can be performed on both sorted and unsorted lists.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology