Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 21711011_Shubh_Bhardwaj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

48 changes: 48 additions & 0 deletions 32/demo test21711011
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Part A ->

<!DOCTYPE html>
<BODY>
<TITLE>STUDENT LOGIN </TITLE>
<FORM action="file:///S:/college%20work/html/4.HTML">
<fieldset>
<legend>REGISTRATION LOGIN </legend>
<B>ENTER YOUR USER-ID </B><INPUT TYPE = "TEXT" required ><BR>
<B> ENTER YOUR PASSWORD</B><INPUT TYPE ="password" required><BR>
<input type="submit">
<input type="reset">

</FORM>

</fieldset>
</BODY>



Part B ->

<!DOCTYPE html>
<BODY>
<TITLE>STUDENT INFORMATION </TITLE>
<FORM action="file:///S:/college%20work/html/Q4.HTML">
<B> FIRST NAME </B><INPUT TYPE = "TEXT" placeholder="ENTER FIRST NAME HERE" ><BR>
<B>LAST NAME </B><INPUT TYPE = "TEXT" placeholder="ENTER LAST NAME HERE" ><BR>
<B>ENTER YOUR DATE OF BIRTH </B><INPUT TYPE = "date" placeholder="ENTER DOB" ><BR>
<B>CONTACT </B> <INPUT type="tel"placeholder="ENTER MOBILE NUMBER" ><BR>
<B> EMAIL </B><INPUT TYPE = "email"placeholder="ENTER EMAIL HERE" ><BR>
<B>SELECT YOUR GENDER </B><BR>
MALE<INPUT TYPE = "radio"NAME=R1 ><BR>
FEMALE<INPUT TYPE = "radio" NAME=R1><BR>
<B>CHOOSE YOUR COURSE</B>
<select>
<option>SELECT COURSE
<option>MCA
<option>BCA
<option>B.Sc(IT)

</select><BR>
<B>UPLOAD YOUR MARKSHEET HERE</B>
<INPUT type="file">
<input type ="submit" value="Return to login">
<INPUT TYPE ="reset">
</FORM>
</BODY>
1 change: 1 addition & 0 deletions 32/demo_test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

12 changes: 12 additions & 0 deletions 32/use of ext css.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
External style sheets have the following advantages over internal and inline styles:

one change to the style sheet will change all linked pages
you can create classes of styles that can then be used on many different HTML elements
consistent look and feel across multiple web pages
improved load times because the css file is downloaded once and applied to each relevant page as needed

The link to an external style sheet is placed within the head section of the page.

<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
1 change: 1 addition & 0 deletions 32_21711011_Shubh_Bhardwaj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Demo Test