Computer Science, asked by academyamitl8451, 10 months ago

World wide web is very slow and expensive way to send messages it is true or false

Answers

Answered by irfanbari123
0
False. World Wide Web is the Internet and is the fastest and one of the cheapest way
Answered by Anonymous
101

World wide web is very slow and expensive way to send messages - True

World Wide Web (WWW) is a medium for common people to gain information from internet, communication, entertainment, news, sports etc. World wide web is a information system where informative resources and web pages are stored. It was first invented in year 1989 by Tim Berner. It is a medium for communication and data transmission between client and web server. The world wide web service is of very low cost and very rapid.

The text maybe hyperlinked in the world wide web. This websites are interconnected with each other and forms the world wide network. The Hyper text transfer protocol (HTTP) is a protocol which World Wide Web uses to communicate with the users. All the users that are using HTTP are interconnected with each other with the help of World wide network.

The world wide web is based on various technologies and protocols. This protocols and technologies helps users to share and gain the information through internet. We must need a web browser to access world wide web. The web browsers provide text, images, videos, animations, graphics etc to user through websites. Our device connects the world wide web with the help of Hypertext transfer protocol.

What is web browser?

The web browser is an application or software which executed the codes written by programmer. The programmers writes their codes in language HTML, CSS and JavaScript. This codes needs to be displayed properly on the webpage. Web Browser is everything because of which, the written codes by programmers are executed.

When the codes like HTML, CSS, JavaScript are been written, then this codes are converted by web browser to simple and complex text that has to been displayed. The work of browser is to just represent the codes and programme to the user in simple language.

Today in 2020, The most popular web browser for computers and desktops is Google Chrome. Google Chrome acquires 70% of the browsers  usage all  over the world. Google chrome is a browser by Google which generally uses Google accounts for "Sign in". Google chrome uses Google as a default search engine in it.

WorldWideWeb is a first web browser in the world. WorldWideWeb browser was developed by Sir Tim Berners-Lee in year 1990. And it was released to   public in year 1991. The first website on the internet (WorldWideWeb) was also released in the year 1991. This website was firstly  ran on WorldWideWeb browser.

What is HTML?

HTML(Hyper text Markup Language) is a standard Markup language generally used for creating web pages and websites front layer. HTML is assisted with the programming languages CSS and JavaScript to display the documents on web browser. HTML is one of the easiest programming language that can be useful in creating web pages and designing websites with the front and back end layer.

HTML latest version is "HTML 5". HTML is a programming language by "WHATWG" and HTML is a type of document file language which helps us to display our documents and files on web-browser in the form of Website. Along with HTML, CSS and Javascript are also used to make the look and functions of site better.

HTML Tags:

There are three main types of Tags in HTML; Opening Tag, Closing tag and Content tag. Each tag have it's different functions and methods. This all tags helps us to run our program and documents without any error and correctly.

HTML program is started using <HTML> tag. This tag indicates that, this is HTML code or text to be displayed in browser.

Second tag in any HTML document is <Head> tag. This tag represents the title of the webpage.

The most important tag; Body tag; Indicates the all visible content on the web. This tag represents the all sub-tags on the webpages.

  • <p> - This tag represents the Paragraph on the webpage.
  • <article> - This tag represents that, this is Article on the webpage.
  • <h1> - This tag represents the heading; <h2> represents the subheading and so go on.
  • <b> - Defines the Bold text.
  • <i> - Defines the italic text.
  • <u> - Underline the text on the webpage.
  • <table> - To create a table like excel on website.
Similar questions