1.

HTML elements

Answer» HTML ELEMENTS or TAGSHTML is written in the form of tags. A tag refers to a string enclosed within angular brackets (< and >). HTML elements represent semantics or meaning.\tHTML tags are predefined and are not case-sensitive.\tAll HTML tags are typed inside the angular brackets (< and >) and the text between these brackets are called elements.\tThe opening tags are written within the less than (<) and greater than (>) signs,\te.g. \tThe closing tags are written within the < and > signs with a forward slash (/) appended before the name of the tag.\te.g. \tThe attributes are always specified in the opening tags, which provides additional information about that tag. It comes in name/value pairs like name = “value”,\te.g.


Discussion

No Comment Found