CS101 Assignment solution
Due date 26-Dec-2011
Solution:
Join Our Groups:
Groups.Google.Com/group/vubest
facebook.com/groups/vubest
If you Like This. Please Like us onfacebook - Thumbs Up
Due date 26-Dec-2011
Instructions:
Please read the following instructions carefully before solving & submitting assignment:
Assignment file should be in HTML format and should be in your own wordings (HTML Code) not copied from internet, handouts or books. It should be clear that your assignment will not get any credit if:
- The assignment is submitted after due date.
- The submitted assignment does not open or file is corrupt.
- The assignment is copied (from other student or copied from handouts or internet).
- The title of the webpage is other than student VU ID.
- The assignment file is not in HTML format.
For any query about the assignment, contact at cs101@vu.edu.pk
Solution:
1. How to place images on HTML web page?
Answer: You can place image using this tag
<img src=http://vubest.blogspot.com “/>
2. How to use images as background?
Answer: <body ><img src=”bg_grad.jpg”/></body>
Use of Anchor tag to open any link in a new window.
3. How to use radio buttons group in HTML web page and how to allow select only one option?
Answer: radio botton are use for only one choice from many choices.
<input type=”radio” value=”vubest” name=”button”>
4. How to limit the input characters in text field?
Answer: we can fixed text using size=”” tag
Example:
<textarea cols="6" rows="1" size=”6” id="vubest">vubest</textarea>
5. How to use image map to make a link on specific area of image?
6. How to use image from cross domain to local or other domain?
Join Our Groups:
Groups.Google.Com/group/vubest
facebook.com/groups/vubest
If you Like This. Please Like us onfacebook - Thumbs Up
Comments
Post a Comment