Posts

Showing posts from August, 2014
Image
1.       a). Develop and demonstrate, using JavaScript script, a XHTML document that contains three short paragraphs of text, stacked on top of each other, with only enough of each showing so that the mouse cursor can be placed over some part of them. When the cursor is placed over the exposed part of any paragraph, it should rise to the top to become completely visible. b). Modify the above document so that when a paragraph is moved from the                                                                                                                                                                                                                                                                   top stacking position, it returns to its original position rather than to the bottom. p3a.html <!DOCTYPE html PUBLIC "-//W3C//DTD/XHTML 1.0 Transitional//EN"                    "http://www.w3.org/TR/xhtml10/DTD/xhtml10.dtd"> <html> <head> <
Find the programs and assignment in the following link: https://drive.google.com/file/d/0Bxt9SSF8X6wuRVBfQi01aUN5Tlk/edit?usp=sharing https://drive.google.com/file/d/0Bxt9SSF8X6wuczdlcFdIREVpQms/edit?usp=sharing

VII-Sem-ISE Class-WEB LAB

Before coming to next lab all the batch students answer the following: 1. write the description of all the basic tags that are done in the lab1.  tags: <html>,<head>,<title>,<body>,<p>,<b>,<i>,<code>,<em>,<sub>,<sup>,<blockquote>, <small>,<strong>, <br />,<hr />,<img>,<a>,<marquee>,<h1> to <h6> tags. 2. mention 3 different types of lists in xhtml and explain the tags that are required to create 3 different lists in xhtml.