Before you add a picture to a webpage, what do you need to do?
Change the picture to HTML.
Change the picture to CSS
Upload the picture to REPL.it.
Upload the picture to html.it.

Respuesta :

Lanuel

Answer:

Upload the picture to REPL (dot) it.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations that a web page displays.

A website refers to the collective name used to describe series of web pages linked together with the same domain name while a webpage is the individual HTML document (single page) that makes up a website with a unique uniform resource locator (URL).

Before you add a picture to a webpage, you need to upload the picture to REPL (dot) it.

REPL is a free integrated development environment (IDE) which avails developers (users) the ability to write software codes or programs in various programming languages while providing the required resources. Also, REPL is an acronym for read, evaluate, print and loop.