Page Nav

HIDE

Grid

GRID_STYLE

Header Ad

//

Watch

latest

What Is HTML? Advantage and Disadvantage of HTML

  What Is HTML? Advantage and Disadvantage of HTML What is HTML Hypertext Markup Language, a standard program for marking text files to achi...

 What Is HTML? Advantage and Disadvantage of HTML





What is HTML
Hypertext Markup Language, a standard program for marking text files to achieve font results, color, clarity, and hyperlinks on World Wide Web pages.
HTML is a common markup language for building Web pages.
HTML stands for Hyper Text Marking Language
HTML defines the structure of Web pages using the tag
HTML elements are elements of HTML page layout
HTML objects are represented by tags
HTML tags mark pieces of content such as "Title", "Category", "Table", etc.
Browsers do not display HTML tags, but use them to provide page content

Advantages and disadvantages of HTML
Benefits
Easy to use
Lost syntax (or, too much flexibility will not match the standards)
HTML is easy enough to write
HTML that is easy to code.
HTML also allows the use of templates, making designing a web page easier
It is very useful for beginners in the field of web design.
It is supported on almost all browsers, if not all browsers.
Widely used; is established on almost all websites, if not all websites.
It is very similar to XML syntax, which is used extensively for data storage
Free - You do not need to purchase any software
Easy to read & code even for novice programmers

Bad
It cannot produce dynamic output on its own, because it is a static language
Sometimes the structure of HTML texts is difficult to understand
Mistakes can be very expensive.
It takes time to choose a color scheme for the page and to create lists, tables and
forms.
It can only create static and clear pages so if we need dynamic HTML pages it doesn't work.
You need to write a lot of code to make a simple webpage.
You must comply with the downgraded tags, and make sure you do not use the revoked tags appearing because another HTML-enabled language has replaced the original tag function; so another language needs to be learned (most of the time, it's CSS)
The security features provided by HTML are limited.

What is an HTML file?
HTML is a format that tells a computer how to display a web page. These texts themselves are plain text files with special "tags" or codes used by the web browser to interpret and display the information on your computer screen.

HTML stands for Hyper Text Marking Language
An HTML file is a text file containing small tags
Markup tags tell a Web browser how that page is displayed
The HTML file must contain an htm or HTML extension file

Example Explained
The declaration defines this text as HTML
The element is the root of the HTML page
The element contains meta information about the document
The feature defines the title of the document
The feature contains visual page content
The feature defines the main theme
The feature defines a category


1 comment

Comment down

Reasons Why Laravel Is the Best PHP Framework for Web Development in 2021

  Reasons Why Laravel Is the Best PHP Framework for Web Development in 2021 PHP is the most popular and widely used web development programm...