Answer:
Did you mean How to edit text on word? There are 2 word, Microsoft Word Office and WordPad. The step I give you below is for both.
Explanation:
Steps to edit text on word
Step-1: Select the text you want to edit.
Step-2: Click on Home Tab.
Step-3: Select the style(s) you want to edit from the Font group
Answer:
Moscow
Explanation:
Moscow is the capital of Russia and was made the capital in 1918.
Answer:
This is known as the Metcalfe's Law
Explanation:
In 1980, Metcalfe's law was first presented, not considering users but the communication among compatible devices (e.g. telephone, fax machines and so on). It was after the globalization of the internet that the law got introduced to users and networks.
A demonstration of the law can be seen in fax machines, one fax machine is purposeless, however, the interconnection of multiple fax machines on the network increases the value of every fax machine because the number of the users of the fax machines increases. Similarly, the more the users of a particular service, the more relevant the service becomes.
Answer:
The answer to this question is "A scrolling text box is created using a textarea element".
Explanation:
In this question, the answer is a scrolling text box is used by textarea elements because In the Html <textarea> is a tag that provides an element to represent a multi-line plain text box for inserting data like a feedback form. and other option is not correct that can be described as:
A scrolling text box is not used to create the input tag. It is also a tag that's why we can not use an input tag to create a textarea.
For creating a text box we use the input type =" text". It provides a text box. So, the type= "box" is not correct.
In Html, there are three types of list that is an unordered list, ordered list, and description list. for creating a list we use the list tag. In this tag, we do not use the input tag.