Monday, July 9, 2018

How to create an webpage with HTML.

       HOW TO CREATE A WEBSITE WITH HTML  (HYPERTEXT MARK UP LANGUAGE)??????
  

. we can create our website with the help of HTML coding. 



with the little bit knowledge of coding, we can create a wonderful and attractive website. 


. ROBOTS cant read our text and images on the website they can only use HTML language for algorithm process(  crawling indexing cashing).

 lets start with  main codings:

1. <>  ( open tag)
2. </> (close tag)
3. .html( for file saving)
4. h1 h2 h3 h4 h5 h6 ( headings)
5. use of hash  - for file name 
6. <br> for giving line break
7.for adding an image <img src="url"/>   
8. for attaching a link <a href="url"text </a> 
9. for rotating the text use of marquee  < marque>  text</marquee>
10.for order list ( in no. like 12 3)
<ol>
<li>.....</li> 
<li>......</li>  and so on
</ol>
11. for unordered list(like text in bullets)
<ul>
youbtu'<li>........</li>
<li>...........</li>
</ul.\>
 12. for adding any video in our website there  are two choices wheather you can upload ur own video or from  youtube.
  •   for adding video you simply have  go to youtube click on share option then click on embed  after that you get link of video copy that link and simply paste it on your website coding part.


  •  to upload your own video you have to first upload it on youtube then follow the same procedure mentioned above.

These are some basic coding which anybody can easily learn and understand it, there are no of codings in Html you can simply learn it from website name w3schools, here you can learn no of codings on HTML or you can copy that codings and change it according to your preferences.





A basic structure of HTML coding

<HTML>
<HEAD>
<TITLE>title of our website  </TITLE>
</HEAD>
<BODY> We can add here images , videos, links and so on </body>
</html> 


# Here is the trick for you that if you wanna know about coding of any website you can simply press control +f
BASIC TRICK TO KNOW HTML CODING

  There is one rule that if you open(<>) any tag then it's important(</>) to close it otherwise that coding can't work.  you have to very careful while doing coding section your one mistake can harm your website   
     These codings are mainly for robots and users for reading and creating a website now there are many other coding and tags which is mainly for robots and only shown to them.



 META TAGS .
 
google has its own brain nowadays it doesn't need any usage of meta tags it automatically judges our website and does all the work of meta tags easily, but still, there are no. of the search engine (yahoo, 
bing) so for that knowledge of meta tags is compulsory
1. <meta name="keyword content="k1,k2,k3,k4,k5,k6..."/>
  
k stands for the keyword. this meta tag is used for telling the robots on which keywords they have to show our website.    
for example, our website is on restaurants then keywords may be top restaurants in Delhi/India/Mumbai so on, restaurants near me.
2.<meta name="description"  content=" 60 words"/>
you can use this tag for showing the description of your website, you can only use 50 -60 characters/words.
3 <metaname="robots" content="follow/nofollow,index/noindex"/>  
 this tag is for whether robots have to come to your website now or regularly or not. follow is for yes, nofollow is for no.
4.<meta name="revisit after" content "2days"
with the help of this tag you can, you can direct the robots that after what time period they have to  come on your website for latest updates and algorithm process( crawling, indexing, cashing)  

so with these tags you can direct the robots
you can also use . language tag  .copyright tag .contry tag and rest one as yourv wishes but coding is same  as mentioned above.


0 comments:

Post a Comment