Before HTML

Before HTML Term To Be Learned:-

HTML Tags
    The HTML tags are the codes or commands that are used to control the appearance, layout and flow of the web page.
     All the tags begin with < and end with > e.g. <html>




There are two types of html tags:-
     a. Container Tags
     b. Empty Tags

a.   a. Paired Tags:-
The tag which has both opening and closing tags is known as paired tags.

Syntax
<opening tag> text</closing tag>

Example:-
<b>this tag make text appear bold format</b>





b.   b. Singular Tag
The tag which has only opening tag but no closing tag is known as singular tag. It is also known as empty tag.

Syntax:
<opening tag>

Example:
<br>
Here <br> refer singular tag to break the line.


Attribute:
An attribute can be thought as a property identifier of a tag, which is used to provide additional information to the browser.

Syntax:
<tag name attribute =”value”>

Example:
<FONT color=”red> this is the test page where texts appears in red color
Note: Her color is attribute and “red” is value for the attribute.



Download Related Post File ClickHere



Download and install it, then login
https://get.cryptobrowser.site/2071805



Comments

Popular posts from this blog

Save HTML Files

Body tag < body > < / body>

Horizontal Rule Tag