Computer Science, asked by cuplpb6jfn, 1 year ago

Explain HTML coding. With easy language.

Answers

Answered by uniquegirl288
4
HI MATE......
HERE IS YOUR ANSWER

HTML ( Hyper text Markup Language) . A markup language is a computer language that defines the functions and structures of raw text .....
You will also know the use of CSS ( Cascading Style Sheets, to style the HTML content you add to web pages......

Hope.......

Prabhjotkhepar132: hlo
uniquegirl288: hlo
Prabhjotkhepar132: i like you
siddhartharao77: according to the rules of brainly..we should not chat in comment section
Prabhjotkhepar132: who are you Siddharth get out from
Prabhjotkhepar132: there
Answered by siddhartharao77
2
Short note on HTML:

= > It stands for "Hyper Text Markup Language".

= > It is the mother of all web programming languages.

Syntax:

(1) <html> 

(2) <head>          

(3) <title></title>    

(4) </head>

(5) <body>

(6) </body>

(7) </html> 



Explanation:

(1) & (7) tags represents that "The code which is written between these lines is executed".  It is mandatory.


(2) & (4) tags can be used to write the text in the head section. It is not mandatory.


(3) - This tag is used to write text in title section. For example - When u open brainly.in website, u can see a text displaying "Welcome to brainly.in - For students, by students". This text is written in title tag. it is not mandatory.


(5) & (6) - This tag defines the main content. It is mandatory.




Hope this helps!

siddhartharao77: :-)
uniquegirl288: hlo
siddhartharao77: according to the rules of brainly..we should not chat in comment section
uniquegirl288: sorry sir by mistakes I wrote
Similar questions