<b></b> <span>element when used to strongly emphasize portions of text within a document.
<p></p> </span><span>tag defines a paragraph.
<ol></ol> </span><span>Defines an ordered list
<a></a> </span><span> tag defines a hyperlink</span>
Answer: In java the symbol "+" operator is used to perform string concatenation.
Explanation:
String concatenation refers to joining of two strings. So in java + is used to join strings which works provided one of the operands must be a String variable. Then it works by converting the other variable to String variable and joins the second operand to the end of the first operand.
An example of String concatenation is as follows:
int age = 10;
System.out.println("The boys age is " + age);
Output:
The boys age is 10.
here, the age is integer variable but as the phrase "The boys age is" is a String variable so it converts the age to String variable and joins both the Strings.
<h2>this is a PICTURE </h2>
<h3>i HOPE IT'S HELP </h3>
Answer: UDP port 123
Explanation:
UDP port 123 is used by NTP to synchronize ports of networked computers.
Answer:
Advance photo editing also involves correcting the colors of the image. It can be done by adjusting the color temperature. There is color tone which can be used to get bluish tint or the warm tone. Using the tint slider for shifting the magenta and green colors in scenic photographs.