Web Development

HTML 5:

what is Html?
                HyperText MarkUp language
                
                        visit for more about: http://healtechzsolutions.com/

                
HyperText:
                Represents text within a text

MarkUp:
                Some tags are help full to provide styles to content text.

Tag:
        < >

TagName:
        <tagname>

Open&close tags:
        <tagname>.....</tagname>

Empty tag:
        there is no close tag one contains an open tag alone.
        <tagname />

Attributes:
        Extra detail about the tag, it may contain some of the
         attributes

   





Comments