Recent Posts

What is HTML? Advantages and Disadvantages of HTML.

What is HTML


HTML (Hyper Text Markup Language) is Client-Side Scripting Language. HTML used to create a web page and web application. An HTML is Not a Programming Language but is a markup Language. We will use Noted, Sublime, etc any text editor used writer HTML. HTML File executed in any web browser. HTML is simple and easy Language. It can easy to understand and modify.


what is html *, what is html tags, html5, what is html code, what is html viewer, what is html form, what is html editor, what is html table, what is html list, what is html template, html tutorial for beginners, html tutorial, learn html and css, learn html5, learn web design, learn web development, learn web code, web design, web development, web design tutorial, web design tutorial for beginners, web design bangla tutorial full, advantages and disadvantages of html ppt, advantages and disadvantages of html editors, advantages and disadvantages of html url and http, advantages and disadvantages of html and css, advantages and disadvantages of html wikipedia, advantages and disadvantages of html5, advantages and disadvantages of html pdf, what is html state advantages and disadvantages of html, advantages and disadvantages of frames in html, write the advantages and disadvantages of html,advantages and disadvantages of html5 semantic elements

For example

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>HTML Demo</title>  // title
  5. </head>
  6. <body>
  7. <h1>Hello World</h1>  // this tag used for heading tag.
  8. <p> This is Paragraph Tag</p> // this tag used for paragraph.
  9. </body>
  10. </html>


<html>, </html> is Describes the web page and web application.
<title>, </title> is defines the title of Documents.
<body>, </body> is Describes the web Page content.


HTML Headings

HTML Headings defined the <h1> to <h6>

Example 

<h1> Heading tag 1 </h1>
<h2> Heading tag 2 </h2>
<h3> Heading tag 3 </h3>
<h4> Heading tag 4 </h4>
<h5> Heading tag 5 </h5>
<h6> Heading tag 6 </h6>

List of HTML Tag 

<a>
<b>
<p>
<ul>
<li>
<img>
<html>
<body>
<head>
<table>
<button>
<header>

Advantages of HTML

- Easy to create a webpage.
- Easy to Customising Document.
- Simple to edit HTML.
- HTML is Totally free.
- HTML is User Friendly.
- It is platform independents.
- Any Browser supports.

Disadvantages of HTML

- Lots of code to make simple web pages.
- less security.
- there are some security issues using HTML.
- all brewers don't render the HTML codes the same.


No comments:

Powered by Blogger.