Answers for "all tags the of html"

2

HTML tags - what are tags ?

HTML tags are like keywords which define how web browser will 
format and display the content. The common tags are:
<HTML> ... <HTML>   encloses html content
<HEAD> ... <HEAD>   encloses header
etc.
Posted by: Guest on November-17-2021

Browse Popular Code Answers by Language