1.

Write a basic structure of HTML programming which will display “Hello World” on a webpage when opened in a Web browser.​ please give answer fast

Answer»

Solution:-

Here, the basic structure of HTML programming which will display “HELLO World” on a webpage when opened in a WEB browser.

Hello World

“Hello World”

  or  

“Hello World”

Basic Structure of HTML:-

  • HTML stands for Hyper Text Markup Language.

  • The declaration defines that this document is an HTML5 document.

  • The element is the root element of an HTML page.

  • The element contains meta information about the HTML page.

  • The element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's TAB).

  • The 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

    element defines a large heading.

  • The

    element defines a paragraph.



Discussion

No Comment Found