Monday, 26 August 2019

How to set background color in html #background

How to set background color in html

<body bgcolor=#000000>
<h1 align=center>welcome to wais<hr size=3 width="50%"></h1>
<blockquote>
<font color=#FFFFFF>
<font size=+1>
<p>
wais stands for wide area information service.
</font>
</font>
</blockquote>
</body>




Shows the use of special characters code #specialcharacters

Shows the use of special characters code


<!-this example shows use of special characters code>
<body>
<h2><b>list of html<b>tags</b></h2>
<p>
<ol>
<li>&lt;html&gt;
<li>&lt;head&gt;
<li>&lt;body&gt;
<li>&lt;i&gt;
<li>&lt;b&gt;
<li>&lt;cite&gt;
</ol>
</body>

NESTED FRAMES 2 IN HTML

NESTED FRAMES 2 IN HTML


<html>
<head>
<title>  frames </title>
</head>
<frameset cols="30%,20%,*"noresize>
<frameset rows="30%,20%,*"noresize>
<frame src="demo.html" >
<frame src="demo1.html" >
<frame src="demo.html" >
</frameset>
<frame src="demo.html" >
<frame src="demo1.html" >
</frameset>
</html>

NESTED FRAMES IN HTML#nested frames

NESTED FRAMES IN HTML


<html>
<head>
<title> nested frames </title>
</head>
<frame src="chirag.html" noresize>
<frameset cols="45%,*">
<frame src="demo.html" noresize scrolling=auto>
<frame src="demo1.html" noresize scrolling=no>
</frameset>
</frameset>
<noframes>
<h3>
iiiiiiiiiiiiiiiiiiiiii
</h3>
</noframes>
</html>

internet host naming conventions#table

internet host naming conventions


<body>
<h2>internet host naming conventions</h2>
<p>
<strong><em>internet host mostly referred by names</em></strong>
<p>
the following table lists the zone names
<br>
<table border=15 cellpadding=15 cellspacing=8>
<caption align=top>
<h3><blink><font color="#FFFFFF">three letter zone names</font></blink></h3>
</caption>
<tr>
<th>zone
<th>meaning
<tr>
<td><i><font size=-1>com</font></i>
<td><i><font size=-1>commercial organizations</font></i>

<tr>
<td><i><font size=-1>com</font></i>
<td><i><font size=-1>government body &amp;</font></i>

<tr>
<td><i><font size=-1>com</font></i>
<td><i><font size=-1>military sites</font></i>

<tr>
<td><i><font size=-1>com</font></i>
<td><i><font size=-1><a href=demo.html> aaaa</a></font></i>
</table>
</body>

SUPER MARKET PROGRAM IN HTML#form

 FORM OF SUPER MARKET


<html>
<head>
<title>about forms</title>
</head>
<form action=/cgi/get-inf method=post>
<center><h1>galaxy supermarket </h1></center>
<p><i>hi guys!! you can purchase using this web page in a fraction of a second</i>
<p><b><tt><blink>please fill in this page </blink></tt></b>

<pre>
name   <input type=text name=id size=10><br>
address <input type=text name=address size=17><br>
tel no <input type=text name=telno size=10><br>
</pre>
<hr>
<p><h3>mode of payment</h3>
<pre>
credit card <input type=radio name=credit ><br>
identity no<input type=password name=idno size=10><br>
cheque<input type=radio name=cheque><br>
cash  <input type=radio name=cash>
</pre>

<hr>
<p>choose the products from the list provided
<p><select size=5 name=choice multiple>
<option>c101 confectioneries
<option>c102 groceries
<option>c103 gifts
<option>c104 toiletries
<option>c105 miscellaneous
<option>c106 toys
<option>c107 cosmetics
</select>
<p><hr>enter the name of the products to be purchased
<p><textarea name=articles rows=10 cols=65>
</textarea>
<p>
<hr>

<p>
is your first visit! <input type =checkbox name=visit>
<p>thanks for your order
<p><input type=submit name=submit value=sendorder>
<p><input type=reset name=reset value=clear>
</form>
</body>
</html>




FRAME SET 2 IN HTML#demo5

FRAME SET 2 IN HTML

<HTML>
<HEAD>
<TITLE>SuperMarket</TITLE>
</HEAD>
<FRAMESET COLS="40%,60%">
<FRAMESET ROWS="50%,50%">
<FRAME SRC="SAMPLE3.HTML">
<FRAME SRC="SAMPLE2.HTML">
</FRAMESET>
<FRAME SRC="SAMPLE1.HTML">
</FRAMESET>
</HTML>

engineering gyan

What is Chat GPT

 What is Chat GPT Chatbot GPT (Generative Pre-prepared Transformer) alludes to a conversational simulated intelligence model created by Ope...