SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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
 

Was ist angesagt? (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
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie Form & frame

Ähnlich wie 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
 

Kürzlich hochgeladen

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
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
 
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.
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
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
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 

Kürzlich hochgeladen (20)

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
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
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
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...
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
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
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 

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>