What are The Basic Concepts of HTML - Md Jahid Shah

Student at EEE

Saturday, November 20, 2021

What are The Basic Concepts of HTML

This picture is about What are the basic concepts of HTML
The Basic Concept of Html


"What are the basic concepts of HTML" This is a common question, that every programmer asked in the beginning. So, let know about this.

HTML is a language for describing web pages. To publish something on the web need Html language. Html is a markup language that consists of many markup tags. It indicates how to display different elements on a web page. There are two types of elements in an Html document. One is Tag and the other is Element Content or Plain Text. After knowing a few tags Everyone can create web pages using Html. The extension ".html" of the file must be given to creating an Html webpage. When saving Html files to Notepad or WordPad the file extension must be given properly. Webpages can be created using Html with the "anWritter Free" apps on smartphones / Android mobile phones. Currently, the html5 version is used.

This picture is about notepad
Notepad
Writing the Html code requires a text editor. For example Notepad, Notepad ++, Macromedia Dreamweaver, AnWritter Free, etc. Generally, notepad software can be used to write Html code. And after becoming an expert in codding,  as an advanced editor can be used Notepad ++, Macromedia Dreamweaver, and Brackets software to write code quickly. After typing the code in Notepad or any other code editor, you can save it with ".html" after giving any name and clicking on save. To create an Html file, just as a code editor requires, in like manner a browser also requires to view it. For example Google Chrome, Mozilla Firefox, etc.

After typing the code and save the code, when you run the file in the browser, then the web page will visible.

Benefits of HTML:

  •  It is a user-friendly open technology.
  •  Ubiquitously usable and can be written in any text editor.
  • Because of plain text, it is easy to edit.
  • Most of the browser's supported.
  • To learn Html, any programming knowledge does not require. Its language is easy to learn and formatting.
  • Due to become ease of coding and syntax, static web pages can be created very quickly.
  • HTML is smaller than a text document.

The disadvantage of Html:

  • Only static web pages can be created but dynamic web pages cannot be created.
  •  To create a simple web page need to write a huge code.
  • The HTML security system is not good.
  • Because of writing a lot of code creates complications  And the solution is very difficult.


Related Post:

No comments:

Post a Comment