C. Unconventionally yes it will break down the system potentially causing a virus
It is false search engine are used for searching for something
Answer:
word = str("Enter a word: ")
if "mold" in word:
print("Mold is in the variable word.")
else:
print("Mold is not in the variable word.")
To locate emails with large attachments, go to your email and then choose the option of Choose File > Cleanup Tools > Mailbox Cleanup.
Here , one has to Log into their email account and open their inbox and then use the Search Mail bar and type Size to locate or they Set the Find items that are larger than to 9999 and then one has to click Find.
<h3>How do I find emails by attachment size?</h3>
This can also be done for messages that has a size equal to or bigger than 25.
One has to open their message and then they have to right-click on the attachment. You can choose Save As and save to the location of the choice you want.
Learn more about attachments from
brainly.com/question/978078
Answer:
The correct answer for the given question is option(3) i. src.
Explanation:
In HTML if we insert a image on the screen we use<img> tag
the img have following attribute
1.src
2.height.
3 alt
4 width
The required attribute in img tag is src i.e source or path of image
The following are the syntax of image tag
<img src=" path of image" alt="not visible" height="100px" width="100px"/>
The height and width attribute describe the height and width of image in pixel.
The alt attribute is not mendatory attribute in image tag.The alt attribute display the message when image is not visible in the web page .
All the other attribute like alt,height,width are used as per the requirement but src is an required attribute .
so the option(3) is correct.