Answer:
<h3>☘ QUESTION☘</h3>
_____is used to organize and modify the properties of the current selection.
<h3>☘ ANSWER☘</h3>
(B) Property Inspector
Explanation:
✨BY#NICHOLE✨
Answer:
A closing tag
Explanation:
A tag in HTML is the core building block that marks the presence of an element. If the element has text or another element within it, it is marked using a two-sided tag and in which case, the opening tag indicates the content’s beginning and a closing tag indicates the end of the content
A sample HTML code that contains headers, paragraph tags, hyperlinks is
- <h1> This is a header </h1>
- <h2> This is a subtitle heading </h2>
- <p> This is a paragraph </p>
- <a href=”www.brainly.com”> Brainly Website </a>
<h3>What is HTML?</h3>
This is the building block of a website and is an acronym that means Hypertext Markup Language.
The HTML code that can be used to add a sample image is: "<img src="pic_Brainly.jpeg" alt="Brainly" width="500" height="333">
The src code means the specific location of the external resource
The width and height show how tall and wide the image would be.
The alt shows the alternative information for the image that can be seen when a person hovers over the image on the website.
Read more about HTML and CSS here:
brainly.com/question/24051672
#SPJ1
The components of an ERP system architecture is made up of the hardware, software and the Data.
<h3>What is an ERP system?</h3>
Enterprise resource planning (ERP) is known to be a kind of software that firms often use to handle or manage day-to-day business works such as accounting and others.
Note that The components of an ERP system architecture is made up of the hardware, software and the Data.
Learn more about ERP system from
brainly.com/question/14635097
#SPJ12