HTHASAN TEXinfreelancerhasan.hashnode.dev·Sep 23, 2023 · 1 min readBootstrapHow you know the bootstrap: you may see the "col" always divided by 12. so "col-6" meaning 50% of the screen00
HTHASAN TEXinfreelancerhasan.hashnode.dev·Aug 6, 2023 · 1 min read7 HOURS CSS by APNA COLLEGEPRIMARY 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...00
HTHASAN TEXinfreelancerhasan.hashnode.dev·Jul 2, 2023 · 5 min readHTML BasicsThanks 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...00
HTHASAN TEXinfreelancerhasan.hashnode.dev·May 28, 2023 · 7 min readCSS Class for beginerHow 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...00