Computer Science, asked by sayansh1, 1 year ago

how does html work and there advantages and disadvantages

Answers

Answered by Programme
1
The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. ... Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages.

Advantages and Disadvantages of HTML

HTML refers to the HyperText Markup Language.There are many advantages and disadvantages of HTML, including compatibility and difficulty of use. HTML is the basic language to learn for web technologies. HTML is that it is easy to code. HTML also allows the use of templates, which makes designing a webpage easy.
Answered by steffis
0

HTML stands for Hyper Text Markup Language.

Explanation:

HTML consists of an order of shortcodes that are written into a text-file called tags. The text will then be saved as html file and displayed using a browser. This browser will read the html file and converts the text into a visible form, by rendering the page.

Advantages of HTML:

  • It is free and widely used.
  • Supported on most of the browser, if not all browsers
  • Easy to learn and use.
  • We can integrate HTML with CSS, JavaScript, and php etc.

Disadvantages of HTML:

  • HTML creates only plain and static pages. It is not useful in case of dynamic pages.
  • It requires writing more code for creating a simple webpage.
  • It makes some complexity or hard to grasp when making long code for a webpage.
  • The security features provided by HTML are limited

Similar questions