Explain HTML coding. With easy language.
Answers
Answered by
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.......
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
Answered by
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!
= > 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!
Similar questions