You can make a hierarchical directory structure under /root that
consists of one directory containing subdirectories by using cd and
mkdir
the mkdir command created the directories while the cd command changes which directory you're currently in
The statement that Cascading style sheets (CSS) use special hypertext markup language (HTML) tags to globally define font characteristics for a variety of page elements as well as how those elements are laid out on a web page is true. <span> CSS is a stylesheet language used to describe the presentation of a document written in HTML or XML.</span>
Answer:
Simple, really
Explanation:
3Rd one is pretty easy, all you have to do is read closely.
Social security
Also if he has any taxs they will be deducted
Answer:
Begin the statement with the proper keyword to start the loop
Explanation:
Given
The code segment
Required
Fix the code
The first line of the code segment is meant to be a for loop, but it does follow the right syntax.
This is so because the for keyword is missing.
The first line should be corrected and replaced with:
for count in range(80):
Hence, option (b) is correct