Showing posts with label HTML CODING. Show all posts
Showing posts with label HTML CODING. Show all posts

Monday, 26 August 2019

supermarket #deep1

<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>

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>

super market frame set#demo4

 SUPER MARKET FRAME SET

<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>

FRAME SET IN HTML #demo3

 FRAME in html


<html>
<frameset cols="30%,20%">
<frameset rows="50%,50%">
<frame src="chirag.html">
<frame src="demo1.html">
</frameset>
<frame src="demo.html">
</frameset>
</html>

WRITE A PROGRAM IN HTML TO INSERT IMAGE #demo1

 WRITE  A PROGRAM IN HTML TO INSERT IMAGE

 <html>
<head>
<img src= "c:\ORAWIN95\NET80\NET8ASST\IMAGES\create.gif" \\it is the location of your image file location in your system
hspace=4 border=1 height=400
width=300 align=top>
hellow
</font>
</head>
</html>

Write a html program to define tags #demo

Write a html program to define tags 

 

<html>

<a name="bf">  this is a book mark in the first file  </a>

<h1> heading 1</h1>
<hr>
<h2> heading 2</h2>
<h3> heading 3</h3>
<h4> heading 4</h4>
<h5> heading 5</h5>
<h6> heading 6</h6>
<p> indicates a paragraph break this is a paragraph
<br> indicates a line break this is  a line break
this is a normal text
<pre>
             this is a preformatted text
</pre>
<a name="bbbb"> this is another bookmark </a>
<block quote>
 this is another blockquoted text
uhurehyuhyugthyuhyt
</block quote>
<hr>
<br>
<i> this is a italic text</i>
<br>
<br>
<u> this is a underlined text</u>
<br>
<br>
<b> this is a boldtext</b>
<br>
<br>
<em> this is a emphasized text</em>
<br>
<br>
<tt> this is a type written text</tt>
<br>
<br>
<br>
<Strong>type val  strong bold font
font
text
</Strong>
<br>
<br>
<cite>
<cite> highlighted citation text
</cite>
<br>
this is a <sub>subscripted</sub> text
<br>
<br>
this is a <super>superscripted</super> text
<br>
list ordered
<ol>
<li> first
<li> second
<li> third
<li> fourth
<li> fifth
<li> sixth
</ol>
<br>
list unordered
<ul>
<li> first
<li> second
<li> third
<li> fourth
<li> fifth
<li> sixth
</ul>
<br>
<dl>
<dt>
<dt> soup
   <dd> tomato
   <dd> minestorme
   <dd> sweetcurd
<dt>snacks
    <dd> tomtoes
    <dd> Mine storme
    <dd> sweetcurd
    </dl>
    <br>
    <a href="#bf"> this is a normal link to the samefile </a>
    <br>
    <a href="#bf"> this is normal link to samefile</a>
    <br>
    <a href="chirag.html">
    this is a bookmark link to the second file
    gggggggg
     </a>
     <br>
     <a href="#bbbb"> xxxxxxx</a>
     <br>
     <address>
                    this is the author's address in unique format
     </address>
     <br>
     </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...