<HEAD>
<TITLE>
106 - BASIC FORMATTING
</TITLE>
</HEAD>
<BODY BACKGROUND="BGWite.jpg">
<P>
<B> NORMAL TEXT </B>
<BR>
Hypertext is a technical term that applies to a computer screen
text which has marks to be clicked with the mouse in order to change
the screen to other parts of the text, to other texts in the local
computer or to texts stored in servers of a computer network.
A server is a computer that receives and sends files among computers
linked to a network. Internet providers have servers that accomplish
this function in the Internet.
The Internet is the world largest computer network. Internet providers
that store home pages are also known as hosts. A set of interconnected
home pages about a subject is a website or simply a site. The first
page of a site, through which one has access to all the others home
pages of the site is called a portal.
<P>
<B> TEXT WITH THE TAG BLOCKQUOTE </B>
<BR>
<BLOCKQUOTE>
Hypertext is a technical term that applies to a computer screen
text which has marks to be clicked with the mouse in order to change
the screen to other parts of the text, to other texts in the local
computer or to texts stored in servers of a computer network.
A server is a computer that receives and sends files among computers
linked to a network. Internet providers have servers that accomplish
this function in the Internet.
The Internet is the world largest computer network. Internet providers
that store home pages are also known as hosts. A set of interconnected
home pages about a subject is a website or simply a site. The first
page of a site, through which one has access to all the others home
pages of the site is called a portal.
</BLOCKQUOTE>
<P>
<B> TEXT WITH THE TAGS BLOCKQUOTE AND P ALIGN=justify </B>
<BR>
<BLOCKQUOTE>
<P ALIGN=justify>
Hypertext is a technical term that applies to a computer screen
text which has marks to be clicked with the mouse in order to change
the screen to other parts of the text, to other texts in the local
computer or to texts stored in servers of a computer network.
A server is a computer that receives and sends files among computers
linked to a network. Internet providers have servers that accomplish
this function in the Internet.
The Internet is the world largest computer network. Internet providers
that store home pages are also known as hosts. A set of interconnected
home pages about a subject is a website or simply a site. The first
page of a site, through which one has access to all the others home
pages of the site is called a portal.
</BLOCKQUOTE>
</BODY>
</HTML>
How to test the home page above:
[1] Copy the codes from <HTML> to </HTML> into a new file
using the Windows Notepad or a HTML editor.
[2] Save the file with whichever name but with the extension .htm or
.html in a computer folder (suggested name for the folder:
BasicHTML) specially created for holding this course test files.
Suggestion for the name of the file: AATestXXX.htm
where XXX is the number at the top of this screen. The double "A"
will put the file name at the top of the list in the folder, making
it easier to locate.
[3] Open the file by means of any browser to get the following
home page, supposing it has been made the download of the file
BGWite.jpg as required in the
Lesson 104:
Note the following remarks:
Without the tag BLOCKQUOTE the attribute ALIGN of the tag <P> may be:
- Left (default)
- Right
- Center
The tags <BLOCKQUOTE> and </BLOCKQUOTE> may be nested several times reducing the width of the block.