HTML-introduction & installation
Hello users , I hope your are excited to learn html . Yeah ok good now coming to this language 
Html(hyper text markup language) 
Html language is very easiest language guys don't compare with another languages. If you focus on it you can definitely completed this language with one hour . Ok then now we can learn some important points about html 
° html stands for hyper text markup language.
° html language we use developing web pages /websites like Amazon, Flipkart these websites are designed with HTML and CSS , JavaScript .
°one main point is html is a series of elements . In this language is totally running in elements, attributes ,tags 
We can learn some more information regarding html language after installation completion process
Installation
Mostly so many coders are used  VS (Visualation studios) or sublime this a text editor softwares .we will provide installation article link  just go through that website follow that instructions . Here is the link How to install sublime software 
.After completion your installation come into this page  

Basic program
<!DOCTYPE html>
<html>
<head>
<title>star code learners</title>
</head>
<body>
<h1> Heading.</h1>
<p> paragraph.</p>
</body>
</html> 

 Programm explanation :  
[] <! Doctype html> 
                          here this is declaration defines that document in 5html . Like c language we can save our program with. .c extension .like that html programs we can save .5html 


[]<Html>
                    html . This is a root element in html language like c -language we have main function like that here also html is a root element as per html we can use this is a element </html


[]<Head>
  Here head is a meta information about the html web pages </head>


[]<Title> 
Here title  you are so many times observed .you can open Flipkart website , there we can observe title bar(tabs/new tab place) will shows Flipkart . Asual here title place you can give your company name .that's all about title </title>


[]<Body> 
Here body is playing main role in websites .Any website like Amazon, Flipkart, Myntra etc website have some content and that are written in <body> this body tag between,</body> . We can learn in future concepts in detail 
</Body>


[]<H1>
     Here h1 means heading .just imagine we can write any essay we must mention heading . Like that we need any headings we must mention H1 tag . And headings tags are classified into 6 types
< h1> heading</h1>
<h2> heading</h2>
<h3> heading</h3>
<h4> heading</h4>
<h5> heading</h5>
<h6> heading</h6> 
Hey guys nothing to worry about headings you will learn in further concepts in detail <H1/>

[]<P> 
I think now you have a idea what is this < p>. 
Yeah your expectation is correct this is paragraph tag. Paragraph haven't any classifications .it is only one tag . When headings is completed in essay after that we coming into paragraph . Asual here also we can come into paragraph 
That's all about basic structure/program explanation . 

Basic tag names : 

<a> - defines hyper link . One example in installation text editor paragraph place display one link like that we give any link in content . We will use that <a> tag .if you not understand  Don't worry . We will learn further concepts / topics in detail .

<address> - I think you idea . Yes your expectation is right . Address tag is using for displaying author address . You can observe some websites footer they provide that website address . In the purpose you will use this address tag .

<B> - here B tag is using headings for bold letters . In this content I will used so many bold letters . In that time I am used this <b> tag .like you need italics you can use <I> tag . And you need under line that content . You can use <U> tag . Hey ! Nothing to worry if u not understand this concepts. We will upload more concepts and mini projects there we will understand very well in ever concepts .

<Blockqoute> - this is quotation tag . You can observe some text books / motivational books and quotes there quotation marks are used in some quotes like "GOVINDA GOVINDA" . We will use this quotation tag


<del> - here del means delete . this tag is rarely used in website . some times are upload your data after that if u need delete that content  in that time we use delete option

<div>- here div means Divison , Remeber one thing in html language mostly we Divsion tag for the purpose help of css(cascading style sheet).

<form>- you got it here forms tag is used for login forms and Registation forms and data collection forms like that  we use form tag  

<video> -here if  you display any  video ( embed video )in your Webpage then you can use video tag , embed video means if you upload in html it converts html language . that is embed  video , this tag also we use rarely 

<option>-here option tag is mostly used in forms . this option  tag is useful countries Down list . if you observe in forms . you enter your country and state and mandal like there displays down order like 
Andhra Pradesh 
 telangana
maharastra
like we have options are displayed . and one more example
91+ 
101+
99+
etc . like that , not even we use this option like that , so many situations we used this tag 

<dfn>- here dfn means definition  tag . when you explain any concept we must use Definition in that concepts in that manner we us Definition tag

<button>-yeah your expectations is right . we use so many buttons in website like Registation form after completion your data filling and next you tap submit button , right! . yes here submit  is a button like that we use buttons . if you not understand nothing to worry we will learn future concepts 

i hope you are  understand this topic and enough this basics, in below tap next button for learning with practical examples and concepts in detail . Till we have any questions raise your questions feel free through contact us page . we will clear your doubts with in 24 hours .if you like our website please support , starcodelearners and share with your social media platforms