Web Technologies Lab Worksheet 3
Web Technologies Lab Worksheet 3
20BCA1482
20BCA1482_MRIDUL DASHORA_Practical-3
3. Task to be done:
1. Create three column web page using bootstrap file.
Experiment 1
<!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">
<style>
h1{
<div class="container-fluid">
<center><h1>Create Three column web page using bootstrap file Bootstrap</h1></center>
<div class = "row">
Experiment 1.2:->
<!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">
<div class="rows">
<div class="col-sm-2" > <button type="button" style="background-color: rgb(25,
220, 237); " class ="btn btn-light btn-sm"><b>Outcomes</b></button></div>
<div class="col-sm-2"> <button type="button" style="background-color:rgb(25, 220,
237);" class ="btn btn-light btn-sm"><b>Courses</b></button></div>
<div class="col-sm-2" > <button type="button" style="background-color: rgb(25,
220, 237);" class ="btn btn-light btn-sm"><b>Policies</b></button></div>
<div class="col-sm-2" > <button type="button" style="background-color:
rgb(25, 220, 237);" class ="btn btn-light btn-sm"><b>Technology</b></button></div>
<div class="col-sm-2" > <button type="button" style="background-color:
rgb(25, 220, 237);" class ="btn btn-light btn-sm"><b>Content</b></button></div>
<!--style="width:100%; height:10%; background-color:Blue; position: fixed; top:0; -->
</div>
</div>
Experiment 3 Output:->
Learning outcomes (What I have learnt):
1.
2.
3.
Evaluation Grid: