How to create navigation bar with search box?

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 229

  • @prk3397
    @prk3397 5 ปีที่แล้ว +8

    It's very simple yet it looks so good. You've explained it really well. Thank you for uploading this:))

  • @user-Riya1117
    @user-Riya1117 2 ปีที่แล้ว +1

    it was soo helpful...it seemed so difficult to me before , your code was really simple and nice..thankyou

  • @shruthijavalkar
    @shruthijavalkar 3 ปีที่แล้ว +1

    Thank you for this video... It helped me... Stay safe...

  • @johnjones764
    @johnjones764 7 ปีที่แล้ว +2

    Yet another excellent job. Nobody does this as good as you

  • @pitambarsahoo7276
    @pitambarsahoo7276 5 ปีที่แล้ว +1

    Nice video. Thanks for the post. continue sharing new videos.

    • @pitambarsahoo7276
      @pitambarsahoo7276 5 ปีที่แล้ว

      Please try to improve videos by specifying the meaning of tags.

  • @ZiyaanSekh31
    @ZiyaanSekh31 5 ปีที่แล้ว +2

    Sir excellent this is helpful for me
    Thank you

  • @Ashboi24
    @Ashboi24 5 ปีที่แล้ว +1

    This was very helpful thanks a lot👍👍👍

  • @rashida4933
    @rashida4933 6 ปีที่แล้ว +1

    I think it's a valuable video for me. Thank a lot sir....

  • @Viewscambo
    @Viewscambo 7 ปีที่แล้ว +2

    Thanks teacher for your teaching. I can do as you already.

  • @Jxbull
    @Jxbull 2 ปีที่แล้ว

    life saver brother

  • @abdishakur9
    @abdishakur9 7 ปีที่แล้ว +1

    the professor so amazing man thanks bossman

  • @areadev11
    @areadev11 4 ปีที่แล้ว

    nice video. this is really helpful!!

  • @lailajess4972
    @lailajess4972 3 ปีที่แล้ว

    Saved. So nice. tnks.

  • @Clip01234
    @Clip01234 ปีที่แล้ว

    Good job👍🏻

  • @rudigonzalez1451
    @rudigonzalez1451 5 ปีที่แล้ว +1

    the auto translator is going crazy with ur accent mate xD ........... nice vid

    • @YA-ok1mo
      @YA-ok1mo 5 ปีที่แล้ว +1

      It brought me spanish (autogenerated)😂😂😂

  • @dfjama
    @dfjama 4 ปีที่แล้ว

    Well done, yes it is simple but amazing..

  • @sinistermagus8962
    @sinistermagus8962 7 ปีที่แล้ว

    This is very informative. Nicely done brother. Don't listen to those people who are criticizing you because of the way you speak English. Keep it up. It really does not matter. What matters is the information you are sharing. Nicely done once again! Keep it up! Happy new year! Greetings from Anonymous.

  • @BonthalaRamesh
    @BonthalaRamesh 2 ปีที่แล้ว

    Very nice explain

  • @mohamedmouiguina9818
    @mohamedmouiguina9818 5 ปีที่แล้ว +1

    This is a good tutorial for beginners. I would love to see you work on more advanced web design i myself have some decent tutos on my channel. I would love your feedback.

  • @kenmedina9997
    @kenmedina9997 4 ปีที่แล้ว

    this is reaaly helpful! Thank you so much!

    • @wallacematthew8512
      @wallacematthew8512 3 ปีที่แล้ว

      dunno if you guys gives a damn but if you're bored like me atm then you can watch pretty much all of the latest series on InstaFlixxer. I've been binge watching with my gf lately =)

    • @luccadustin8081
      @luccadustin8081 3 ปีที่แล้ว

      @Wallace Matthew yup, I've been watching on instaflixxer for months myself :)

  • @11JSIgor
    @11JSIgor 7 ปีที่แล้ว +1

    Very Good dude!

  • @minikashmirivlog7507
    @minikashmirivlog7507 4 ปีที่แล้ว

    Gud work 💯❤️

  • @IshtiaqUddinOfficial
    @IshtiaqUddinOfficial 5 ปีที่แล้ว +1

    Excellent

  • @BarnabasJK
    @BarnabasJK 6 ปีที่แล้ว +1

    Thanks a lot!

  • @elkamerma5402
    @elkamerma5402 6 ปีที่แล้ว +1

    thank you very very much...

  • @gorantrajkovic2071
    @gorantrajkovic2071 5 ปีที่แล้ว

    Good tutorial.Thank you.

  • @habbobites3350
    @habbobites3350 4 ปีที่แล้ว

    Ei there! Can you make a tutorial for footer thanks! Top fan here sir!

  • @bcgart.9849
    @bcgart.9849 6 ปีที่แล้ว +2

    For coding Here you go
    Navigation bar and menus with search box
    body{
    background: skyblue;
    margin: 0;
    }
    .menu{
    width: 100%;
    background: #142b47;
    overflow: auto;
    }
    .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 60px;
    }
    .menu li{
    float: left;
    }
    .menu ul li a{
    background: #142b47;
    text-decoration: none;
    width: 130px;
    display: block;
    text-align: center;
    color: #f2f2f2;
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    }
    .menu li a:hover{
    color: #fff;
    opacity: 0.5px;
    font-size: 19px;
    }
    .search-form{
    margin-top: 15px;
    float: right;
    margin-right: 100px;
    }
    input[type=text]{
    padding: 7px;
    border: none;
    font-size: 16px;
    font-family: sans-serif;
    margin-top: 15px;
    }
    button{
    float: right;
    background: orange;
    color: white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    position: relative;
    padding: 7px;
    font-family: sans-serif;
    border: none;
    font-size: 16px;
    margin-right: 226px;
    margin-top: 15px;
    }

    Home
    Gallary
    Event
    Feedback
    About
    Contact
    Search

    • @viralworld955
      @viralworld955 4 ปีที่แล้ว

      Send me on whatsapp plz 03475149323

  • @atmosphericraven
    @atmosphericraven 5 ปีที่แล้ว +4

    If you can do a tutorial on how to make the search box function, that would be nice.

  • @GTouch25
    @GTouch25 7 ปีที่แล้ว +1

    Nice work! I have a question, I downloaded a free HTML scrolling page from online, and had no Navigation bar. I tried to add navigation bar from another existing HTML that I like, but didn’t work the way it should! So is any suggestion on how can be done? As I don’t want to create new one, just want to add it to my new existing webpage! Thank you keep the good work

    • @webmaster1498
      @webmaster1498  7 ปีที่แล้ว

      Please provide your email I will send to you source code

    • @GTouch25
      @GTouch25 7 ปีที่แล้ว +1

      Thank you ! I did send you my email address

    • @lyricsviu6879
      @lyricsviu6879 7 ปีที่แล้ว

      please send navigation bar code to my email
      "lyricsvius@gmail.com"

  • @abdur-rahmanaroyewun339
    @abdur-rahmanaroyewun339 6 ปีที่แล้ว +1

    Thank you sooooo much

  • @lailajess4972
    @lailajess4972 3 ปีที่แล้ว

    tnx. nice tutorial.

  • @danicacanton7367
    @danicacanton7367 6 ปีที่แล้ว

    Thank you so much Master!! 😍😘

  • @chamodvishwa436
    @chamodvishwa436 4 ปีที่แล้ว

    hey...! how can help to me.plz.how change text size in created menu

  • @teoroux9620
    @teoroux9620 4 ปีที่แล้ว

    guys who see this in 2020 :
    - u're savage bro

  • @sujanacharya2084
    @sujanacharya2084 7 ปีที่แล้ว

    thanks a lot your video was quite useful..
    plz keep making such videos

  • @nisharawat20
    @nisharawat20 4 ปีที่แล้ว

    Sir ye notepad per banate h

  • @Igorbiv
    @Igorbiv 3 ปีที่แล้ว

    Happiness for you and your family

  • @itsisdevabhaiwhatsappstatu2364
    @itsisdevabhaiwhatsappstatu2364 6 ปีที่แล้ว +1

    Nice

  • @saugatsharma5946
    @saugatsharma5946 6 ปีที่แล้ว

    Hey what link should i add on the search bar

  • @thechef42
    @thechef42 6 ปีที่แล้ว

    How do i take and make it to be able to search my website ? Is there a piece of code OR how do I take and use it to search my site for content?

  • @sergioandrescaicedo-ramire4543
    @sergioandrescaicedo-ramire4543 4 ปีที่แล้ว

    Web Master how can i publish my search engine?

  • @hugolapa1229
    @hugolapa1229 4 ปีที่แล้ว

    hey how would I move the search bar between home and gallary

  • @creativej6339
    @creativej6339 5 ปีที่แล้ว +1

    Sir how to change search box text color

    • @iam_chonchol
      @iam_chonchol 5 ปีที่แล้ว

      Hi, Jyoti Sharma, You can change here
      input[type='text'] {
      padding: 7px;
      border: none;
      font-size: 16px;
      color: any color you want.
      }

  • @aze0141
    @aze0141 6 ปีที่แล้ว

    can u just press f 12 in the website and copy the html?

  • @lailajess4972
    @lailajess4972 3 ปีที่แล้ว

    middles section will be. left sidebar plus right sidebar plus footer need. l want you. tnks.

  • @Wstudent768
    @Wstudent768 2 ปีที่แล้ว

    4:44

  • @sathoshreddy
    @sathoshreddy 2 ปีที่แล้ว

    I understand sir

  • @zarifabdullah6673
    @zarifabdullah6673 6 ปีที่แล้ว

    very nice

  • @shidosakura5407
    @shidosakura5407 5 ปีที่แล้ว +1

    how can i activate sa search

  • @shahindomar3958
    @shahindomar3958 4 ปีที่แล้ว

    Thanks Sir,

  • @sathoshreddy
    @sathoshreddy 2 ปีที่แล้ว

    Please do more vedioes

  • @saugatsharma5946
    @saugatsharma5946 6 ปีที่แล้ว +5

    It didnot work for me,even i had copied u r ech and every step

  • @mdriyad2486
    @mdriyad2486 6 ปีที่แล้ว +1

    Thanks

  • @aimiyumiko
    @aimiyumiko 6 ปีที่แล้ว

    Thank you for this video

  • @diedonline
    @diedonline 7 ปีที่แล้ว

    Hi, thank you it worked very well, but how do I highlight the current page I am on? Like for example: I click on the Contact page, and the page button will get a green background or something so I know I am on that particular page. If you could help me with that, thanks!

    • @webmaster1498
      @webmaster1498  7 ปีที่แล้ว

      You have to create different pages and link to menus than you will get desired page when you click it....

    • @maheshmishra3323
      @maheshmishra3323 6 ปีที่แล้ว

      Friend it would go through like it suppose this is menu bar.
      a href="Menu.html">Menu
      In this case you have to make another html file named Menu and place it in the same folder in which the basic html file is.
      Hope this works for you.

  • @clintonweisei100
    @clintonweisei100 5 ปีที่แล้ว

    the person who disliked this great tutorial is a nerd

  • @3booditechno_537
    @3booditechno_537 6 ปีที่แล้ว +1

    vary thanks

  • @amruthakammu-pq3pt
    @amruthakammu-pq3pt 5 ปีที่แล้ว

    I got exact but in dark blue block color came only half of the page and it's middle have so much sky-blue color gap in that and search button there in end page but middle sky-blue is showing wat to do

  • @creativej6339
    @creativej6339 5 ปีที่แล้ว

    How to change search box color and radius

  • @mdmohibulhossain9195
    @mdmohibulhossain9195 7 ปีที่แล้ว

    very good

  • @nnishfly
    @nnishfly 6 ปีที่แล้ว +6

    wtf mine is so different with this even I copied yours 1by1

  • @ISMAIL-dl3gw
    @ISMAIL-dl3gw 7 ปีที่แล้ว +3

    great work

  • @muazmughal2025
    @muazmughal2025 6 ปีที่แล้ว

    thanx a lot sir

  • @kingbajan
    @kingbajan 3 ปีที่แล้ว

    my search bar is not on my nav bar.

  • @unknowunknow415
    @unknowunknow415 7 ปีที่แล้ว +1

    interesting

  • @sokdir
    @sokdir 7 ปีที่แล้ว +1

    Thank bro

  • @AjayKumar-cf4qx
    @AjayKumar-cf4qx 6 ปีที่แล้ว +1

    Can u plzz send me source code for hospital management

  • @Dcode103
    @Dcode103 6 ปีที่แล้ว

    Suppose we click on contact then it should open new page how can we code a for this

    • @farheen5578
      @farheen5578 5 ปีที่แล้ว

      if you have already made your contact page for your web then link that file with it .

  • @noorfatima3522
    @noorfatima3522 6 ปีที่แล้ว

    i think ap ko code bhi post karna chay bcz code sahi say run nai ho raha

  • @lifeoferic3466
    @lifeoferic3466 6 ปีที่แล้ว +1

    My search button is not in line with the search bar. How can I fix it ?

    • @tr0uge962
      @tr0uge962 6 ปีที่แล้ว

      try pulling the plug out and back in

  • @pratikshapuri8254
    @pratikshapuri8254 5 ปีที่แล้ว

    My code run but layout not fixed

  • @christinevcalingacion1387
    @christinevcalingacion1387 6 ปีที่แล้ว +2

    Can you also send me the source code?

  • @minallakhe
    @minallakhe 7 ปีที่แล้ว

    is it responsive?

  • @محمدالبلوي-ع3ي
    @محمدالبلوي-ع3ي 7 ปีที่แล้ว

    Good

  • @gamicri9310
    @gamicri9310 3 ปีที่แล้ว

    All nevigation bar are stick together what should i do

  • @agastyagupta2962
    @agastyagupta2962 2 ปีที่แล้ว

    pls provide source code not working for me

  • @ashokkumarlenka174
    @ashokkumarlenka174 6 ปีที่แล้ว +5

    U didn't define what is the meaning of those tag
    ,,,,Only helpful for professional..not for beginners

  • @AjayKumar-cf4qx
    @AjayKumar-cf4qx 6 ปีที่แล้ว

    Can you provide the code for hospital management software

  • @abhishekmishra7239
    @abhishekmishra7239 6 ปีที่แล้ว

    Why you give margin 0 in body section

  • @ishanahmed8288
    @ishanahmed8288 6 ปีที่แล้ว +1

    it's very lengthy code you could have make even shorter

  • @carmelamonicbingcang6882
    @carmelamonicbingcang6882 5 ปีที่แล้ว +1

    Can u please just post the whole text. It's too hard to follow please!!!

  • @nikhilmishra1867
    @nikhilmishra1867 5 ปีที่แล้ว +1

    JB bol na nhi Ata English to ku bol rha h bhai nevigtnnn

  • @praveen0478
    @praveen0478 6 ปีที่แล้ว

    can u please send the code

  • @VPBadal
    @VPBadal 6 ปีที่แล้ว

    अगर इसी के उपर एक logo लगाना हो तो कैसे लगाएं

  • @davidecomito9750
    @davidecomito9750 5 ปีที่แล้ว

    Maybe i watched the video to see how? ;D

  • @sureshbabub9734
    @sureshbabub9734 6 ปีที่แล้ว

    Can share me the code

  • @darknite7375
    @darknite7375 5 ปีที่แล้ว +1

    Wtf Sound.. cant understand.. too noise in background >:(

  • @naitikchauhan2953
    @naitikchauhan2953 7 ปีที่แล้ว

    my seach bar get collapse please help me

    • @webmaster1498
      @webmaster1498  7 ปีที่แล้ว

      Please provide your email ..I will send source code

  • @jacobskals4143
    @jacobskals4143 7 ปีที่แล้ว

    It didn't work for me. I didn't get the blue bar and the search bar was all weird. Help me plz

    • @webmaster1498
      @webmaster1498  7 ปีที่แล้ว

      Please proved your email i will send to you source code...........

  • @magdalineamalie3676
    @magdalineamalie3676 7 ปีที่แล้ว

    can you pls give me a source code

  • @danielkautu3409
    @danielkautu3409 3 ปีที่แล้ว

    unlock your link so we can download please.

  • @ienlanh8749
    @ienlanh8749 3 ปีที่แล้ว

    😀

  • @wbdesigner1064
    @wbdesigner1064 6 ปีที่แล้ว

    not bad

  • @larsleekimigos6394
    @larsleekimigos6394 7 ปีที่แล้ว

    i need a code

    • @webmaster1498
      @webmaster1498  7 ปีที่แล้ว

      Please provide your email...............

  • @kvcs_mark1980
    @kvcs_mark1980 7 ปีที่แล้ว

    pls help error=save failed

    • @webmaster1498
      @webmaster1498  7 ปีที่แล้ว

      If you have problems please provide your email.........I will send source code...thanks

  • @mohammadzakirhossain6631
    @mohammadzakirhossain6631 6 ปีที่แล้ว

    Please code is diskipsion box

    • @nnwccc
      @nnwccc 6 ปีที่แล้ว

      PLEASE INGLISHA MA MAN

  • @rasmisharma6726
    @rasmisharma6726 4 ปีที่แล้ว

    Are bhaiya ye coding galat mera panne nahi bana

  • @sgadrawing6046
    @sgadrawing6046 7 ปีที่แล้ว

    Can you give me source code plz...........

    • @webmaster1498
      @webmaster1498  7 ปีที่แล้ว

      Please provide your email.............thank

    • @sgadrawing6046
      @sgadrawing6046 7 ปีที่แล้ว

      sgadrawing@gmail.com

    • @sinistermagus8962
      @sinistermagus8962 7 ปีที่แล้ว +1

      Learn and understand how to do it. :D

    • @juttplaysindiegames2904
      @juttplaysindiegames2904 7 ปีที่แล้ว

      hamzaashraf800@gmail.com this is my email sent it here?

    • @NogCube
      @NogCube 6 ปีที่แล้ว

      Nogard11@seznam.cz pls send me source code too

  • @gamingmood357
    @gamingmood357 4 ปีที่แล้ว

    Hello sir