HTML Header
HTML Header tag is used as a container of introductory content or navigation links. Generally a <header> element contains one or more heading elements, logo or icons or author’s information. HTML Header Example: Document declaration tag <html> <head> this is Document header related tags </head> <body> Document body related tags </body></html> This chapter will give a …