Posts

Showing posts from March, 2021

FRONT END ( Tribal & Farmer Website)

Image
Component's :- Navbar: First of all include all file mention below : Link the Bootstrap (4.0 Version) CDN to the header section of  the html page Other vise download bootstrap 📂folder and past it project folder 📂 and link the CSS file to most header section and js link to end of the body tag.   Download  here. Link the font awesome  CDN   CDN Link   to the after bootstrap folder link ( help full for icon integration ) Let see exactly code we write code in HTML CSS BOOSTRAP: HTML CODE : <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Product Detaile</title>     <!--Boostrap File Link-->     <link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css"/>     <script src="