Computer Science, asked by jayendrathakur5, 8 months ago

Basic stracture of HTML​

Answers

Answered by BiswaShresikha
0

Answer:

The basic structure of any HTML document consists of the following sections or elements: ... The main container ( html element). The head section ( head element). The body section ( body element).

Explanation:

HTML Course | Structure of an HTML Document. The <HTML> is a markup language which is used by the browser to manipulate text, images and other content to display it in required format. Tags in HTML: Tags are one of the most important part in an HTML Document.

An HTML document is a file containing Hypertext Markup Language, and its filename most often ends in the .html extension. An HTML document is a text document read in by a Web browser and then rendered on the screen.

HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.

To build any webpage you will need four primary tags: <html>, <head>, <title> and <body>. These are all container tags and must appear as pairs with a beginning and an ending. Here is a diagram, showing the two main parts and the primary tags. Every HTML document begins and ends with the <html> tag.

HTML defines the structure and layout of a Web document by using a variety of tags and attributes. HTML code ensures the proper formatting of text and images so that your Internet browser may display them as they are intended to look.

hope it help u plz mark as brainlist

Answered by Anonymous
0

<html>

<head>

<title> title name </title>

</head>

<body>

content which you want to write.

</body>

</html>

Similar questions