You must provide a ________ before the slash in a self-closing element
Fill in the blank(s) with correct word
space
Computer Science & Information Technology
You might also like to view...
The MATCH and INDEX functions can be used to overcome the data range limitations of the VLOOKUP and HLOOKUP functions
Indicate whether the statement is true or false.
Computer Science & Information Technology
The command to list all the files that have filenames that starts with letter a and ends with a number from 1to 5 is
a: ls a?1-5 b ls a[1-5]* c: ls a*[1-5] d: ls *a*[1,5]* e: ls ?a?1?5
Computer Science & Information Technology