Posts

Showing posts from May, 2019

what is HTML | html kya hei |

What is HTML ? HTML (Hypertext Markup Language) is a standard markup language used for creating the structure and presentation of web pages. It is the basic building block of web content and works in conjunction with other technologies like CSS (Cascading Style Sheets) and JavaScript to create interactive and visually appealing websites. HTML uses a set of predefined tags to define the structure and content of a web page. These tags are enclosed in angle brackets ("<>" and "</>") and are interpreted by web browsers to display the content accordingly. The tags are usually composed of an opening tag and a closing tag, with the content placed between them. For example, the following HTML code creates a simple paragraph: css Copy code <p>This is a paragraph.</p> In the above code, the "<p>" tag denotes the start of the paragraph, and the "</p>" tag indicates the end of the paragraph. HTML provides a wide range of