Fundamental of HTML:
If you want to learn about HTML, than in this post I share some basic information about 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
1 Comments
What Is Html ? Basics Of Html >>>>> Download Now
ReplyDelete>>>>> Download Full
What Is Html ? Basics Of Html >>>>> Download LINK
>>>>> Download Now
What Is Html ? Basics Of Html >>>>> Download Full
>>>>> Download LINK sc