Basic Tags & Elements used in HTML To built a huge building what we need to put some small small bricks, stones and concrete. In similar way to write any program we need to know basics of those programs. In this page we are gonna study about all the basic things in a html webpage in very simple manner. Let's enjoy! Tags HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags. When a web browser reads an HTML document, browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and render their properties. Each HTML tags have different properties. An HTML file must have some essential tags so that web browser can differentiate between a simple text and HTML text. You can use a...
Comments
Post a Comment