Posts

Showing posts from October, 2021

How To Create A Web Page Using Bootstrap 4

How To Create A Web Page Using Bootstrap 4  1.Download Sublime Editor. 2.Enter The Folling Code <!DOCTYPE html> <html> <head> <title>UI</title> <meta charset="utf-8">  <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="weboot.css">  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"> </head> <body> <header> <nav class="navbar navbar-expand-md bg-dark navbar-dark fixed-top"> <div class="container-fluid"> <a href="#" class="navbar-b