Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Html structure and basic of html, Summaries of Programming Languages

Html structure with its properties and attributes

Typology: Summaries

2022/2023

Available from 12/14/2024

siddhi-gohel
siddhi-gohel 🇮🇳

2 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Def 5
<html>
<head>
</head>
<body bgcolor="grey">
<h1 align=" left" width="100%">
<img src="C:\Users\akash\Pictures\New folder/image.jpg">
<u><b> WELCOME TO XYZ SITE!!!</b></u><h1>
<hr align="center" size="3px" width="100%">
<table rowspan=2 align="center" width="100%">
<tr>
<td><u><b><font color="blue">UNIVERCITY MARK RULES:</font></b></u><br><br>
The following rules have been defined:
<h3><b><u><ol type="1"><li>GRADE</ol></b></u></h3>
<ul>
<li>First class for <font color="blue">60%</font> or above</li>
<li>FD for<font color="blue"> 70%</font> or above</li>
<li>Second for<font color="blue"> 48%</font> or above</li>
</ul>
<b><u><ol start="2"><li>PASS</ol></u></b>
<ul>
<li>ATKT in maximum 2 subject</li>
<li>minimum <font color="blue">35%</font> marks in each subject</li>
</ul>
<td>
<h2><u><b><font color="blue">MARKS ENTRY FORM:</font></b></u></h2>
<form>
<label for="rollNumber">Roll number:</label>
<input type="text" id="rollNumber" name="rollNumber"><br><br>
class:<input type="radio"name="FYITM" value="FYITM" CHECKED>FYITM
<input type="radio" name="SYITM"value="SYITM">SYITM
<input type="radio"name="TYITM" value="TYITM">TYITM
<input type="radio"name="4YITM" value="4YITM">4YITM <br><br>
Age:<input maxlength="2" size="5%">yrs<br>
<label for="itm01">ITM01 marks:</label>
<input type="number" id="itm01" name="itm01"><br><br>
<label for="itm02">ITM02 marks:</label>
<input type="number" id="itm02" name="itm02"><br><br>
<label for="itm03">ITM03 marks:</label>
<input type="number" id="itm03" name="itm03"><br><br>
ATKT in ? subjects:<input type="radio"name="zero" value="zero" CHECKED>zero
<input type="radio" name="one"value="one">one
<input type="radio"name="Two" value="Two">Two <br><br>
<input type="text" color="grey" value="Register my mark">
pf2

Partial preview of the text

Download Html structure and basic of html and more Summaries Programming Languages in PDF only on Docsity!

Def 5

WELCOME TO XYZ SITE!!!


UNIVERCITY MARK RULES:

The following rules have been defined:

  1. GRADE

  • First class for 60% or above
  • FD for 70% or above
  • Second for 48% or above
  1. PASS
  • ATKT in maximum 2 subject
  • minimum 35% marks in each subject

MARKS ENTRY FORM:



class:FYITM SYITM TYITM 4YITM

Age:yrs






ATKT in? subjects:zero one Two