LEARN HTML ONLINE FOR FREE PART-02
PART 1: http://oke.io/ilXq
PART 1: http://oke.io/ilXq
BY APOORV PATHAK
TOOLS REQUIRED TO CREATE A WEBPAGE
You require three
tools to create and view an HTML document.
These are:
TEXT EDITOR: A text
editor is used to create or compose HTML documents. EXAMPLES: Notepad and
WordPad.
A WEB BROWSER: A web browser is
used to display and view the HTML documents.
Examples:
internet explorer, chrome etc.
TERMS IN HTML
Every HTML
document consists of tags and the
content for the body of the webpage. A tag is an HTML command that controls the
structure and appearance of the page or the document that is created. Every tag
has attributes or special
properties.
HTML Tag
HTML tag
determines the way, the browser would display the text. The tags are always
enclosed within a pair of angular brackets, i.e., < and >. The text is
written in the tags.
FOR E.G.
<TITLE> AND
<HEAD>
HTML tags are of
two types:
NON-EMPTY TAGS
& EMPTY TAGS
NON-EMPTY OR CONTAINER TAGS
A non-empty tag requires
an opening (ON) tag and a closing (OFF) tag.
ON tags are
written within the angular brackets and OFF tags are also written within the
angular brackets, but using a slash (/) before the command.
FOR
EXAMPLE: <title> LEARNING HTML </title>
ON tag Text OFF tag
Empty Tag
An empty tag are
those tag which do not require a closing tag. These tags are also written
within angular brackets. For Example: <HR> and <BR>
………………………………………………………………………………………………………………………………………………………………………….
I AM TRYING TO MAKE MY ONLINE COURSES SHORT
AND PRECISE.
THAT IS WHY NEXT CHAPTER WILL CONTAIN OTHER
IMPORTANT INFORMATIONS.
EMAIL: pathakapoorv2003@gmail.com
NEXT
PART WILL BE MADE AVAILABLE TO YOU BY SHORTLY.
©APOORV
PATHAK TECNOLOGY LTD.
No comments:
Post a Comment