SlideShare a Scribd company logo
1 of 36
With XHTML,CSS,JAVASCRIPT
Submitted to : Dr.arpana chaturvedi
SNO TOPIC REMARK
1 Headings,image,anchor tag
2 Use of special character
3 Table
4 Span in table
5 Image hyperlinks(navigation bar)
6 Anchor tag
7 Question 7:form(feedback)
8 DIV tag
9 Descendent selector(through div and para tag)
10 Child selector (using para and div tag)
11 Javascript
12 Internal links
13 drag and drop
Question 1:headings,image,anchor tag
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title> XHTML</title>
</head>
<bodybgcolor="lightblue">
<p align="center"><h1><b>BCA Department</b></h1></p>
<h1>semester 1</h1>
<h2>semester 2</h2>
<h3>semester 3</h3>
<h4>semester 4</h4>
<h5>semester 5</h5>
<h6>semester 6</h6>
<img src="C:UserssonusDesktopfb.jpg" height="100" width="100" alt="image
cannot open"/>
<a href="https://www.google.com/" target="_blank">
<b><u> CLICK ME gift for you</u></b></a>
<h3>ANCHORING IMAGE</h3>
<a href="temp.jfif">open image</a>
</body>
</html>
Question 2: Use of special character
<?xml version="," encoding="utf-"?>
<!DOCTYPE html PUBLIC "-//W3//DTD XHTML strict//EN"
"http"//www.w3.org/TR/xhtml/DTD/xhtml -strict.dtd">
<!-- Linking to other web pages-->
<html xmlns="https"//www.w3.org//xhtml">
<head>
<title>Example of usage of special character </title>
</head>
<body>
<h1 align="center">Example of use of special character using mailto</h1>
<h>Here is the link to the email address ofHOD-BCA </h>
<p><strong>Clickhere to go to m Email ADdres </strong></p>
<!-- Create link -->
<p><ahref="mailto:artisolanki1234@gmail.com">ARTI KUMARI</a></p>
Click the address and your default email client will open an email
<hr/>
<!-- horizontal rule -->
<p>All information on the site is <strong>&copy;
HOD-BCA &amp; JIMS associates 20007</strong></p>
<!-- to strike through text use<del> tag -->
<!-- to subscripttext use <sub> tag -->
<!-- to superscript text use <sup> tag -->
<p><del>Youmay download 3.14*10<sup>2</sup>
character worth of information from this site </del>
only <sub>one</sub>download per hour is permited</p>
<p><em>Note&lt; &frac14; of the information presented here is updated daily
</em></p>
</body>
</html>
Question 3 : Table
<?xml version="." encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 strict//EN"
"http://www.w3.org/TR/xhtml strict dtd"
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Asimple XHTML table </title>
</head>
<body>
<table border="1" width="40"
summary="this table provides information about the prices of fruit">
<caption<<strong>Priceof fruit </strong></caption>
<thead>
<tr>
<th>FRuit</th>
<th>Price</th>
</tr>
</thead>
<tfoot>
<tr>
<th>ToTal</th>
<th>$3.75</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Apple</td>
<td>$0.25</td>
</tr>
<tr>
<td>orange</td>
<td>$1.00</td>
</tr>
<tr>
<td>pineAPPle</td>
<td>$2.00</td>
</tr>
<tbody>
</table>
</body>
</html>
Question 4: span in table
<?xml version="." encoding="utf-8"?>
<!DOCTYPE html PUBLIC "//W3C//DTD XHTML 1.0 strict //EN"
"http://www.w3.org/TR/xhtml/DTD/xhtml strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ROWSPAN and COLSPAN </title>
<head>
<body>
<h1>table Example using rowspan and colspan </h1>
<table border="1">
<caption>here is a more complex sample table <caption>
<thead>
<tr>
<th rowspan="2">
<img src="blue.png" width="205" height="167" alt="picture
of rose"/>
</th>
<th colspan="4">
<h1>Camelid comparison</h1>
<p>approximate as of 6/2007</p>
</th>
</tr>
<tr>
<th>#ofhumps </th>
<th>indigenous region</th>
<th>spits?</th>
<th>producewool?</th>
<tr>
</thead>
<tbody>
<tr>
<th>camel</th>
<td>2</th>
<td>africa/asia</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<th>lamas</th>
<td>1</td>
<td>andes mountains</td>
<td>yes</td>
</tr>
</tbody>
</table>
</body>
</html>
<?xml version="." encoding="utf-"?>
<!DOCTYPE html PUBLIC "-//WC//DTD XHTML .strict//EN"
"http://www.w3.org/TRxhtml/DTD/xhtml-strict.dtd">
<!--Linking to other web pages-->
<html xmlns="htp://www.w3.org//xhtml">
<head>
<title>Example of naviation Bar</title>
</head>
<body>
<h1 align="center">Example of navigation Bar</h1>
<h>Example of links to show navigation using image <h>
<p><ahref="https://www.jimssouthdelhi.com">
<img src="home.jfif" width="65" height="50"
alt="Home page"/></a>
<a href="https://www.jimssouthdelhi.com/course-bhm.html">
<img src="lis.png" width="65" height="50"
alt="List Example page "/></a>
<a href="https://www.jimssouthdelhi.com/cultural.html">
<img src="contact.png" width="65" height="50"
alt="contact page"/></a>
</p>
</body>
</html>
Question 5:Image hyperlinks
<?xml version="." encoding="utf-"?>
<!DOCTYPE html PUBLIC "-//WC//DTD XHTML .strict//EN"
"http://www.w3.org/TRxhtml/DTD/xhtml-strict.dtd">
<!--Linking to other web pages-->
<html xmlns="htp://www.w3.org//xhtml">
<head>
<title>Example of naviation Bar</title>
</head>
<body>
<h1 align="center">Example of navigation Bar</h1>
<h>Example of links to show navigation using image <h>
<p><ahref="https://www.jimssouthdelhi.com">
<img src="home.jfif" width="65" height="50"
alt="Home page"/></a>
<a href="https://www.jimssouthdelhi.com/course-bhm.html">
<img src="lis.png" width="65" height="50"
alt="List Example page "/></a>
<a href="https://www.jimssouthdelhi.com/cultural.html">
<img src="contact.png" width="65" height="50"
alt="contact page"/></a>
</p>
</body>
</html>
Question 6:anchor tag
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en">
<head>
<title>DOCUMENTATION</title>
</head>
<body>
<h1 align=center>Example of Anchor tag</h1>
<h>here are the links to various JIMS institutions WEbsites</h>
<p><strong>click a name to go to that page</strong></p>
<!-- create for text hyperlinks -->
<p><ahref="https://www.jimsd.org">JIMS vasant kunj-II </a></p>
<p><ahref="https://www.jimsd.org">JIMS kalkaji </a></p>
<p><ahref="https://www.jimsd.org">JIMS rohini </a></p>
<p><ahref="https://www.jimsd.org">JIMS greater noida </a></p>
</body>
</html>
Question 7:form(feedback)
<?xml version="." encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0strict//EN"
http://www.w3.org/TR/xhtml/DTD/xhtml strict.dtd">
<html xmlns="http:www.w3.org/1999/xhtml">
<head>
<title>FORMS</title>
</head>
<body>
<h1>FEEDBACK form </h1>
<p> please fill out this form to help us improve our site</p>
<form method="post"action=" ">
<p>
<input type="text" name="recipient"
value="artisolanki1234@gmail.com"/>
<input type="hidden" name="subject"
value="Feedback Form"/>
<input type="hidden" name="redirect"
value="span.html"/>
<p><label>Name:
<input name="name" type="text" size="25"
maxlength="30"/>
</label>
</p>
<p>
<input type="submit" value="submit"/>
<input type="reset" value="clear"/>
</p>
</form>
</body>
</html>
Question 8:DIV tag
<html>
<head>
<title>position in CSS</title>
<style>
.division
{
border:1px solid;
}
#parent
{
width:400px;
height:400px;
position:relative;
left:300;
top:200;
}
#child
{
width:200px;
height:200px;
position:absolute;
left:50;
top:100;
}
</style>
</head>
<body>
<div class="division" id="parent">
<div class="division" id="child">
</div>
</div>
</body>
</html>
Question 9:descendent selector(through div and para tag)
<!DOCTYPE html>
<html>
<head>
<style>
div p{
background-color:cyan;
border-right-style:solid;
border-color:red;
<!--border-radius:50px;-->
border-right-width:7px;
padding:20px;
<!--width:200px;-->
<!--height:150px;-->
}
h1{
font-size;32;
font-family;times new roman;
}
</style>
</head>
<body>
<h1 align="center">Example of descendant selector</h1>
<h2 align="center">through div and para tag </h2>
<div>
<p>paragraph 1 in the div</p>
<p>paragraph 2 in the div</p>
<p>paragraph 3 in the div</p>
</div>
<p>paragraph 4 not in the div</p>
</body>
</html>
Question 10:child selector (using para and div tag)
<!DOCTYPE html>
<html>
<head>
<style>
div>p {
background-color:yellow;
border-bottom-style:dotted;
}
</style>
</head>
<body>
<h1 align=center>Example of child selector</h1>
<h2 align=center>This example selects all &lt;p&gt; elements inside &lt;div&gt;
elements</h2>
<div>
<p>Hey JIMS,I am paragraph 1 in the div</p>
<p>Hey JIMS,I am paragraph 2 in the div</p>
<section><p>HeyJIMS,I am paragraph 3 in the div</p></section>
<p>Hey JIMS,I am paragraph 4 in the div</p>
</div>
<p>Hey JIMS,I am paragraph 5 not in a div</p>
<p>And same again, I am paragraph 6 not in a div</p>
</body>
</html>
Question 11:javascript
<html>
<head>
<script type="text/javascript">
function msg()
{
alert("hello javatpoint");
}
</script>
</head>
<body>
<p>Welcome to Javascript</p>
<form>
<input type="button" value="click" onclick="msg()"/>
</form>
</body>
</html>
Question 12:internal links
<?xml versiom="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1/0 STRICT//EN"
"http://www.w3.org//TR/xhtml/DTD/xhtml -strict.dtd">
<html xmlns=""http://www.w3.org/1999/xhtml>
<head>
<title>Internal links </title>
</head>
<body>
<h1 id="features">The bestfeatures of the internet</h1>
<p><ahref="#bugs">Go TO <em>FAVORITEBUGS </em></a></p>
<ul>
<li>you can meet people from </li>
<li>you have access:
<ul>
<li>new games</li>
<li>new appliances</li>
<ul>
<li>for bussiness</li>
<li>for pleasure</li>
</ul>
<li>around the clock news</li>
<li>search engines</li>
<li> shopping</li>
<li>programming
<ul>
<li>XHTML</li>
<li>JAVA</li>
<li>script</li>
</ul>
</li>
</ul>
</li>
<h1 id="bugs">My3 favorite bugs</h1>
<p>
<a href="#features">Go to <em>Favorite features</em></a>
</p>
<ol>
<li>fire play</li>
<li>gal ant</li>
<li>roman tic</li>
</ol>
</body>
</html>
Question 13:drag and drop
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN"
"HTTP://www.w3.org/TR/xhtml1-strict"
<html>
<head>
<title>
drag and drop
</title>
<script type="text/javascript">
var diffX,diffY,theElement;
function grabber(event)
{
theElement=event.currentTarget;
var posX=parseInt(theElement.style.left);
var posY=parseInt(theElement.style.top);
diffX = event.clientX - posX;
diffY = event.clientY - posY;
document.addEventListener("mousemove",mover,true);
document.addEventListener("mouseup",dropper,true);
event.stopPropagation();
event.preventDefault();
}
function mover(event)
{
theElement.style.left=(event.clientX - diffX) + "px";
theElement.style.top=(event.clientY - diffY) + "px";
event.stopPropagation();
}
function dropper(event)
{
document.removeEventListener("mouseup",dropper,true);
document.removeEventListener("mousemove",mover,true);
event.stopPropagation();
}
</script>
</head>
<bodystyle="font-size:20;">
<p>
JIMS VASANT kunj-II
<br/>
The Best B.voc ITSD Institute
<br/>
<spanstyle="position:absolute;top:200px; left:0px; background-color:lightgrey;"
onmousedown="grabber(event);">
</span>
Best
<spanstyle="position:absolute;top:200px; left:75px; background-color:lightgrey;"
onmousedown="grabber(event);">
JIMS
</span>
<spanstyle="position:absolute;top:200px; left:150px; background-
color:lightgrey;" onmousedown="grabber(event);">
Bvoc
</span>
<spanstyle="position:absolute;top:200px; left:225px; background-
color:lightgrey;" onmousedown="grabber(event);">
vasant kunj
</span>
<spanstyle="position:absolute;top:200px; left:300px; background-
color:lightgrey;" onmousedown="grabber(event);">
II
</span>
<spanstyle="position:absolute;top:200px; left:0px;
background-color:lightgrey;"
onmousedown="grabber(event);">
Institute
</span>
</p>
</body>
</html>
Practical file(XHTML)web designing

More Related Content

What's hot

Web Technology Lab files with practical
Web Technology Lab  files with practicalWeb Technology Lab  files with practical
Web Technology Lab files with practicalNitesh Dubey
 
Frames tables forms
Frames tables formsFrames tables forms
Frames tables formsnobel mujuji
 
Copy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plazaCopy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plazahelgawerth
 
CSS Selector
CSS SelectorCSS Selector
CSS SelectorCalos Kao
 
Html Help Sheet 02
Html Help Sheet 02Html Help Sheet 02
Html Help Sheet 02zsk
 
Links/Деловой и денежный мир
Links/Деловой и денежный мирLinks/Деловой и денежный мир
Links/Деловой и денежный мирCavatex
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and FormsDoncho Minkov
 
Hypertext markup language(html)
Hypertext markup language(html)Hypertext markup language(html)
Hypertext markup language(html)Jayson Cortez
 
Div span__object_があればいい
Div  span__object_があればいいDiv  span__object_があればいい
Div span__object_があればいいShuhei Iitsuka
 
HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2Sharon Wasden
 

What's hot (20)

Web Technology Lab files with practical
Web Technology Lab  files with practicalWeb Technology Lab  files with practical
Web Technology Lab files with practical
 
Frames tables forms
Frames tables formsFrames tables forms
Frames tables forms
 
Copy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plazaCopy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plaza
 
CSS Selector
CSS SelectorCSS Selector
CSS Selector
 
html
htmlhtml
html
 
Html Help Sheet 02
Html Help Sheet 02Html Help Sheet 02
Html Help Sheet 02
 
Links/Деловой и денежный мир
Links/Деловой и денежный мирLinks/Деловой и денежный мир
Links/Деловой и денежный мир
 
Emmet cheat-sheet
Emmet cheat-sheetEmmet cheat-sheet
Emmet cheat-sheet
 
Html tags describe in bangla
Html tags describe in banglaHtml tags describe in bangla
Html tags describe in bangla
 
Profit statement 00
Profit statement 00Profit statement 00
Profit statement 00
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and Forms
 
Hypertext markup language(html)
Hypertext markup language(html)Hypertext markup language(html)
Hypertext markup language(html)
 
Html Tags
Html TagsHtml Tags
Html Tags
 
Web programming
Web programmingWeb programming
Web programming
 
Html bangla
Html banglaHtml bangla
Html bangla
 
HTML basic
HTML basicHTML basic
HTML basic
 
Html tables examples
Html tables   examplesHtml tables   examples
Html tables examples
 
Bangla html
Bangla htmlBangla html
Bangla html
 
Div span__object_があればいい
Div  span__object_があればいいDiv  span__object_があればいい
Div span__object_があればいい
 
HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2HTML Lecture Part 2 of 2
HTML Lecture Part 2 of 2
 

Similar to Practical file(XHTML)web designing

Your Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckYour Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckAnthony Montalbano
 
Ex[1].3 php db connectivity
Ex[1].3 php db connectivityEx[1].3 php db connectivity
Ex[1].3 php db connectivityMouli Chandira
 
2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdfBdBangladesh
 
Rounded Shaped Box Example 1
Rounded Shaped Box Example 1Rounded Shaped Box Example 1
Rounded Shaped Box Example 1Sibananda Panda
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisjQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisPablo Garrido
 
Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12Hitesh Patel
 
The project gutenberg e book, fairy tales from brazil, by elsie spicer
The project gutenberg e book, fairy tales from brazil, by elsie spicerThe project gutenberg e book, fairy tales from brazil, by elsie spicer
The project gutenberg e book, fairy tales from brazil, by elsie spicerAndrei Hortúa
 
krish (1).pdf
krish (1).pdfkrish (1).pdf
krish (1).pdfKrish11A
 
Skills development: HTML Code
Skills development: HTML CodeSkills development: HTML Code
Skills development: HTML Codegab0804080
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识ppanyong
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识ppanyong
 
Enjoy the vue.js
Enjoy the vue.jsEnjoy the vue.js
Enjoy the vue.jsTechExeter
 

Similar to Practical file(XHTML)web designing (20)

Web technology
Web technologyWeb technology
Web technology
 
Your Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckYour Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages Suck
 
Ex[1].3 php db connectivity
Ex[1].3 php db connectivityEx[1].3 php db connectivity
Ex[1].3 php db connectivity
 
2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf
 
Rounded Shaped Box Example 1
Rounded Shaped Box Example 1Rounded Shaped Box Example 1
Rounded Shaped Box Example 1
 
Web technology
Web technologyWeb technology
Web technology
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisjQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveis
 
2190 pertemuan24(polling)
2190 pertemuan24(polling)2190 pertemuan24(polling)
2190 pertemuan24(polling)
 
Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12
 
Capstone Website Code
Capstone Website CodeCapstone Website Code
Capstone Website Code
 
The project gutenberg e book, fairy tales from brazil, by elsie spicer
The project gutenberg e book, fairy tales from brazil, by elsie spicerThe project gutenberg e book, fairy tales from brazil, by elsie spicer
The project gutenberg e book, fairy tales from brazil, by elsie spicer
 
Practica n° 7
Practica n° 7Practica n° 7
Practica n° 7
 
krish (1).pdf
krish (1).pdfkrish (1).pdf
krish (1).pdf
 
1cst
1cst1cst
1cst
 
Skills development: HTML Code
Skills development: HTML CodeSkills development: HTML Code
Skills development: HTML Code
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识
 
aman's code
aman's codeaman's code
aman's code
 
Html Hands On
Html Hands OnHtml Hands On
Html Hands On
 
Enjoy the vue.js
Enjoy the vue.jsEnjoy the vue.js
Enjoy the vue.js
 

Recently uploaded

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxeditsforyah
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxBipin Adhikari
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 

Recently uploaded (20)

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptx
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptx
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 

Practical file(XHTML)web designing

  • 1. With XHTML,CSS,JAVASCRIPT Submitted to : Dr.arpana chaturvedi
  • 2. SNO TOPIC REMARK 1 Headings,image,anchor tag 2 Use of special character 3 Table 4 Span in table 5 Image hyperlinks(navigation bar) 6 Anchor tag 7 Question 7:form(feedback) 8 DIV tag 9 Descendent selector(through div and para tag) 10 Child selector (using para and div tag) 11 Javascript 12 Internal links 13 drag and drop
  • 3. Question 1:headings,image,anchor tag <?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> XHTML</title> </head> <bodybgcolor="lightblue"> <p align="center"><h1><b>BCA Department</b></h1></p> <h1>semester 1</h1> <h2>semester 2</h2> <h3>semester 3</h3> <h4>semester 4</h4> <h5>semester 5</h5> <h6>semester 6</h6> <img src="C:UserssonusDesktopfb.jpg" height="100" width="100" alt="image cannot open"/> <a href="https://www.google.com/" target="_blank"> <b><u> CLICK ME gift for you</u></b></a> <h3>ANCHORING IMAGE</h3> <a href="temp.jfif">open image</a> </body> </html>
  • 4.
  • 5. Question 2: Use of special character <?xml version="," encoding="utf-"?> <!DOCTYPE html PUBLIC "-//W3//DTD XHTML strict//EN" "http"//www.w3.org/TR/xhtml/DTD/xhtml -strict.dtd"> <!-- Linking to other web pages--> <html xmlns="https"//www.w3.org//xhtml"> <head> <title>Example of usage of special character </title> </head> <body> <h1 align="center">Example of use of special character using mailto</h1> <h>Here is the link to the email address ofHOD-BCA </h> <p><strong>Clickhere to go to m Email ADdres </strong></p> <!-- Create link --> <p><ahref="mailto:artisolanki1234@gmail.com">ARTI KUMARI</a></p> Click the address and your default email client will open an email <hr/> <!-- horizontal rule --> <p>All information on the site is <strong>&copy; HOD-BCA &amp; JIMS associates 20007</strong></p> <!-- to strike through text use<del> tag --> <!-- to subscripttext use <sub> tag --> <!-- to superscript text use <sup> tag -->
  • 6. <p><del>Youmay download 3.14*10<sup>2</sup> character worth of information from this site </del> only <sub>one</sub>download per hour is permited</p> <p><em>Note&lt; &frac14; of the information presented here is updated daily </em></p> </body> </html>
  • 7.
  • 8. Question 3 : Table <?xml version="." encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 strict//EN" "http://www.w3.org/TR/xhtml strict dtd" <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Asimple XHTML table </title> </head> <body> <table border="1" width="40" summary="this table provides information about the prices of fruit"> <caption<<strong>Priceof fruit </strong></caption> <thead> <tr> <th>FRuit</th> <th>Price</th> </tr> </thead> <tfoot> <tr> <th>ToTal</th> <th>$3.75</th> </tr>
  • 10.
  • 11. Question 4: span in table <?xml version="." encoding="utf-8"?> <!DOCTYPE html PUBLIC "//W3C//DTD XHTML 1.0 strict //EN" "http://www.w3.org/TR/xhtml/DTD/xhtml strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ROWSPAN and COLSPAN </title> <head> <body> <h1>table Example using rowspan and colspan </h1> <table border="1"> <caption>here is a more complex sample table <caption> <thead> <tr> <th rowspan="2"> <img src="blue.png" width="205" height="167" alt="picture of rose"/> </th> <th colspan="4"> <h1>Camelid comparison</h1> <p>approximate as of 6/2007</p> </th> </tr>
  • 13. </body> </html> <?xml version="." encoding="utf-"?> <!DOCTYPE html PUBLIC "-//WC//DTD XHTML .strict//EN" "http://www.w3.org/TRxhtml/DTD/xhtml-strict.dtd"> <!--Linking to other web pages--> <html xmlns="htp://www.w3.org//xhtml"> <head> <title>Example of naviation Bar</title> </head> <body> <h1 align="center">Example of navigation Bar</h1> <h>Example of links to show navigation using image <h> <p><ahref="https://www.jimssouthdelhi.com"> <img src="home.jfif" width="65" height="50" alt="Home page"/></a> <a href="https://www.jimssouthdelhi.com/course-bhm.html"> <img src="lis.png" width="65" height="50" alt="List Example page "/></a> <a href="https://www.jimssouthdelhi.com/cultural.html"> <img src="contact.png" width="65" height="50" alt="contact page"/></a> </p>
  • 15. Question 5:Image hyperlinks <?xml version="." encoding="utf-"?> <!DOCTYPE html PUBLIC "-//WC//DTD XHTML .strict//EN" "http://www.w3.org/TRxhtml/DTD/xhtml-strict.dtd"> <!--Linking to other web pages--> <html xmlns="htp://www.w3.org//xhtml"> <head> <title>Example of naviation Bar</title> </head> <body> <h1 align="center">Example of navigation Bar</h1> <h>Example of links to show navigation using image <h> <p><ahref="https://www.jimssouthdelhi.com"> <img src="home.jfif" width="65" height="50" alt="Home page"/></a> <a href="https://www.jimssouthdelhi.com/course-bhm.html"> <img src="lis.png" width="65" height="50" alt="List Example page "/></a> <a href="https://www.jimssouthdelhi.com/cultural.html"> <img src="contact.png" width="65" height="50" alt="contact page"/></a> </p> </body>
  • 17. Question 6:anchor tag <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en"> <head> <title>DOCUMENTATION</title> </head> <body> <h1 align=center>Example of Anchor tag</h1> <h>here are the links to various JIMS institutions WEbsites</h> <p><strong>click a name to go to that page</strong></p> <!-- create for text hyperlinks --> <p><ahref="https://www.jimsd.org">JIMS vasant kunj-II </a></p> <p><ahref="https://www.jimsd.org">JIMS kalkaji </a></p> <p><ahref="https://www.jimsd.org">JIMS rohini </a></p> <p><ahref="https://www.jimsd.org">JIMS greater noida </a></p> </body> </html>
  • 18.
  • 19. Question 7:form(feedback) <?xml version="." encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0strict//EN" http://www.w3.org/TR/xhtml/DTD/xhtml strict.dtd"> <html xmlns="http:www.w3.org/1999/xhtml"> <head> <title>FORMS</title> </head> <body> <h1>FEEDBACK form </h1> <p> please fill out this form to help us improve our site</p> <form method="post"action=" "> <p> <input type="text" name="recipient" value="artisolanki1234@gmail.com"/> <input type="hidden" name="subject" value="Feedback Form"/> <input type="hidden" name="redirect" value="span.html"/> <p><label>Name: <input name="name" type="text" size="25" maxlength="30"/> </label>
  • 20. </p> <p> <input type="submit" value="submit"/> <input type="reset" value="clear"/> </p> </form> </body> </html>
  • 21. Question 8:DIV tag <html> <head> <title>position in CSS</title> <style> .division { border:1px solid; } #parent { width:400px; height:400px; position:relative; left:300; top:200; } #child { width:200px; height:200px; position:absolute; left:50;
  • 22. top:100; } </style> </head> <body> <div class="division" id="parent"> <div class="division" id="child"> </div> </div> </body> </html>
  • 23. Question 9:descendent selector(through div and para tag) <!DOCTYPE html> <html> <head> <style> div p{ background-color:cyan; border-right-style:solid; border-color:red; <!--border-radius:50px;--> border-right-width:7px; padding:20px; <!--width:200px;--> <!--height:150px;--> } h1{ font-size;32; font-family;times new roman; } </style> </head> <body> <h1 align="center">Example of descendant selector</h1>
  • 24. <h2 align="center">through div and para tag </h2> <div> <p>paragraph 1 in the div</p> <p>paragraph 2 in the div</p> <p>paragraph 3 in the div</p> </div> <p>paragraph 4 not in the div</p> </body> </html>
  • 25. Question 10:child selector (using para and div tag) <!DOCTYPE html> <html> <head> <style> div>p { background-color:yellow; border-bottom-style:dotted; } </style> </head> <body> <h1 align=center>Example of child selector</h1> <h2 align=center>This example selects all &lt;p&gt; elements inside &lt;div&gt; elements</h2> <div> <p>Hey JIMS,I am paragraph 1 in the div</p> <p>Hey JIMS,I am paragraph 2 in the div</p> <section><p>HeyJIMS,I am paragraph 3 in the div</p></section> <p>Hey JIMS,I am paragraph 4 in the div</p> </div> <p>Hey JIMS,I am paragraph 5 not in a div</p>
  • 26. <p>And same again, I am paragraph 6 not in a div</p> </body> </html>
  • 27. Question 11:javascript <html> <head> <script type="text/javascript"> function msg() { alert("hello javatpoint"); } </script> </head> <body> <p>Welcome to Javascript</p> <form> <input type="button" value="click" onclick="msg()"/> </form> </body> </html>
  • 28.
  • 29. Question 12:internal links <?xml versiom="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1/0 STRICT//EN" "http://www.w3.org//TR/xhtml/DTD/xhtml -strict.dtd"> <html xmlns=""http://www.w3.org/1999/xhtml> <head> <title>Internal links </title> </head> <body> <h1 id="features">The bestfeatures of the internet</h1> <p><ahref="#bugs">Go TO <em>FAVORITEBUGS </em></a></p> <ul> <li>you can meet people from </li> <li>you have access: <ul> <li>new games</li> <li>new appliances</li> <ul> <li>for bussiness</li> <li>for pleasure</li> </ul> <li>around the clock news</li> <li>search engines</li>
  • 30. <li> shopping</li> <li>programming <ul> <li>XHTML</li> <li>JAVA</li> <li>script</li> </ul> </li> </ul> </li> <h1 id="bugs">My3 favorite bugs</h1> <p> <a href="#features">Go to <em>Favorite features</em></a> </p> <ol> <li>fire play</li> <li>gal ant</li> <li>roman tic</li> </ol> </body> </html>
  • 31.
  • 32. Question 13:drag and drop <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN" "HTTP://www.w3.org/TR/xhtml1-strict" <html> <head> <title> drag and drop </title> <script type="text/javascript"> var diffX,diffY,theElement; function grabber(event) { theElement=event.currentTarget; var posX=parseInt(theElement.style.left); var posY=parseInt(theElement.style.top); diffX = event.clientX - posX; diffY = event.clientY - posY; document.addEventListener("mousemove",mover,true); document.addEventListener("mouseup",dropper,true); event.stopPropagation();
  • 33. event.preventDefault(); } function mover(event) { theElement.style.left=(event.clientX - diffX) + "px"; theElement.style.top=(event.clientY - diffY) + "px"; event.stopPropagation(); } function dropper(event) { document.removeEventListener("mouseup",dropper,true); document.removeEventListener("mousemove",mover,true); event.stopPropagation(); } </script> </head> <bodystyle="font-size:20;">
  • 34. <p> JIMS VASANT kunj-II <br/> The Best B.voc ITSD Institute <br/> <spanstyle="position:absolute;top:200px; left:0px; background-color:lightgrey;" onmousedown="grabber(event);"> </span> Best <spanstyle="position:absolute;top:200px; left:75px; background-color:lightgrey;" onmousedown="grabber(event);"> JIMS </span> <spanstyle="position:absolute;top:200px; left:150px; background- color:lightgrey;" onmousedown="grabber(event);"> Bvoc </span> <spanstyle="position:absolute;top:200px; left:225px; background- color:lightgrey;" onmousedown="grabber(event);"> vasant kunj
  • 35. </span> <spanstyle="position:absolute;top:200px; left:300px; background- color:lightgrey;" onmousedown="grabber(event);"> II </span> <spanstyle="position:absolute;top:200px; left:0px; background-color:lightgrey;" onmousedown="grabber(event);"> Institute </span> </p> </body> </html>