Monday, 26 August 2019

supermarket #deep4

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

supermarket #deep3

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

supermarket #deep2



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

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