• No results found

College Bca HTML Practical File

N/A
N/A
Protected

Academic year: 2021

Share "College Bca HTML Practical File"

Copied!
29
0
0

Loading.... (view fulltext now)

Full text

(1)

Html File Submitted By Ranjeet Singh Html File Submitted By Ranjeet Singh

1 1

(2)

S.No Topic Example

S.No Topic Example

1

1 Write Write a a codes codes to to create create a a web web page page using using Ex-1Ex-1 following tags:

following tags: a)

a) Text Text b) b) MarqueeMarquee

c) Character formatting tags such as B , I , U. c) Character formatting tags such as B , I , U. 2

2 Write Write a a codes codes to to create create a a web web page page using using font font Ex-2Ex-2 Color , font face , font size ,background color.

Color , font face , font size ,background color. 3

3 Write Write a a codes codes to to create create a a web web page page using using EX-3EX-3 Paragraph

Paragraph tags tags such such as as P P tag tag and and BR BR tag.tag. 4

4 Write Write a a codes codes to to create create a a web web page page using using Ex-4Ex-4 Nesting of lists.

Nesting of lists. 5

5 Write Write a a codes codes to to create create a a web web page page using using Ex-5Ex-5 Image tags with height and width and also

Image tags with height and width and also Used for background image.

Used for background image. 6

6 Write Write a a codes codes to to create create a a web web page page using using Ex-6Ex-6 Table

Table tags tags a)Create a)Create table table of 3 of 3 rows androws and Columns

Columns b)Having b)Having border border , , border border size,size, border

border color color c)Image c)Image in in a a particular particular cell.cell. 7

7 Write Write a a codes codes to to create create a a web web page page using using Ex-7Ex-7 Table

Table tags tags a)Using a)Using rowspan rowspan and and columnspancolumnspan b)Background Image in a table.

b)Background Image in a table. 8

8 Write Write a a codes codes to to create create a a web web page page using using Ex-8Ex-8 Form tag. Example:- Admission Form.

Form tag. Example:- Admission Form. 9

9 Create Create a a web web page page using using frame frame tag tag a)rows a)rows Ex-9Ex-9

INDEX

INDEX

(3)

Html File Submitted By Ranjeet Singh

(4)

Example -1

<html> <head> <title>Text Tag</title> </head> <body> <h><br><br><marquee> <b><i><u>STUDENT LIFE </b></i></u> </marquee></h> </body></html>

(5)

Html File Submitted By Ranjeet Singh

(6)

Example -2

<html>

<head><title>Font Tag</title></head> <body bgcolor="FFFFOO">

<br><br><br>

<font face="comic sans MS" size="15" color="red"> BBK DAV COLLEGE </font>

<br><br>

<font face="georgia" size="13" color="blue"> KHALSA COLLEGE </font>

(7)

Html File Submitted By Ranjeet Singh

(8)

Example -3

<html>

<head><title>Paragraph Tag</title></head> <body><br><br><br>

<p align="center">

Sweentened carbonated beverages,

such as <br><b> Coco Cola,Pepsi,Fanta ,Limca </b>,have <br> attained <u> world-wide </u> popularity.

</p>

(9)

Html File Submitted By Ranjeet Singh

(10)

Example -4

<html> <head><title>nested list</title> </head> <body><h><b><u><fontsize="13"> Types Of Printers</b></u> </font></h> <b> <ol type=A> <li>Impact Printers <ol type=1> <li>CharacterPrinters

<ul type=square><li>Dot matrix <li>Ink jet printer

</ul> <li>Line Printers <ul type=square> <li>Chain printers <li>Drum printers </ul> </ol> <li>Non-Impact Printers

(11)

Html File Submitted By Ranjeet Singh

(12)

<ul type=circle> <li>Laser printers <li>Wax printers <li>Electrostatic printers </ul> </ol></b></body></html>

(13)

Html File Submitted By Ranjeet Singh

(14)
(15)

Html File Submitted By Ranjeet Singh

(16)

Example -5

<html>

<head><title>Image Tag </title></head>

<body background= "F:\TASVEER\New Folder\29.jpg"> <img src="F:\TASVEER\NewFolder\

023.jpg" height=200 width=340> </body></html>

(17)

Html File Submitted By Ranjeet Singh

(18)

Example -6

<html>

<head><title>Table Tag</title> </head><body><br><br><br>

<table border=7 bordercolor="blue" align="center"> <tr><th>TITLE OF<br>BOOKS</th> <th>AUTHORS</th><th>COST</th> </tr> <tr><td>DHTML</td> <td background="F:\TASVEER\Cute Child\baby4.jpg" height=50 width=40>A.POWELL</td> <td>Rs.200</td> </tr> <tr><td>SAD</td><td>AWAD</td> <td>Rs.385</td></tr> </table> </body></html>

(19)

Html File Submitted By Ranjeet Singh

(20)

Example -7

<html>

<head><title>Table Span</title> <head><body><br><br><br>

<table background="F:\TASVEER\Cute Child\baby1.jpg" border=20 align="center">

<tr><th colspan=5>INFORMATION ABOUT BOOKS</th> </tr> <tr><th>TITLE OF<br>BOOKS</th><th>AUTHORS </th> <th>EDITION 1</th> <th>EDITION 2</th> <th>EDITION 3</th></tr> <tr><td rowspan=2>NUMERICAL METHODS</td> <td>R.SSALARIA</td><td>1997</td> <td>1999</td><td>2003</td> </tr> <tr><td>C.JOSHI</td><td>1998</td> <td>2001</td><td>2005</td> </tr>

(21)

Html File Submitted By Ranjeet Singh

(22)

<td>B.G SAMY</td> <td>1996</td><td>1999</td> <td>2002</td></tr> <tr><td>R.S SALARIA</td><td>1994</td> <td>2000</td> <td>2005</td> </tr> </table> </body></html>

(23)

Html File Submitted By Ranjeet Singh

(24)

Example -8

<html> <head><title>form</title> </head><body> <p align="center"> <b><u>ADMISSION FORM</b></u> </p><form><br>

<input type="text" name="name" value="Default-value" size="25" maxlength="30">NAME<br><br>

<input type="password" name="passwd" size="25" maxlength="30">PASSWORD<br><br>

<input type="text" name="address" size="25" maxlength="30">

 ADDRESS<br><br><br>

<input type="radio" name="sex" value="male" checked>MALE<br>

<input type="radio" name="sex" value="female">FEMALE <br><br><br>

<input type="checkbox" name="vehical"

(25)

Html File Submitted By Ranjeet Singh

(26)

<input type="checkbox" name="hostel"

value="hostel">HOSTEL REQUIRED<br><br><br>

<select name="citizen">

<option value="Jammu">Jammu

<option value="Delhi" selected>Delhi <option value="Keral">Keral <optionvalue="Mumbai">Mumbai </select>CITIZEN <br><br><br> <p align="center"> <input type="submit" value="SUBMIT">

<input type="reset" value="RESET"> </form>

(27)

Html File Submitted By Ranjeet Singh

(28)

Example -9

<html>

<head><title>Frame</title> </head>

<frameset border=30 frameborder=1 bordercolor="red" rows="20%,*,2*">

<frame src="font.html"> <frame src="stu.html">

<frameset border=30 frameborder=1 bordercolor="red" cols="50%,50%">

<frame src="table1.html"> <frame src="form.html"> </frameset></frameset> </html>

(29)

Html File Submitted By Ranjeet Singh

29

Name

---

Ranjeet Singh

Roll No

---

709

Class

---

BCA-1

Subject

---

Computer Networking

& Internet Tech.

Subject Code

---

104(A)

SESSON  2013-2014

References

Related documents

In order to better approximate the consequences of air pollution on the child’s health during the first few years of life, we calculate pollution intensities during the entire

Findings suggest hyperactive amygdala response to negative stimuli, including angry facial expressions (McCloskey et al., 2016); interpretation of neutral facial expressions

The excess current, shown in Figure 6, can return to board ground safely through the chip pins, on-chip rail clamp, and decoupling capacitance placed around the chip.. Figure

HPV16 E6 increased the internalization of activated receptor species, and the signaling adaptor protein GRB2 was shown to be critical for HPV16 E6 mediated enhanced EGFR

Benchmarking is not a business strategy; it is a management “tool” which improves work, being at the same time the most effective way of achieving goals – of one’s own,

Controls include year dummies, parties' lagged seat shares, municipality population, squared population and shares of young and old citizens (all lagged). In Figure E2 we explore

415 Grossmann V., Stadelmann D.: Wage Effects of High-skilled Migration: International Evidence; 2010 416 Grossmann V., Stadelmann D.: Does International Mobility of

antarabangsa. Pastinya, Trump telah berada di tampuk kekuasaan. Sebahagian polisi yang disampaikannya ketika kempen dahulu telahpun dilaksanakan, termasuk tidak memperakui