What is HTML ? Basics of HTML

Fundamental of HTML:

If you want to learn about HTML, than in this post I share some basic information about HTML.
what is html and css, what is html code, what is html class


👉<!DOCTYPE html>
-> It declare that document is an HTML 5 document 
👉<html>
-> It is root element of html page 
👉<head> 
-> It contain meta information about html page 
👉<title>
-> It shows the title of html page (shown in browser's title bar)
👉<body>
-> It define the document's body such as heading, paragraph, image, hyperlink, tables, list, etc
👉<h1>
-> It define large heading (browser catch h1 tag very fast) 
👉<p>
-> It define paragraphs
👉<a>
-> HTML links are define with <a> tag
 E.x. :  <a href = "https://www.techinirmit.blogspot.com">Tech Gyan</a>
👉<img>
-> Images are define with <img> tag
E.x.<img src = "image.jpg" alt="__" width="100" height="100">
👉<br>
-> It is used for break the line
E.x. : <p>This blog is for digital users<br>where I share some knowledge about some digital things</p>
 
=> HTML format :
<tagname>________</tagname>
-> <> : starting tag
-> </> : closing tag

E.x. :
 ðŸ‘‰ <h1>What is heading</h1>
 ðŸ‘‰ <p>What is paragraph</p>

=> HTML page format :
 <html>
 <head>
      <title>Page title</title>
 </head>
 <body>
      <h1>Heading</h1>
      <p> First paragraph</p>
      <p> Second paragraph</p>
</body>
</html>

👉 HTML headings are define with the <h1> to <h6> tags








Post a Comment

1 Comments

  1. What Is Html ? Basics Of Html >>>>> Download Now

    >>>>> Download Full

    What Is Html ? Basics Of Html >>>>> Download LINK

    >>>>> Download Now

    What Is Html ? Basics Of Html >>>>> Download Full

    >>>>> Download LINK sc

    ReplyDelete
Emoji
(y)
:)
:(
hihi
:-)
:D
=D
:-d
;(
;-(
@-)
:P
:o
:>)
(o)
:p
(p)
:-s
(m)
8-)
:-t
:-b
b-(
:-#
=p~
x-)
(k)