Posts

Showing posts from January, 2026

HTML

Image
  v   HTML: - Ø   HTML  stands for Hyper Text Markup Language. Ø   It is a standard language which is used to design static web pages using a markup language. Ø   HTML is the combination of Hypertext and Markup language . ·        Hypertext defines the link between the web pages. ·        A markup language is used to define the text document within tag which defines the structure of web pages. Ø   Most of the markup languages (e.g. HTML) are human-readable. Ø   The language uses tags to define what manipulation has to be done on the text.  v   HTML Table: - Ø   HTML table tag is used to display data in tabular form (row * column). Ø   We can create a table to display data in tabular form, using <table> element, with the help of <tr> , <td> , and <th> elements. Ø   In Each table, table row is defined by <tr>...