The answer seems to be polymerization.
Answer: d. should be lowercase.
Explanation:
ID attributes are case sensitive for the most part - DOM and Java Script - which means that the ID attribute does not always have to be lowercase.
It can be uppercase as well. ID attributes can also start with a number and as of HTML 5 can start with a special character as well. Finally, the ID attribute must always be unique within each document.
Answer:
(b) backing field
Explanation:
A backing field of a property is a private field that stores or holds any data assigned to the property. Backing fields are generated for a class property if that property uses the default implementation of the accessor methods in that class.
Backing fields help to make codes readable, flexible and robust as they enhance encapsulation - one great feature in Object Oriented Programming.
Answer:
The title attribute is used to provide the heading to the web page.
Explanation:
The title attributes provide the heading to a web page. It is part of the head tag together with meta tag.
<head>
<title>About Science</title>
</head>
We can get precise of a web page through the title itself. It can explain what exactly the content inside a web page. The title is good enough to give you the complete picture of the content within that page together with meta keywords. Also, it explains how that web page is going to be indexed.
Answer:
i think images are converted into digital forms because i dont know