Page 219 - Computer Software Application TP - Volume 1
P. 219
COMPUTER SOFTWARE APPLICATION - CITS
TASK 4: Using floats
1 Open the text editor
2 Write the following codes
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8”>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0”>
<title>Bootstrap v5 Floats Example</title>
<link href=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.0alpha1/dist/css/bootstrap.min.css” rel=”stylesheet”>
<style>
.float-start {
float: left;
}
.float-end {
float: right;
}
204
CITS : IT & ITES - Computer Software Application - Exercise 49