Saturday, March 28, 2020

Html basic and structure


HTML BASIC

HTML :
stand for Hyper Text Markup Language 
HTML is  markup language for Web pages
HTML is building blocks of HTML pages
HTML elements are represented by <> tags
Html is case sensitive .

HTML Elements

An Html have start tag and the end tag and between content.

<p> this is paragraph tag </p>
Start tagElement contentEnd tag
<h1>This is a Heading</h1>
<p>This is paragraph.</p>



HTML Attributes

  1. HTML can have attributes
  2. Attributes provide more information about the element


HTML BASIC STRUCTURE

<html>
         <head>
                  <title> .....</title>
         </head>
<body>
.
.
.
</body>
</html>

this is the main structure of html .




1 comment:

apna islam

  Privacy Policy Hopper-technology built the apna islam app as a Free app. This SERVICE is provided by Hopper-technology at no cost and is i...