What are HTML Text, Link, Image, List, Table, Form, Scripting Tags
Filed under: HTML Interview Questions on 2022-10-06 20:39:59
HTML Text Tags<p> It represents a paragraph in an HTML document. <h1> to <h6> It defines headings for an HTML document from level 1 to level 6.<strong> It is used to define important text.<em> It is used to emphasis the content applied within this element.<