Computer Science, asked by nikeshsahu172, 8 months ago

एचटीएमएल प्रोग्राम के आधारभूत ढांचे के उदाहरण से समझाइए​

Answers

Answered by amitnrw
0

HTML - Hyper Text Mark up Language

Explanation:

HTML - Hyper Text Mark up Language

Hypertext Markup Language (HTML) is the standard markup language for

documents designed to be displayed in a web browser.

It can be assisted by technologies such as Cascading Style Sheets (CSS) and  scripting languages such as JavaScript.

<HTML>  // Start of the program

<HEAD>

<TITLE>  // Displayed in Title Bar

</TITLE>    

</HEAD>

<BODY>  // Displayed in webpage

</BODY>

</HTML>  End of the program

Learn More:

Which tag allows you to add row in a table? A) and b) and c) and d ...

https://brainly.in/question/6139078

Align attribute is used with following tags. (Choose any two correct ...

https://brainly.in/question/7907157

Similar questions