0% found this document useful (0 votes)
33 views21 pages

General Format of HTML

The document provides examples of how to create different elements in HTML, including formatting text, inserting images and links, and creating lists, tables, forms, queries and reports in a database. It demonstrates how to set background colors, add titles, change font sizes, create ordered and unordered lists, insert tables with rows and columns, merge columns and rows, and make nested lists. It also outlines the basic steps for creating a database in Microsoft Access or Apache OpenOffice, including adding fields and records to tables, and using wizards to generate forms, queries and reports.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views21 pages

General Format of HTML

The document provides examples of how to create different elements in HTML, including formatting text, inserting images and links, and creating lists, tables, forms, queries and reports in a database. It demonstrates how to set background colors, add titles, change font sizes, create ordered and unordered lists, insert tables with rows and columns, merge columns and rows, and make nested lists. It also outlines the basic steps for creating a database in Microsoft Access or Apache OpenOffice, including adding fields and records to tables, and using wizards to generate forms, queries and reports.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 21

1.

GENERAL FORMAT OF HTML


<HTML>
<HEAD>
<TITLE>...</TITLE>
</HEAD>
<BODY>
THE CONTENT WILL BE WRITTEN HERE
</BODY>
</HTML>

1. CHANGING THE BACKGROUND COLOR

<HTML>
<HEAD>
<TITLE>CHANGING BG COLOR</TITLE>
<BODY BGCOLOR="ORANGE">
THE BACKGROUND COLOR IS SET AS ORANGE
</BODY>
</HTML>
2. INSERTING AN IMAGE USING HTML
<HTML>
<HEAD>
<TITLE>INSERTING AN IMAGE</TITLE>
</HEAD>
<BODY>
<IMG SRC="WRESTLEMANIA.JPG">
</BODY>
</HTML>

3. PROVIDING A LINK USING HTML


<HTML>
<HEAD>
<TITLE>INSERTING A LINK</TITLE>
</HEAD>
<BODY LINK="BLUE">
<FONT SIZE="10">
FLOWERS ARE OF MANY COLOUR, SHAPE, SIZE
<BR>
<A HREF="FLOWERS.HTM">
CLICK HERE TO KNOW MORE
</A>
</FONT>
</BODY>
</HTML>

4. CREATING ODERED LIST USING HTML


<HTML>
<HEAD>
<TITLE>ORDERED LIST</TITLE>
</HEAD>
<BODY>
<FONT SIZE="10">
<B><I>FRUITS</I></B>
</FONT>
<FONT SIZE="6">
<OL>
<LI>MANGO</LI>
<LI>BANANA</LI>
<LI>GUAVA</LI>
<LI>APPLE</LI>
</OL>
</FONT>
</BODY>
</HTML>

5. CREATING UNODERED LIST USING HTML


<HTML>
<HEAD>
<TITLE>UNORDERED LIST</TITLE>
</HEAD>
<BODY>
<FONT SIZE="10">
<B><I>ANIMALS</I></B>
</FONT>
<FONT SIZE="6">
<UL>
<LI>TIGER</LI>
<LI>LION</LI>
<LI>ELEPHANT</LI>
<LI>DOG</LI>
</UL>
</FONT>
</BODY>
</HTML>

6. CREATING TABLE USING HTML


<HTML>
<HEAD>
<TITLE>TABLE</TITLE>
</HEAD>
<BODY>
<TABLE BORDER=1 CELLPADDING=20>
<TR>
<TH>ROLL NO
<TH>NAME
<TH>MARKS
</TR>
<TR>
<TD>1.
<TD>ROHAN
<TD>85
</TR>
<TR>
<TD>2.
<TD>RAM
<TD>90
</TR>
<TR>
<TD>3.
<TD>RANI
<TD>93
</TABLE>
</BODY>
</HTML>
7. MERGING TWO COLUMNS
<HTML>
<HEAD>
<TITLE>TABLE</TITLE>
</HEAD>
<BODY>
<TABLE BORDER=1 HEIGHT="150" WIDTH="250"
CELLPADDING="20">
<TR>
<TH COLSPAN=2>ITEM
<TH>PRICE
</TR>
<TR>
<TD>BRUSH
<TD>TOOTH PASTE
<TD>100
</TR>
<TR>
<TD>SPOON
<TD>BOWL
<TD>200
</TR>
</TABLE>
</BODY>
</HTML>

8. MERGING TWO ROWS


<HTML>
<HEAD>
<TITLE>TABLE</TITLE>
</HEAD>
<BODY>
<TABLE BORDER=1 HEIGHT="150" WIDTH="250"
CELLPADDING="20">
<TR>
<TH>ITEM
<TH>PRICE
</TR>
<TR>
<TD>APPLE
<TD ROWSPAN=2>RS. 100
</TR>
<TR>
<TD>MANGO
</TR>
</TABLE>
</BODY>
</HTML>

10. NESTED LIST


<HTML>
<HEAD>
<TITLE>NESTED LIST</TITLE>
</HEAD>
<BODY BGCOLOR="TOMATO">
<B><I><U>
COMPUTERS
</B></U></I>
<OL TYPE=1>
<LI><B>INTRODUCTION</B>
<OL TYPE=i>
<LI>RAM/ROM
<LI>IPO Cycle
<LI>Computer Defination
</OL>
<LI><B>WINDOWS</B>
<OL TYPE=i>
<LI>Dekstop
<LI>Icons
<LI>Files and Folders
</OL>
</OL>
</BODY>
</HTML>
DATABASE

After opening MS ACCESS , click on CREATE.


Enter field names of your desire .
Also your data types.
Save it with your desired name.
Click CLOSE , to exit.
To enter records , open the database you saved.
Open the table you made.
Enter the records in your table.
FORM

On the above toolbar, click CREATE.


To create a form:
Click form wizard.
Form wizard box appears, save the form with the
name of your wish.
Select available fields.
Click Next or Finish.
Your form is created.
You could see arrows at the bottom.
You could use them to see your forms.
Thus, your 1 to 11 forms are created.
QUERY

To create query, click on the option query design.


Select the table.
Click add to show the fields of the table you have
selected.
You can see fields on the above slot.
Type the field you want to represent.
For eg- To show people of your wish having
percentage above 95.
Select criteria in percent, >95.
Click run on the above toolbar.
Your QUERY is created.
Only selected criteria is shown.
REPORT

To create report, click report wizard.


Select the table.
Select the fields by clicking >>.
Click Next.
Type the title of your report according to
your wish.
Then click, Finish to represent your
report.
Your report is created.
You can print it out if you want to.
You can select the type of report you want.
So this is how you can create Table, Form, Query
and Report in MS ACCESS.
You can also create Database in Apache Open
Office.
Now, you can see Table, Form, Query and Report
you created on the left hand side

THE END

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy