• About
  • Blogs
  • Contact
Skype: BajarangiSoft +91 8690585687
logo
  • About
  • Blogs
  • Contact

Modal Header

Some text in the modal.



Why Do We Use Html Tags

admin_img Posted By Bajarangi soft , Posted On 29-09-2020

An HTML element is defined by a start tag, some content, and an end tag,And also the HTML element is everything from the start tag to the end tag:

HTML Tags

1.Example for HTML Tags

<!DOCTYPE html>
<html>
<head>
<title>title of the page</title>
</head>
<body>

<h1>Hello Goodmorning</h1>
<p>Hi Have a nice day.</p>
<br>
<p>Hello !how are you</p>

</body>
</html>

Related Post
How To Use HTML DOM CreateElement Method In JavaScript
How To Use HTML DOM CreateEvent Method In JavaScript
How To Use HTML DOM FullscreenEnabled Method In JavaScript
How To Use HTML DOM GetElementById Method In JavaScript
How Can I Create Register Form By Using Html and Css and Bootstrap
How To Create a Register From Just by Using Html and Css and Bootstrap
How Can HTML DOM Images Collection Done Using JavaScript
How To Design a Register Form Easily By Using Html and Css and Bootstrap
Design Valid and Invalid Register Form By Using Html and Css and bootstrap
How Can We understand The HTML Code
Why Do We Use Html Tags
How To Get HTML DOM Links Collection In JavaScript
Why We Are Using HTML Attributes
Different Types Of Html Attributes
How To Use HTML DOM QuerySelector Method In JavaScript
How To Use Style Attributes To The HTML Page