CONTAINT MANAGMENT

 CONTAINT MANAGMENT:-

1.In conraint management concept open multiple page in single window.

2. in this concept we have to use <IFRAME>.

3. There are following attribute used in <IFRAME>.

1.Height

2.width

3.name

WHAT IS TARGET ATTRIBUTE:-

(In this attribute is used to locate the link)


<HTML>

<BODY>


<a href="first.html" target="F1"> first</a>

&nbsp; &nbsp; &nbsp; &nbsp;

<a href="form.html" target="F1"> form </a>

&nbsp; &nbsp; &nbsp; &nbsp;

<a href="table.html" target="F1"> table </a>

<br>

<iframe height="600" width="600" name="F1">

 


</BODY>

</HTML>


ASSIGMENT 3

tassk=1


1.create a table in following format

  sno college website department

   1 raisoni raisoni.com 1 MBA

2 MCA

3 BBA

   2 KDK Kdk.com 1.BSE

2.CSE

3.IT

1. LOGIC ( user can click college website then open website)

2. logic (department name should be ordered format.)


task=2

 

create your biodata in following format-

create a page biodata.html

 about education experience contact

create Iframe (600*600)

about.html- write your brief introduction

eduction.html- write your education details in table format

experience.html- write your experience in table format

contact.html- create a contact form

 (name-textbox-) i frame  

 (email-textbox-)

 (mobile-textbox-)

 (massage-textarea)

 (submit)



Comments

Popular posts from this blog

HTML FORMS

condition management IF, ELSE, ELSEIF

HTML NOTES