Author: admin

  • HTML 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…

  • Building blocks of HTML

    An HTML document consist of its basic building blocks which are: Syntax Example: Output: The building blocks This is a paragraph tag The style is attribute of paragraph tagThe element contains tag, attribute and content

  • What is HTML

    HTML is an acronym which stands for Hyper Text Markup Language which is used for creating web pages and web applications. Let’s see what is meant by Hypertext Markup Language, and Web page. Hyper Text: HyperText simply means “Text within Text.” A text has a link within it, is a hypertext. Whenever you click on a link which…