Tag: HTML Tag
HTML Comment Tag with Example
HTML comment tag is used to insert comments inside source code. Contents within comment (<!--..-->) tag will not be displayed in web browsers.
Writing comments...
HTML DOCTYPE Tag with Example
HTML <!DOCTYPE> tag is the first statement of HTML document which represents a document type. HTML DOCTYPE declaration is used to instruct web browsers...