Posts

HTML Basic Tags: Paragraph , Bold, Underline, Italic, Line Break tag

Image
  HTML Tags: HTML tags are used for the web browser which defines that how web browser will format and display the content. With the help of tags, a web browser can easily distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag.

HTML Introduction & Basic Structure

Image
HTML || Introduction HTML stands for Hyper Text Markup Language . It is used to create web pages with text, images, videos etc. using markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages. Markup language is used to define the text document within tag which defines the structure of web pages.