Html <text> tag The Html <text> tag is used to define the single-line text field on a web page. When we set…
head
-
-
HTML <tfoot> tag HTML <tfoot> tag is used to define the set of rows which represents footer of an HTML table. The…
-
HTML <th> tag In an HTML table there are two types of cells: Header cell – It contains the header information (created…
-
HTML <thead> tag HTML <thead> elements is used to define header of an HTML table. The <thead> tag is used along with…
-
HTML <tr> tag HTML <tr> tag is used to define the rows in the table. The <tr> tag can consist one or…
-
HTML <tt> tag (Not supported in HTML5) HTML <tt> tag was used to define text in monospaced font or fixed-width fonts so…
-
HTML <u> tag HTML <u> tag is used to define a span of inline text with a non-textual annotation. It rendered as…
-
HTML <span> tag HTML <span> tag is used as a generic container of inline elements. It is used for styling purpose to…
-
HTML <param> tag HTML <param> tag is used to pass the parameters to the object that has been embedded using <object> element.…
-
HTML <strike> tag (Not supported in HTML5) HTML <strike> tag was used to strike a line through the text, contained within it.…