0% found this document useful (0 votes)
74 views5 pages

19BIT047 Web Development Lab Practical Experiment

This document provides an overview of various HTML tags and their descriptions. It outlines tags for basic page structure like <DOCTYPE>, <html>, <head>, <body>, headings, paragraphs, and breaks. It also covers formatting tags, image tags, audio/video tags, link tags, and list tags. The practical section describes steps to create a database table in MySQL, build an HTML menu page, and create PHP files to display and search student contact details from the database table.

Uploaded by

gandu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views5 pages

19BIT047 Web Development Lab Practical Experiment

This document provides an overview of various HTML tags and their descriptions. It outlines tags for basic page structure like <DOCTYPE>, <html>, <head>, <body>, headings, paragraphs, and breaks. It also covers formatting tags, image tags, audio/video tags, link tags, and list tags. The practical section describes steps to create a database table in MySQL, build an HTML menu page, and create PHP files to display and search student contact details from the database table.

Uploaded by

gandu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Name: Vedansh Asawa

Roll n0: 19 /81TlO41 pate


Subjcur: Web Development Prachcal expeviment (I T29%) Page
No. o p59

Prarizal 1
Aim HTML Tags and heir desenprian

basi HTML Tagsu


< DOCTYPE7 Detines he dowment e
<htmz Deioes an HTML dowment
Gtle z Detincsa tle for he dowmea
<bodyz Detincs dowment's body
K h l to <h6z_ Defaes HTML headings
Detines a aragraph
<br nsextsasingle line break
<hr7 Deiocsa hemaicchange in cotent
Detines Q Commens

omating ldgs

<addressz Detines ontach intomahiog tor theauthalane


doumcnt article
<bz Detines bold Heut
ceter 7 Detines centered tew
tode Detines piece of computex Code

tms and np lags N

4tormz Defines HTML torm toy user input


Detinesnput Lonro
input 7
Deincs a mulnlne input
buttoAY Dekines Clickaole button
Raushik
Date
Page. L.

rame 99s

ame7 Deiaes
Dehiaes a winda (a trame) in a trameset
Khramtset z Detines set ot trames

ma4eags
img Detinesan 1mag
Detincs a_clienk aide image map
Kareaz Detioes 00 arto i0s1de an image map

Audio Uhden Tags:


avdio 7 DetincssaJnd Lenhe
KSource7 Dehnes
Detioes anulhinedia media
tsources tor media
elements
videoz Detinesa idea0r avie

Liak Tags
Detines a hyperlink
inkz Dehoes yelationship betwen yesDurte i Goumen
Dehaes navigation nks

Lis Tags
ulz Detines an unordered lis
Detiaes an ardeed list
Deints oa list elemant
Dehins a descphoa liet
Kaushik
Dale
Page 3
Pxochcal
him To display shudent details using PH and SQL

Step 1 Creat e Lechac DB databnse in MuSQL


SCaViCe mus9ald Start
mysq
LTeate datalbase ontauk DB
Lontac DB
Cxeott talle_(ontact Lnane vachali0o), addl archaeLlod), odd2
vaxcaxLio0) tmail vorchar L100)1;
Step 2 Create HTML Sle menu.html"
<DOCTPE html 2
khtm
head z
s hHez Mmu <lhHez
lheadz
sbedy7
<hl Menu <lhlz
lz
slizka hbe lantatphpz Aja Lontact <la <lli
liz&ahret = Iseaach.plhp 2 Seadh tor Laohauts cla> <la
slulz
<hal7
Kaushik
Dale
Page

3 Cheateh hles
i Coract.thp

php
aelt $SERVERI'PHP-SELF
dbh mysg-connecloalhost root"0x diclmpl_tr
msselect dbl LontachDB');
itisset (6POST Lsumit'))&
$ome POST L name'
$ad1 5POSTaad1';
Sad2 S-P0ST (add2'1
Sen -P6ST email

INSERT INDO LOnHact VALUES


Snme ad1, od2 Sem)
result= nysq pexyl5qAk)
header " LotatioA menuntm
diel)
else
euna<hzOne of he veayived elds is embyl"
Kaushik
Date
Page

2) Searth php

2php
s SERVERI PHP_SELFI;
isset (9-GETI's.earh )) S
Sdbh mysLoanect ("laualhast", 0ot" ")
msqA select dblLoatau-DB);
Snme GET"name"
euno <p2 Scarching tor nme <lpz";
E mys9we SELECT ROM Latac
WHEREname like "1, nme'h);
itLma-nunl-YOs[4pse)z0)
wile (Sre meeto oayl&qe)
echa chr7<tdz $0u[ol<ltAzctdz `ou1] <l5"
echa tdz Sm |2] <ldz6taz 9ro L3]<td2<lbx7

Leha pz<bz No matuhes ound<l7<lþz


mys9 e e -reslt[Sro
mspcose (4dpa)

You might also like