Answer:
<!DOCTYPE html>
Explanation:
<!DOCTYPE html> is used in the HTML5. It is the document type declaration markup statement for an HTML5 file.
Answer:
an organization wants to use its computer to make video calls with suppliers overseasename two input and two output device that the organisation must have for this to happen and briefly explain the popruse of each device
Answer: static
Explanation:
In java we have the static keyword to indicate that it can be called without creating an object of the class.
example :
public static void main(String arg[])
So, main can be called without creating an object of the class.
Answer: The difference between highlighting the text and selecting the text is highlighting is when you change the highlight/back color of the text and selecting is when you temporarily highlight it to change a certain part.
Explanation: