hort Answer type questions:
1) What do you mean by Web site?
2) What do you mean by Blog?
3) Define Internet?
4) Write 4 examples of web browser?
5) What do you mean by E-mail?
6) What is the use of <Head> tag?
7) What is the use of <B> tag?
8) Write an HTML coding for inserting an image?
9) What do you mean by <HR> tag?
10) What do you mean by Malware?
Answers
Answer:
1) a website is a collection of Web pages and related content that is identified by a common domain name and published on at least one Web sever .
2) a blog is a discussion or informational website published on worldwide Web consisting of discrete , often informal diary style text entries.
3) an Internet is a place where you can search things and learn too . It is also a wider network that allows computer networks around the world run by companies , governments , universities and other organisations to talk to one another .
4) Firefox, Explorer, Nets Cape, safari
5) email means where you send letters through the Internet online .
6)The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag. Metadata is data about the HTML document.
7)The HTML <b> element is found within the <body> tag. The <b> tag is used to bold text but does not put emphasis on the text like the <strong tag> does. In most cases, it is recommended that you use the <strong> tag rather than the <b> tag.
8)Just keep in mind that you should use the <img> tag inside <body>… </body> tag. The src attribute is used to add the image source i.e. URL of the image. The alt attribute is for adding alternate text, width for adding width, and height for adding the height of the image.The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic).
9)thematic break -The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic). The <hr> element is most often displayed as a horizontal rule that is used to separate content (or define a change) in an HTML page.
10)Malware is the collective name for a number of malicious software variants, including viruses, ransomware and spyware. Shorthand for malicious software, malware typically consists of code developed by cyberattackers, designed to cause extensive damage to data and systems or to gain unauthorized access to a network.
Explanation:
hoping that this will help you , please mark as brainliest ..