Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Movie ticket booking website, Thesis of Computer Applications

Movie ticket booking website source code and report

Typology: Thesis

2023/2024

Uploaded on 10/29/2023

suresh-15
suresh-15 🇮🇳

2 documents

1 / 31

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
11.SOURCE CODE AND SAMPLE OUTPUT
11.1 sample source 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>Document</title>
<link rel="stylesheet" href="style-home.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-
beta2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj6
1tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?
family=Montserrat&display=swap" rel="stylesheet">
</head>
<body style="background-color: black;">
<nav class="navbar navbar-expand-lg navbar-light bg-
custom">
<div class="container">
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f

Partial preview of the text

Download Movie ticket booking website and more Thesis Computer Applications in PDF only on Docsity!

11.SOURCE CODE AND SAMPLE OUTPUT

11.1 sample source code

<meta name="viewport" content="width=device-width,

initial-scale=1.0">

Document

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-

beta2/dist/css/bootstrap.min.css" rel="stylesheet"

integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj

1tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">

<link href="https://fonts.googleapis.com/css2?

family=Montserrat&display=swap" rel="stylesheet">

<nav class="navbar navbar-expand-lg navbar-light bg-

custom">

<a class="nav-link active" aria-current="page"

href="./index.html">Home

<img src="./image/banner.jpg" class="mx-auto d-block"

style="max-width: 40%;"/>

<script

src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dis

t/umd/popper.min.js" integrity="sha384-

KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTT

yNaBYmCR/Nwi" crossorigin="anonymous">

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-

beta2/dist/js/bootstrap.min.js" integrity="sha384-

nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqm

Oymq585AcH49TLBQObG"

crossorigin="anonymous">

Booking

Movie Seat Booking

**PLAYING NOW** Document

Now Playing

body { background-color: #000000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; font-family: 'Lato', sans-serif; margin: 0; } .movie-container { margin: 20px 0; } .movie-container select { background-color: #fff; border: 0; border-radius: 5px; font-size: 14px; margin-left: 10px; padding: 5px 15px 5px 15px;

-moz-appearance: none; -webkit-appearance: none; appearance: none; } .container { perspective: 1000px; margin-bottom: 30px; } .seat { background-color: #444451; height: 12px; width: 15px; margin: 3px; border-top-left-radius: 10px; border-top-right-radius: 10px; } .seat.selected { background-color: #6feaf6; } .seat.occupied {