Computer Science, asked by Anonymous, 5 months ago

SPECIALITY OF C++ AND HTML ​

Answers

Answered by AnubhavGhosh1
2

Answer:

C++ is an object-oriented programming language and includes classes, inheritance, polymorphism, data abstraction and encapsulation. C++ has a rich function library. C++ allows exception handling, and function overloading which are not possible in C.

There are various features of C++ such as,

Object Oriented.

Simple.

Platform Dependent.

Mid-level programming language.

Structured programming language.

Rich Library.

Memory Management.

Powerful & Fast.

HTML stands for Hyper Text Markup Language. It is used to design web pages using markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages. Markup language is used to define the text document within tag which defines the structure of web pages. This language is used to annotate (make notes for the computer) text so that a machine can understand it and manipulate text accordingly. Most of markup (e.g. HTML) languages are human readable. Language uses tags to define what manipulation has to be done on the text.

HTML is a markup language which is used by the browser to manipulate text, images and other content to display it in required format. HTML was created by Tim Berners-Lee in 1991. The first ever version of HTML was HTML 1.0 but the first standard version was HTML 2.0 which was published in 1999.

Features of HTML:

It is easy to learn and easy to use.

It is platform independent.

Images, video and audio can be added to a web page.

Hypertext can be added to text.

It is a markup language.

Answered by Ash34567
5

Answer:

  • C++ is a highly portable language and is often the language of choice for multi-device, multi-platform app development.
  • C++ is an object-oriented programming language and includes classes, inheritance, polymorphism, data abstraction and encapsulation.
  • C++ has a rich function library.
  • C++ allows exception handling, and function overloading which are not possible in C.
  • C++ is a powerful, efficient and fast language. It finds a wide range of applications – from GUI applications to 3D graphics for games to real-time mathematical simulations.

  • HTML code instructs web browsers how to render content. It explains the underlying structure of a web page.
  • For decades, HTML has been considered a cornerstone technology of the World Wide Web along with Cascading Style Sheets, or CSS, and Javascript.
Similar questions