Answer:
A. /
Explanation:
When creating a line in HTML, you start with a <ELEMENT> <em>ENTER TEXT</em> </ELEMENT>
Example:
<title> Mark me brainliest! <<u>/</u>title>
<u><em>Hope this helps!</em></u>
<em>-Isa</em>
Answer:
Option C i.e., both A and B is the correct option to the following question.
Explanation:
Because in the following statement which is for the Python Programming Language, they can define the function i.e., "function1" without any argument and they can call that function with the help of another module then, they can call that function by using both methods. So that's why the following option is correct.
Answer:
JavaScript can be implemented using JavaScript statements that are placed within the HTML tag
Explanation:
Answer:
It saves the position of the first occurrence of "o" to variable something.
Explanation:
The search() method in javascript searches the expression or the string and returns the position of it's first occurrence and if not found it returns -1.
So in the code given above it will search for character o and returns the position of it's first occurrence that is 16 and if there were no o in the string then it would have returned -1.