DOCTYPE:-
I know there are sevrel doctypes which are transitional, framset, strict etc.. and doctype is not a tag of html but rather then the doctype is used on the top of html document becouse doctype declaration refer the document type defination (DTD), now what is DTD, the DTD specifies and contain the rules for markup languages means all html tags and it`s attricutes and therefor browser get able to render the element or the content correctly.
Now Question is that:
(1) What is the main purpose for using the Doctype? (Note: the above defination is not fullfilling the answer of this question)
(2) Which tags and attricutes are meaning less in DTD? (Note: Although in the above defination have been written that DTD contain all html tags and attributes)
(3) Where are used transitional, framset, strict Doctypes?
HTML (Hyper Text Markup Language)
(This not a defination of html)
The both Logical and physical Tags are included in html, Logical tags are designed to describe (to the browser) enclosed text`s meaning. An Exmple of a logical tag is the <Strong> tag, by default all browsers make the text bold so over here we can think that we also use the <b> bold</b> tag instead of <strong>strong</strong>, but the point is that the strong tag implies that importance of that text. This has impact with search engines just like google, Ask etc... who look for such tags to help figure out what the page is about.
There are many logical tags and they include:
<strong> : Strong - as above.
<em> : emphasize - usually renders (made to look like by the browsers) as italic.
<span> : a neutral inline container.
<div> : a neutral block element.
Now the Question is that:
(4) Can Logical tags of html provide the little help to the search engine for searching the perticular Word in your web page? (i accept that meta tag is used to provide the help to search engine for searching)
(5) Write the 20 tag of logical tags? (Remember Logical Tags are always be and should be used for giving the importance)
Now Physical tags is very easy to understan, physical tags on the other hand provide specific instructions on how to display the text they enclose. Examples of physical tags include:
<b> : Makes the text bold.
<big> : Makes the text usually one size bigger than what's around it.
<font> : Used to apply a font-face (like Arial or Helvetica) and font-color.
<i> : Makes text italic.
(6) What is the Difference between physical and logical tags?
(7) Write the 20 tag of physical tags?
ask by Siddique Baig
I know there are sevrel doctypes which are transitional, framset, strict etc.. and doctype is not a tag of html but rather then the doctype is used on the top of html document becouse doctype declaration refer the document type defination (DTD), now what is DTD, the DTD specifies and contain the rules for markup languages means all html tags and it`s attricutes and therefor browser get able to render the element or the content correctly.
Now Question is that:
(1) What is the main purpose for using the Doctype? (Note: the above defination is not fullfilling the answer of this question)
(2) Which tags and attricutes are meaning less in DTD? (Note: Although in the above defination have been written that DTD contain all html tags and attributes)
(3) Where are used transitional, framset, strict Doctypes?
HTML (Hyper Text Markup Language)
(This not a defination of html)
The both Logical and physical Tags are included in html, Logical tags are designed to describe (to the browser) enclosed text`s meaning. An Exmple of a logical tag is the <Strong> tag, by default all browsers make the text bold so over here we can think that we also use the <b> bold</b> tag instead of <strong>strong</strong>, but the point is that the strong tag implies that importance of that text. This has impact with search engines just like google, Ask etc... who look for such tags to help figure out what the page is about.
There are many logical tags and they include:
<strong> : Strong - as above.
<em> : emphasize - usually renders (made to look like by the browsers) as italic.
<span> : a neutral inline container.
<div> : a neutral block element.
Now the Question is that:
(4) Can Logical tags of html provide the little help to the search engine for searching the perticular Word in your web page? (i accept that meta tag is used to provide the help to search engine for searching)
(5) Write the 20 tag of logical tags? (Remember Logical Tags are always be and should be used for giving the importance)
Now Physical tags is very easy to understan, physical tags on the other hand provide specific instructions on how to display the text they enclose. Examples of physical tags include:
<b> : Makes the text bold.
<big> : Makes the text usually one size bigger than what's around it.
<font> : Used to apply a font-face (like Arial or Helvetica) and font-color.
<i> : Makes text italic.
(6) What is the Difference between physical and logical tags?
(7) Write the 20 tag of physical tags?
ask by Siddique Baig