Skip to main content

Posts

Top 10 best Place visit in Kolkata - khabork

West Bengal is one of the best Tourist Place in India. There are so many place where you have to go in your vacation.West Bengal known much more because its peoples, food , unique culture and natural beauty. Here we talk about the top ten best Place you can visit in your vacation. The  capital of West Bengal is the one of the best place to visit. The city of Palaces is Kolkata. So many Palaces  you can find in Kolkata . The visiting places in kolkata are.... 1) Victoria Memorial Hall It is one of the best place in Kolkata. The Royal Palace of queen Victoria is that. This is the nice place to relax . Take a breath and enjoy the beauty of the place. The surrounding is  peaceful. In the  Place you can enter and you can see the historical tings about Queen Victoria. 2) Taramandal It is the 360 degree screen where you can see the how the planets comes in the universe and what will happens to the universe in video. The video language will in English , Hindi And Bengali. Thi

TOP Upcoming Games in 2020 - Khabork

Now a days Games is the one of the part in our life. Now the every 10 peoples 7 people play games in mobile of other console. Mobile games are now most peoples are plays because every man has a smart phone. Who has PC ,PS4, XBOX or other console they play in that. When video games was innovated  then the graphics was not good but now a days the gaming graphics is realistic. Now we are talking about the Top 10 Upcoming Games in 2020. #10)     The Last Of Us Part-ll Developer : Naughty Dog Publishers : Sony Release Date:   29  May , 2020 Platform : PS4 Type : Action / Adventure/Horror/ Survival The fast part was released in 2013 ,that was the successful Action ,Adventure ,Horror, Survival games. This year Naughty Dog increasing in May  the second port of the game with a beautyful story. This is the best Zombie game we ever seen.After the five year the Naughty Dog was announced the Part 2 of The Last Of Us. This Game will for only the Play Stations Forth Generation( PS4 )

HTML Form - khabork

HTML  Form  is one of the most important element in any kind of data collect. For any kind of opening an account the user data must be need ,the authority collects the user data for the identification of the user.This user data collect by online form, this form can be the Sign Up , Admission Form ,Log In Form, Subscription Form,search form any kind of information input which field by the user. In HTML for  create a form we use the <form> </form>   Tag and for the final submit we can use the <submit> Tag or <button>  Tag. Here we make a sign up form for an example. 1) Sign Up  HTML  Form html : < form class ="modal-content" action ="/action_page.php"> <div class ="container">  <h1>Sign Up</h1>  <p>Please fill in this form to create an account.</p>  < label  id="text1"><b>Email</b></ label >  < input type ="text" placeholder =

Text Inputs in HTML -Khabork

There are so many input type attributes in the HTML,among them the "text" type attribute is used so much.Any kind of user data inputs the the text type inputs are used. The Sign Up, Log In form also the other inputs like any kind of user data inputs the text type attributes are used. So the normal input type attributes looks not attractive, for this the we make our own style in the text attribute.   Now we apply the css in the text input. Examples:-  1) Normal Input  html: <! DOCTYPE html> <html> <head> <title> example </title> </head> <body> < input type ="text" placeholder ="type here.."> </body> </html> Out Put : 2) Input type proper CSS In this type input we add the proper css for making the input type attribute looking good. In this type input we give the background color and the border in the outline.We also give the border radius in the corners. htm

Buttons in HTML - Khabork

Button is the one of the impotent element in the HTML.We can do many several work by clicking the button.Button is basically a input type element in the HTML. By the button Tag we can submit our Sign Up or Login form or any kind of form Submition we use the button tag.We also do any kid of work like when we post our photos , videos or other documents then we use the button for the final submission. Button without CSS : < button >Click Me< /button > out put:  Without CSS the button looks a normal ,It not looking good, it have no background color, no text color, no border. So we have to customize the button in our own way, So we have to add CSS to the button property.so we are adding some CSS property to the button for more attractive. Button With CSS   : html:     < button >Click Me</ button > CSS: button { width:  150px; height: 50px; color:   white; border-radius: 5px; font-size: x-large; font-family:   Arial