HTML Basics
HTML means Hypertext Markup Language. Html invented by Tim Berners - Lee in 1980. Html Designed For Communication Between User and Computer. Html Language used to Design Webpage ( Websites ). The Html is most popular ( Basic ) Language to Design Any Web Page. Html Having Simply Three Tags. They are HTML, HEAD, BODY ( tags) are denoted By < > to </>.
Example For Html Tags:
<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>
Here, We See Three Tags. Every tag Having Some attributes For Design Web Pages. Bellow Explain More HTML Tags.
Here, We See Three Tags. Every tag Having Some attributes For Design Web Pages. Bellow Explain More HTML Tags.
Header Tags in HTML
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
The Header tags are using the title names and main important content in webpages. Every Header Tag Having Some Text Size different Display initially.
Paragraph Using Tags in HTML
<p></p>
<pre></pre>
<small> Some text </small>
<strong> Some Text</strong>
<b>Some Text</b>
<br><br/> ( Use For Break The Lane )
Hyperlink Using This Tag in HTML
<a href=" URL "> Click Here </a>
Additional Link Access in HTML
<link rel=" " href=" " /> ( One page to another page data access )
Title tag in HTML
<title> Webpage name</title>
Address Tag in HTML
<address>Some Text </address>
Mark The Select Content Color in Html
<mark>Some Text </mark>
Mark The Select Content Color in Html
<mark>Some Text </mark>