What Is A HTML




What Is HTML :- 

  • HTML is a Markup Language used for the web page creating.

  • HTML is stand for (Hyper Text Markup Language).

  • HTML is used for the designed structure of the web page.

  • It is a simplest language and every element contains the used it.


The First Program :- 



Explained The First Program :-

  • The <!DOCTYPE html> declaration defines that this document is an HTML5 document.
  • <html lang="en"> This opening tag defines the beginning of an HTML document. And root element of an HTML page
  • <head> tag this section contains meta-information about the HTML document, such as charset, name, content.
  • <meta charset="UTF-8"> This meta tag specifies the character encoding for the HTML document.
  • <tittle> This tag sets the title of the HTML document, which appears in the browser's title bar or tab.
  • <body> This section contains the content of the HTML document that will be visible to users in the web browser. And such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
  • <h1> this is large heading tag in document. text inside the <h1> tags will be displayed as a large, bold heading.
  • <p> this tag defined the paragraph in document.


HTML Page Structure :-


    Note :- Note that mostly contain of the <body> section displayed in a browser. 


  HTML Editor Tools :-

      • Visual Studio Code (VS Code).
      • Sublime Text
      • Notepad++
      • Online Editors



Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.