PopAds.net Popunder Code End --> ALL ABOUT HTML TAGS AND LANGUAGE - BLACK DEVIL – Your Keyword Finder
ALL ABOUT HTML TAGS AND LANGUAGE

ALL ABOUT HTML TAGS AND LANGUAGE

Hello Friends, Now we should start with new topics and no one has any doubts or questions on Previous sections so Let’s Move Further
  #section3 Topics
*- Learn More About Tags*
*- Uses of some Tags*
*- Create a Page Using These*
*Tags*

*We All Know About Tags*
 
 Tags are like keywords (Just Like other Languages Keywords like Statics, Int etc). Which has some particular rule and defines how a web browser will format and display the content?

*-  All HTML Tags must enclosed within < > these brackets *
*-  If you have used an open tag <tag>, then you must use a close tag </tag> (except some tags like hr, br) *
*-  HTML tags are case insensitive but you should always write these tags in the lowercase letter – For Good Practice -- *
*Tags*

*We All Know About Tags*
 
 Tags are like keywords (Just Like other Languages Keywords like Statics, Int, etc). Which has some particular rule and defines how a web browser will format and display the content?

*-  All HTML Tags must enclosed within < > these brackets*

*-  If you have used an open tag <tag>, then you must use a close tag </tag> (except some tags like hr, br)*

*-  HTML tags are case insensitive but you should always write these tags in the lowercase letter – For Good Practice --*
*----------      SYNTAX      -----------*
*<tagName> content </tagName>*
*----------      SYNTAX      -----------*
<b> Bold Tag </b>= *Bold Tag*   
                                   
<i> Italic tag </i> = _Italic Tag_

<del>Delete Tag</del> = ~Delete Tag~

<br>, <hr>, <img>, <meta> these are some tags which don’t need to be closed are known as *Unclosed Tags*

*In HTML 5 you should add slash before  ‘>’*
Like: *<br />*
*Lets Considered Some More Tags*
*- HTML Text Tags*

These tags are used to add, format, etc content on your webpage
*<p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <strong>, <em>, <abbr>, <acronym>, <address>, <bdo>, <blockquote>, <cite>, <q>, <code>, <ins>, <del>, <pre>, <samp>, <var> and <br>*
*- HTML Link Tags*

These tags are used to link different pages to your webpage

 *<link>, <a> and <base>*
*- HTML Image and Object Tags*

These tags are used to add images, create some area on your webpage

*<img>, <area>, <param> and <object>*
*- HTML List Tags*

These tags are used to add list, bullets on your webpage

*<ul>, <ol>, <li>*
*HTML Table Tags*

These tags are used to add list, bullets on your webpage

*<table>, <tr>, <td>, <th>, <tbody>, <thead>, <tfoot>*
*HTML Table Tags*

These tags are used to add the table and its components on your webpage

*<table>, <tr>, <td>, <th>, <tbody>, <thead>, <tfoot>*
*- HTML Form Tags*

These tags are used to add form, input box, select box, radio and etc on your webpage

*<form>, <input>, <textarea>, <select>, <option>, <optgroup>, <button>, <label>, <fieldset> and <legend>*

--Mr.X--

0 Response to "ALL ABOUT HTML TAGS AND LANGUAGE"

Post a Comment

PDF

Popular Post