Answer:
semantic
Explanation:
The description provided is describing the practice known as semantic HTML. This is basically code that provides both the user and the developer a description on what the code was originally supposed to do. For example, a method that calculates the total cost of a set of prices could be called calculateTotal(). By doing so you are describing the intention of the method clearly so that the individual using the method does not need to look at anything else to know what it does.
Answer:
True
Explanation:
hope this helps if not sorry :(
You must name the file first, without naming the file, you will have no way of looking for it in the file directory.