Answer:
software development is the conceiveing, specifying , designing, programing , texting, document and fix involved in creating and application frame work or other software components.
Answer:
margin: 30px 0 0 150px;
Example:
<html>
<body>
<div style="margin: 30px 0 0 150px">
Welcome In Bangalore
</div>
</body>
</html>
Explanation:
The Above example is written in HTML and inline CSS in which I have created a division and given margin to it through internal CSS.
First value in the margin is 30px then 0px for bottom margin then 0px for right margin and at last we have given 150px margin to the left side.
Answer:
Open a text-based editor like Microsoft word, notepad, libraoffice, etc, type the name of the super hero on the first field and the main power on the second field. Then click on the file menu or press ctrl-s and save file as superheroes.dat.
Explanation:
The file extension 'dat' is used to hold data for programs, for easy access. The file above holds data in fields separated by a space and has multiple records.
I believe you have to install locate with "sudo apt-get install locate" and type "locate 'filename'"