Skip to main content

HTML

HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language. HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content. HTML elements are represented by tags. HTML tags label pieces of content such as "heading", "paragraph", "table", and so on. Browsers do not display the HTML tags, but use them to render the content of the page.

Generally HTML is the webpage command use to initiate a website, but it's just a command use for structure exclude designing. The simple structure of HTML is:
                                 EXAMPLE

Comments

Popular posts from this blog

WHAT IS BR ?

BR   stands for "line break" in  HTML  command. It is used to break a line between the element. We use this element when we need a gap or difference between the element. The main properties of this tag is that it does not contain close tag. In a short way it's a neutral tag. CODING: RESULT: