CSS Tutorial: Extra on CSS Selectors | Net Improvement Tutorials #31



► Supply Code & Notes: https://codewithharry.com/movies/web-development-in-hindi-31
►This video is part of this Full Net Improvement in Hindi Course Playlist: https://www.youtube.com/playlist?record=PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg
►Click on right here to subscribe – https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww
►Checkout my English channel right here: https://www.youtube.com/ProgrammingWithHarry

Greatest Hindi Movies For Studying Programming:

►Be taught Python In One Video – https://www.youtube.com/watch?v=ihk_Xglr164

►Python Full Course In Hindi – https://www.youtube.com/playlist?record=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME

►C Language Full Course In Hindi –
https://www.youtube.com/playlist?record=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true

►JavaScript Full Course In Hindi –
https://www.youtube.com/playlist?record=PLu0W_9lII9ajyk081To1Cbt2eI5913SsL

►Be taught JavaScript in One Video – https://www.youtube.com/watch?v=onbBV0uFVpo

►Be taught PHP In One Video – https://www.youtube.com/watch?v=xW7ro3lwaCI

►Django Full Course In Hindi –
https://www.youtube.com/playlist?record=PLu0W_9lII9ah7DDtYtflgwMwpT3xmjXY9

►Machine Studying Utilizing Python – https://www.youtube.com/playlist?record=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG

►Creating & Internet hosting A Web site (Tech Weblog) Utilizing Python – https://www.youtube.com/playlist?record=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf

►Superior Python Tutorials – https://www.youtube.com/playlist?record=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4

►Object Oriented Programming In Python – https://www.youtube.com/playlist?record=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP

►Python Information Science and Huge Information Tutorials – https://www.youtube.com/playlist?record=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH

Observe Me On Social Media
►Web site (created utilizing Flask) – http://www.codewithharry.com
►Fb – https://www.fb.com/CodeWithHarry
►Instagram – https://www.instagram.com/codewithharry/
►Private Fb A/c – https://www.fb.com/geekyharis
Twitter – https://twitter.com/Haris_Is_Here

source

44 thoughts on “CSS Tutorial: Extra on CSS Selectors | Net Improvement Tutorials #31”

  1. This is also called combinator: Space div p is descendant selector, div > p is child selector, div + p is adjacent selector, div ~ p is general sibling selector Sir i want you to thanks u from deepest of my heart for this playlist

    Reply
  2. <!DOCTYPE html>

    <html lang="en">

    <head>

    <title>Code With Harry</title>

    <style>

    h1{

    background-color: blanchedalmond;

    border: 2px solid red;

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    text-align: center;

    }

    </style>

    </head>

    <body>

    <h1>Big Fan Of Your Work 👏👏</h1>

    </body>

    </html>

    Reply
  3. Bhai 4: 00 se dekho aapne bola h ki div k jitne bhi < p >h un sab pr un sab font colour ho jaate laykin this is outermost paragraph is wali line k font or bgcolour change nhi hua esa kyu

    Reply

Leave a Comment