Posted inHTML
HTML Tag with example || Heading tag / Pre-defined heading tag with example
HTML Tag :- → Tags are instructions that are embedded directly into the text of the documents. → All html tag begin with an open '<'bracket and end with '>'bracket. There are two types of HTML tags:- Paired Tag : - <html>.....................</html> <head>.....................</head> <title>.....................</title> <body>.....................</body> <table>.....................</table> 2. Unpaired Tag : - <br> <hr> <meta> <input> ...