PDA

View Full Version : What is HTML syntax?



pooja escorts
07-08-2020, 04:42 PM
What is HTML syntax?

sinelogixtech
07-10-2020, 06:05 AM
Hi Friend,
Computer understand what you type only if you type in the exact format that's called syntax.

Html syntax includes the tags.

Tags start with < and end with >.

<html></html>.

It's called tag. So computer understand that it is html document.

I hope you understand.

Thanks!

RH-Calvin
07-10-2020, 11:52 AM
HTML is using tags for its syntax. A tag is composed with special characters: <, > and /. They are interpreted by softwares to compose an HTML element.