Computer Science, asked by Anonymous, 9 months ago

Can some one tell me how to write in "HTML" code in brainly app!​

Answers

Answered by pallelapavankalyan
0

Explanation:

The HTML hypertext markup language is very simple.  HTML is understood and interpreted at run time (not compiled before like programs in C) by any web browser or other applications like  Word etc.

It is based on tags.  There are two parts.  One is the header part.  Then there is a body part.

There are two types of tags.  Container tags and empty tags.  Container tags have a starting tag and a matching closing like <html>   and  </html>.

Empty tags do not have the closing tag like  <br> & <hr> for line break and horizontal rule respectively.

Html program can display text, borders, images, text boxes, list of items and tables..... Each of these starts with a tag and ends with a tag.  In between we specify the content.

Read more on Brainly.in - https://brainly.in/question/710334#readmore

Similar questions