HTML Tutorials

Introduction to HTML | Learn about HTML and css | Introduction about HTML

Introduction to HTML

Introduction

In this post, you will learn about all the basic concepts from Introduction to HTML to all topics related to complete HTML.

Introduction to HTML

HTML is a Hypertext markup language that is used for Simple web designs. The markup language can access CSS and JavaScript.

How to work on HTML?

Web browsers receive HTML content from a web server or local storage and separate the documents into multimedia web pages.

  • HTML stands for HyperText Markup Language.
  • HTML is the standard markup language for creating Web pages.
  • HTML content/tags describe the structure of a Web page.
  • HTML consists of a series of elements.
  • All HTML tags describe the browser that how to display the content in UI.
  • HTML contains such as a headings, paragraphs ,links ,images .etc.

The following example shows the simple basic HTML Structure,

The Structure of HTML

  • <!DOCTYPE HTML> This is tag defines the Document is an HTML5 and mainly used to support Audio/video tags.
  • The <html> tag is the root element of an HTML page.
  • The <head> tag will have the meta information about the HTML page.
  • The <title> element specifies a title for the HTML page (which is shown in the browser’s title bar or in the page’s tab).
  • The <body> element defines the document’s body and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
  • The <h1> element defines a large heading.
  • The <p> element defines a paragraph.

Conclusion

Moreover, this is all about Introduction to HTML, if you are inserted to learn web designing you can learn all HTML concepts here with simple and easy examples.

Thanks for your support we will provide more tricks & tips for you. If you like our tricks, share these with your friends and join my Telegram Channel for more new tricks & tips.


author-avatar

About Narendra Anja

Hi, My name is Narendra I started my carrier with JAVA technology and later on moved into the PEGA platform. I have started this website to share my knowledge with you, I will post all technologies related content with you on this website