HTML tag for identifying text
        Posted  
        
            by ravi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ravi
        
        
        
        Published on 2010-06-13T22:56:46Z
        Indexed on 
            2010/06/13
            23:02 UTC
        
        
        Read the original article
        Hit count: 263
        
I am not very much familiar with HTML programming. If we look at the source code of a page, then we can see what are the HTML tags for which texts and so. It is the case that there is group or class of HTML tags which is used for purpose such that it can be used for main text or so. I mean like '<\input type="radio" name="option">' this tag says that there will a radio button, similar can be make a group of HTML tags such that it consist of text part, which means we look at the tag and not at the content and can say that in between startTag and endTag we have text.
© Stack Overflow or respective owner