Bootstrap
How you know the bootstrap: you may see the "col" always divided by 12. so "col-6" meaning 50% of the screen
Search for a command to run...
How you know the bootstrap: you may see the "col" always divided by 12. so "col-6" meaning 50% of the screen
PRIMARY COLOR Asterisk = * Ampersand=& {} = Curly Bracses If you use the universal selector, like asterisk * and curly braces together. it will apply all over the pages. *{ Color:pink; } Selectors: *Universal selectors Element Selector meaning...
Thanks to Dr. Angela Yu you can purchase her course UDAMY at https://shorturl.at/ehwQ9 HERE WE DISCUSS HTML BASIC TO ADVANCE: always start with <!DOCTYPE html> <html> <head> </head> </html> HTML <h1\> to <h6\> Tags uses for heading <br> Create a line...
How to select a style sheet on html <link rel="stylesheet" href="css/style.css"> add link to the html head section: like below <head> <title> ❤️ Sumaiya's personel site </title> <link rel="stylesheet" href="css/style.css"> </head> To chang...