SlideShare une entreprise Scribd logo
1  sur  7
1
<html>
<head>
<title>to create a form of user ID</title></head>
<body>
<form>
<table border=3>
<table align="left" bgcolor="rgb(149,149,14)">
<tr>
<td width=137>first name:</td>
<td width=198><input type="text",name="firstname",size=50,maxlength=10,value="">
</td>
</tr>
<tr>
<td width=137>second name:</td>
<td width=198><input type="text",name="secname",size=50,maxlength=10,value="">
</td>
</tr>
<tr>
<td width=137>last name:</td>
<td width=198><input type="text" name="lastname" size=50 maxlength=10,value="">
</td>
</tr>
<tr>
<td>gender:</td>
<td><input type="radio" name="gender"checked>male
      <input type="radio" name="gender">female
</td>
</tr>
<tr>
<td width=137>user name:</td>
<td width=198><input type="text",name="username",size=50,maxlength=10,value="">
</td>
</tr>
<tr>
<td>password:</td>
<td><input type="password",name="password",size=45,maxlength=8>
</td>
</tr>
<tr>
<td>confirm password:</td>
<td><input type="confirm password",name="confirm password",size=45,maxlength=8>
</td>
</tr>
<tr>
<td width=137>secondary emilID:</td>
<td width=198><input type="text",name="secondary emailID",size=50,maxlength=10,value="">
</td>
</tr>
<tr>
<td>security question</td>
<td><select> name="security question",size=1>
  <option value="what is your nik name??">what is your nik name??</option>
   <option value="what is your school name??">what is your school name??</option>
</select>
</td>
</tr>
<tr>
<td width=137>your ans:</td>
<td width=198><input type="text",name="yr ans",size=30,maxlength=10,value="">
</td>
</tr>
<tr>
<td>city:</td>
<td><select name="city",size=1>
<option value="baroda">baroda</option>
<option value="surat">surat</option>
 <option value="bhavanagar">bhavanagar</option>
</select>
</td>
</tr>
<tr>
<td colspan=2,align="center">
<input type="button" value="submit">
<input type="reset",name="reset",value="clear">
</td>
</tr>
</td>
</table>
</form>
</body>
</html>
                                                          2
 <html>
<head><title>info of employee</title></head>
<body>
<table border="1">
<tr>
<td><font color="blue">employee name:</td>
<td><input type="text",name="emp_name",size="25",maxlength="25">
</td>
</tr>
<tr>
<td><font color="blue">employee password:</td>
<td><input type="password",name="emp_pswd",size="10",maxlength="10">
</td>
</tr>
<tr>
<td><font color="blue">employee designation:</td>
<td><input type="text",name="emp_desig",size="25",maxlength="25">
</td>
</tr>
<tr>
<td valign="top"><font color="blue">address:</td>
<td><textarea name=address rows=3 cols=20></textarea></td>
</tr>
<tr>
<td><font color="blue">gender:</td>
<td><input type="radio" name="gender"checked>male
  <input type="radio" name="gender">female
</td>
</tr>
<tr>
<td><font color="blue">nationality:</td>
<td>
<select><option name="indian">indian</option>
         <option name="uk">uk</option>
</select>
</td>
</tr>
<tr>
<td><font color="blue">allounce:</td>
<td><input type="checkbox" name="allounces" value="ta">ta
     <input type="checkbox" name="allounces" value="hra">hra
</td>
</tr>
<tr>
<td colspan="2",align="centre">
<input type="button" value="submit">
<input type="button" value="reset">
</td>
</tr>
</table>
</form>
</body>
</html>
                                                        3
<html>
<head>
<title>form of biodata</title></head>
<body>
<form>
<table border="1">
<tr>
<td width="198">
Name<input type="text",name="name",size=15,maxlength="10",value="milee">
</td>
</tr>
<tr>
<td width="137">
Birth date
<input type="date" ,name="birthdate",size=8,maxlength="10",value="25-7-1990">
</td>
</tr>
<tr>
<td>gender:</td>
<td><input type="radio" name="gender",value="male",checked>male
    <input type="radio" name="gender",value="female">female
</td>
</tr>
<tr>
<td>hobbies:</td>
<td><input type="checkbox",name="hobbies1",value="music">music
  <input type="checkbox",name="hobbies2",value="drawing">drawing
   <input type="checkbox",name="hobbies3",value="reading">reading
</td>
</tr>
<tr><td width="137">qualification:</td>
  <td width="198"><input type="text" name=qualification size=15 maxlength="10" value="bca">
</td>
</tr>
<tr>
<td valign="top">address:</td>
<td><textarea name="address" rows="10" cols="20"></textarea></td>
</tr>
<tr>
<td>city</td>
<td><select name="city" size="1">
<option value="bhavnagar" selected>Bhavnagar</option>
<option value="baroda">Baroda</option>
</select>
</td>
</tr>
<tr>
<td colspan="2"align="centre">
<input type="button" value="Enter">
<input type="reset",name="reset",value="clear">
</td>
</tr>
</table>
</form>
</body></html>
4
<html>
         <head>
               <title>frame1</title>
        </head>
<frameset cols=25%,*,*,*>
<frame src="">
<frame src="">
<frame src="">
<frame src="">
</frameset>
</html>
                                       5
<html>
         <head>
               <title>frame1</title>
        </head>
<frameset rows=20%,*,20%>
<frame src="">
<frameset cols=20%,*,20%>
<frame src="">
<frame src="">
<frame src="">
</frameset>
<frameset cols=50%,*>
<frame src="">
<frame src="">
</frameset>
</frameset>
</html>
                                       6
<html>
         <head>
               <title>frame3</title>
        </head>
<frameset rows=20%,*>
<frame src="">
<frameset cols=50%,*>
<frame src="">
<frame src="">
</frameset>
</frameset>
</html>
                                       7
<html>
         <head>
<title>frame4</title>
        </head>
<frameset rows=10%,*>
<frame src="">
<frameset cols=20%,*>
<frame src="">
<frameset rows=30%,*>
<frame src="">
<frameset cols=50%,*>
<frame src="">
<frameset ROWs=50%,*>
<frame src="">
<frame src="">
</frameset>
</frameset>
</frameset>
</frameset>
</frameset>
</html>
                                       8
<html>
         <head>
               <title>frame5</title>
        </head>
<frameset ROWs=20%,*>
<frame src="">
<frameset cols=15%,*,15%>
<frame src="">
<frameset rows=30%,*,*>
<frame src="">
<frame src="">
<frame src="">
</frameset>
<frame src="">
</frameset>
</frameset>
</html>
Form & frame

Contenu connexe

Tendances

tabla en html Katerine jaramillo
 tabla en html Katerine jaramillo  tabla en html Katerine jaramillo
tabla en html Katerine jaramillo katejaramillo2
 
tabla en html Katerine jaramillo
tabla en html Katerine jaramillo tabla en html Katerine jaramillo
tabla en html Katerine jaramillo katejaramillo2
 
Starting Pages - Islamic Studies
Starting Pages - Islamic StudiesStarting Pages - Islamic Studies
Starting Pages - Islamic StudiesQAYYUM RABANI
 
Ruby nooks & crannies
Ruby nooks & cranniesRuby nooks & crannies
Ruby nooks & cranniesKerry Buckley
 
Html Help Sheet 02
Html Help Sheet 02Html Help Sheet 02
Html Help Sheet 02zsk
 
Writing DSLs with Parslet - Wicked Good Ruby Conf
Writing DSLs with Parslet - Wicked Good Ruby ConfWriting DSLs with Parslet - Wicked Good Ruby Conf
Writing DSLs with Parslet - Wicked Good Ruby ConfJason Garber
 
Lataif e ashrafi malfoozat e syed makhdoom ashraf 49
Lataif e ashrafi malfoozat e syed makhdoom ashraf 49Lataif e ashrafi malfoozat e syed makhdoom ashraf 49
Lataif e ashrafi malfoozat e syed makhdoom ashraf 49Aale Rasool Ahmad
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识ppanyong
 
1024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 20131024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 2013Martin Kleppe
 
Python 入門初體驗(程式語法)
Python 入門初體驗(程式語法)Python 入門初體驗(程式語法)
Python 入門初體驗(程式語法)政斌 楊
 
Fcontratos
FcontratosFcontratos
Fcontratoskarlloss
 

Tendances (20)

tabla en html Katerine jaramillo
 tabla en html Katerine jaramillo  tabla en html Katerine jaramillo
tabla en html Katerine jaramillo
 
tabla en html Katerine jaramillo
tabla en html Katerine jaramillo tabla en html Katerine jaramillo
tabla en html Katerine jaramillo
 
Starting Pages - Islamic Studies
Starting Pages - Islamic StudiesStarting Pages - Islamic Studies
Starting Pages - Islamic Studies
 
Ruby nooks & crannies
Ruby nooks & cranniesRuby nooks & crannies
Ruby nooks & crannies
 
PHPTAL with CakePHP
PHPTAL with CakePHPPHPTAL with CakePHP
PHPTAL with CakePHP
 
Html Help Sheet 02
Html Help Sheet 02Html Help Sheet 02
Html Help Sheet 02
 
Html file
Html fileHtml file
Html file
 
Writing DSLs with Parslet - Wicked Good Ruby Conf
Writing DSLs with Parslet - Wicked Good Ruby ConfWriting DSLs with Parslet - Wicked Good Ruby Conf
Writing DSLs with Parslet - Wicked Good Ruby Conf
 
Lataif e ashrafi malfoozat e syed makhdoom ashraf 49
Lataif e ashrafi malfoozat e syed makhdoom ashraf 49Lataif e ashrafi malfoozat e syed makhdoom ashraf 49
Lataif e ashrafi malfoozat e syed makhdoom ashraf 49
 
CSS3 ...in 3D!
CSS3 ...in 3D!CSS3 ...in 3D!
CSS3 ...in 3D!
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识
 
Coding part
Coding partCoding part
Coding part
 
1024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 20131024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 2013
 
Mat fin
Mat finMat fin
Mat fin
 
Convidar para page !!
Convidar para page !!Convidar para page !!
Convidar para page !!
 
PHP Tutorial (funtion)
PHP Tutorial (funtion)PHP Tutorial (funtion)
PHP Tutorial (funtion)
 
Matemática - Tercer Ciclo - Actividades - Nivel Primario
Matemática - Tercer Ciclo - Actividades - Nivel PrimarioMatemática - Tercer Ciclo - Actividades - Nivel Primario
Matemática - Tercer Ciclo - Actividades - Nivel Primario
 
Python 入門初體驗(程式語法)
Python 入門初體驗(程式語法)Python 入門初體驗(程式語法)
Python 入門初體驗(程式語法)
 
Fcontratos
FcontratosFcontratos
Fcontratos
 
$.Template
$.Template$.Template
$.Template
 

En vedette

01通信原理第一讲
01通信原理第一讲01通信原理第一讲
01通信原理第一讲xdtxyl
 
14 years of work linking to Rhôd
14 years of work linking to Rhôd14 years of work linking to Rhôd
14 years of work linking to Rhôdflofflach
 
Writing what I Perceive at Melin Glonc
Writing what I Perceive at Melin GloncWriting what I Perceive at Melin Glonc
Writing what I Perceive at Melin Gloncflofflach
 
йордан йорданов ит иновации в бизнеса фак. номер 105360
йордан йорданов ит иновации в бизнеса фак. номер 105360йордан йорданов ит иновации в бизнеса фак. номер 105360
йордан йорданов ит иновации в бизнеса фак. номер 105360Yordan Yordanov
 
Cloud computing basics
Cloud computing basicsCloud computing basics
Cloud computing basicsAkshay Guleria
 
Ch 1 part-1 final
Ch 1 part-1 finalCh 1 part-1 final
Ch 1 part-1 finalaminsir
 
Add патентная защита оригинальных программных разработок
Add патентная защита оригинальных программных разработокAdd патентная защита оригинальных программных разработок
Add патентная защита оригинальных программных разработокSoftPatent
 
пропаганда порока в виртуальном мире
пропаганда порока в виртуальном мирепропаганда порока в виртуальном мире
пропаганда порока в виртуальном миреValery_leontev
 
Infocus IFRS Course Brochure
Infocus IFRS Course BrochureInfocus IFRS Course Brochure
Infocus IFRS Course Brochureequinoxtc
 
a photo album for Rhôd 2012
a photo album for Rhôd 2012 a photo album for Rhôd 2012
a photo album for Rhôd 2012 flofflach
 
Final lfh presentation (3)
Final lfh presentation (3)Final lfh presentation (3)
Final lfh presentation (3)__x86
 
Cross Platform Mobile Developmemnt
Cross Platform Mobile DevelopmemntCross Platform Mobile Developmemnt
Cross Platform Mobile DevelopmemntSoutom Dhara
 
Makalah hukum dan kebijakan lingkungan
Makalah hukum dan kebijakan lingkunganMakalah hukum dan kebijakan lingkungan
Makalah hukum dan kebijakan lingkunganHani Setia
 
Akshay Guleria digital innovations
Akshay Guleria digital innovationsAkshay Guleria digital innovations
Akshay Guleria digital innovationsAkshay Guleria
 

En vedette (16)

01通信原理第一讲
01通信原理第一讲01通信原理第一讲
01通信原理第一讲
 
Agcv
AgcvAgcv
Agcv
 
14 years of work linking to Rhôd
14 years of work linking to Rhôd14 years of work linking to Rhôd
14 years of work linking to Rhôd
 
Writing what I Perceive at Melin Glonc
Writing what I Perceive at Melin GloncWriting what I Perceive at Melin Glonc
Writing what I Perceive at Melin Glonc
 
йордан йорданов ит иновации в бизнеса фак. номер 105360
йордан йорданов ит иновации в бизнеса фак. номер 105360йордан йорданов ит иновации в бизнеса фак. номер 105360
йордан йорданов ит иновации в бизнеса фак. номер 105360
 
Cloud computing basics
Cloud computing basicsCloud computing basics
Cloud computing basics
 
Ch 1 part-1 final
Ch 1 part-1 finalCh 1 part-1 final
Ch 1 part-1 final
 
Add патентная защита оригинальных программных разработок
Add патентная защита оригинальных программных разработокAdd патентная защита оригинальных программных разработок
Add патентная защита оригинальных программных разработок
 
пропаганда порока в виртуальном мире
пропаганда порока в виртуальном мирепропаганда порока в виртуальном мире
пропаганда порока в виртуальном мире
 
Infocus IFRS Course Brochure
Infocus IFRS Course BrochureInfocus IFRS Course Brochure
Infocus IFRS Course Brochure
 
a photo album for Rhôd 2012
a photo album for Rhôd 2012 a photo album for Rhôd 2012
a photo album for Rhôd 2012
 
Basittttt
BasitttttBasittttt
Basittttt
 
Final lfh presentation (3)
Final lfh presentation (3)Final lfh presentation (3)
Final lfh presentation (3)
 
Cross Platform Mobile Developmemnt
Cross Platform Mobile DevelopmemntCross Platform Mobile Developmemnt
Cross Platform Mobile Developmemnt
 
Makalah hukum dan kebijakan lingkungan
Makalah hukum dan kebijakan lingkunganMakalah hukum dan kebijakan lingkungan
Makalah hukum dan kebijakan lingkungan
 
Akshay Guleria digital innovations
Akshay Guleria digital innovationsAkshay Guleria digital innovations
Akshay Guleria digital innovations
 

Similaire à Form & frame

Similaire à Form & frame (20)

Rounded Shaped Box Example 1
Rounded Shaped Box Example 1Rounded Shaped Box Example 1
Rounded Shaped Box Example 1
 
Railway res form
Railway res formRailway res form
Railway res form
 
Web technology lab manual
Web technology lab manualWeb technology lab manual
Web technology lab manual
 
Sessionex1
Sessionex1Sessionex1
Sessionex1
 
Second raidteam.html
Second raidteam.htmlSecond raidteam.html
Second raidteam.html
 
Webpro2 pert6 7_login_menu_
Webpro2 pert6 7_login_menu_Webpro2 pert6 7_login_menu_
Webpro2 pert6 7_login_menu_
 
Ex[1].3 php db connectivity
Ex[1].3 php db connectivityEx[1].3 php db connectivity
Ex[1].3 php db connectivity
 
Html
HtmlHtml
Html
 
Lect# 1 html part ii
Lect# 1 html part iiLect# 1 html part ii
Lect# 1 html part ii
 
Post portal naruto
Post portal narutoPost portal naruto
Post portal naruto
 
Java script form validation
Java script  form validationJava script  form validation
Java script form validation
 
Md5 decrypter
Md5 decrypterMd5 decrypter
Md5 decrypter
 
Panel de anclas
Panel de anclasPanel de anclas
Panel de anclas
 
Panel de anclas(x)
Panel de anclas(x)Panel de anclas(x)
Panel de anclas(x)
 
Panel de anclas(x)
Panel de anclas(x)Panel de anclas(x)
Panel de anclas(x)
 
1cst
1cst1cst
1cst
 
TYBSC prac soln
TYBSC prac solnTYBSC prac soln
TYBSC prac soln
 
Practical file(XHTML)web designing
Practical file(XHTML)web designingPractical file(XHTML)web designing
Practical file(XHTML)web designing
 
Zencoding cheatsheet, ayuda Memoria
Zencoding cheatsheet, ayuda MemoriaZencoding cheatsheet, ayuda Memoria
Zencoding cheatsheet, ayuda Memoria
 
Zen Coding Cheat Sheet
Zen Coding Cheat SheetZen Coding Cheat Sheet
Zen Coding Cheat Sheet
 

Dernier

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxElton John Embodo
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 

Dernier (20)

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 

Form & frame

  • 1. 1 <html> <head> <title>to create a form of user ID</title></head> <body> <form> <table border=3> <table align="left" bgcolor="rgb(149,149,14)"> <tr> <td width=137>first name:</td> <td width=198><input type="text",name="firstname",size=50,maxlength=10,value=""> </td> </tr> <tr> <td width=137>second name:</td> <td width=198><input type="text",name="secname",size=50,maxlength=10,value=""> </td> </tr> <tr> <td width=137>last name:</td> <td width=198><input type="text" name="lastname" size=50 maxlength=10,value=""> </td> </tr> <tr> <td>gender:</td> <td><input type="radio" name="gender"checked>male <input type="radio" name="gender">female </td> </tr> <tr> <td width=137>user name:</td> <td width=198><input type="text",name="username",size=50,maxlength=10,value=""> </td> </tr> <tr> <td>password:</td> <td><input type="password",name="password",size=45,maxlength=8> </td> </tr> <tr> <td>confirm password:</td> <td><input type="confirm password",name="confirm password",size=45,maxlength=8> </td> </tr> <tr> <td width=137>secondary emilID:</td> <td width=198><input type="text",name="secondary emailID",size=50,maxlength=10,value=""> </td>
  • 2. </tr> <tr> <td>security question</td> <td><select> name="security question",size=1> <option value="what is your nik name??">what is your nik name??</option> <option value="what is your school name??">what is your school name??</option> </select> </td> </tr> <tr> <td width=137>your ans:</td> <td width=198><input type="text",name="yr ans",size=30,maxlength=10,value=""> </td> </tr> <tr> <td>city:</td> <td><select name="city",size=1> <option value="baroda">baroda</option> <option value="surat">surat</option> <option value="bhavanagar">bhavanagar</option> </select> </td> </tr> <tr> <td colspan=2,align="center"> <input type="button" value="submit"> <input type="reset",name="reset",value="clear"> </td> </tr> </td> </table> </form> </body> </html> 2 <html> <head><title>info of employee</title></head> <body> <table border="1"> <tr> <td><font color="blue">employee name:</td> <td><input type="text",name="emp_name",size="25",maxlength="25"> </td> </tr> <tr> <td><font color="blue">employee password:</td> <td><input type="password",name="emp_pswd",size="10",maxlength="10"> </td>
  • 3. </tr> <tr> <td><font color="blue">employee designation:</td> <td><input type="text",name="emp_desig",size="25",maxlength="25"> </td> </tr> <tr> <td valign="top"><font color="blue">address:</td> <td><textarea name=address rows=3 cols=20></textarea></td> </tr> <tr> <td><font color="blue">gender:</td> <td><input type="radio" name="gender"checked>male <input type="radio" name="gender">female </td> </tr> <tr> <td><font color="blue">nationality:</td> <td> <select><option name="indian">indian</option> <option name="uk">uk</option> </select> </td> </tr> <tr> <td><font color="blue">allounce:</td> <td><input type="checkbox" name="allounces" value="ta">ta <input type="checkbox" name="allounces" value="hra">hra </td> </tr> <tr> <td colspan="2",align="centre"> <input type="button" value="submit"> <input type="button" value="reset"> </td> </tr> </table> </form> </body> </html> 3 <html> <head> <title>form of biodata</title></head> <body> <form> <table border="1"> <tr>
  • 4. <td width="198"> Name<input type="text",name="name",size=15,maxlength="10",value="milee"> </td> </tr> <tr> <td width="137"> Birth date <input type="date" ,name="birthdate",size=8,maxlength="10",value="25-7-1990"> </td> </tr> <tr> <td>gender:</td> <td><input type="radio" name="gender",value="male",checked>male <input type="radio" name="gender",value="female">female </td> </tr> <tr> <td>hobbies:</td> <td><input type="checkbox",name="hobbies1",value="music">music <input type="checkbox",name="hobbies2",value="drawing">drawing <input type="checkbox",name="hobbies3",value="reading">reading </td> </tr> <tr><td width="137">qualification:</td> <td width="198"><input type="text" name=qualification size=15 maxlength="10" value="bca"> </td> </tr> <tr> <td valign="top">address:</td> <td><textarea name="address" rows="10" cols="20"></textarea></td> </tr> <tr> <td>city</td> <td><select name="city" size="1"> <option value="bhavnagar" selected>Bhavnagar</option> <option value="baroda">Baroda</option> </select> </td> </tr> <tr> <td colspan="2"align="centre"> <input type="button" value="Enter"> <input type="reset",name="reset",value="clear"> </td> </tr> </table> </form> </body></html>
  • 5. 4 <html> <head> <title>frame1</title> </head> <frameset cols=25%,*,*,*> <frame src=""> <frame src=""> <frame src=""> <frame src=""> </frameset> </html> 5 <html> <head> <title>frame1</title> </head> <frameset rows=20%,*,20%> <frame src=""> <frameset cols=20%,*,20%> <frame src=""> <frame src=""> <frame src=""> </frameset> <frameset cols=50%,*> <frame src=""> <frame src=""> </frameset> </frameset> </html> 6 <html> <head> <title>frame3</title> </head> <frameset rows=20%,*> <frame src=""> <frameset cols=50%,*> <frame src=""> <frame src=""> </frameset> </frameset> </html> 7 <html> <head>
  • 6. <title>frame4</title> </head> <frameset rows=10%,*> <frame src=""> <frameset cols=20%,*> <frame src=""> <frameset rows=30%,*> <frame src=""> <frameset cols=50%,*> <frame src=""> <frameset ROWs=50%,*> <frame src=""> <frame src=""> </frameset> </frameset> </frameset> </frameset> </frameset> </html> 8 <html> <head> <title>frame5</title> </head> <frameset ROWs=20%,*> <frame src=""> <frameset cols=15%,*,15%> <frame src=""> <frameset rows=30%,*,*> <frame src=""> <frame src=""> <frame src=""> </frameset> <frame src=""> </frameset> </frameset> </html>