HTML syntax how to write HTML codes



HTML syntax: How to writer HTML codes.


Look at the structure give below. This is called HTML syntax.



<html> <head> <title> HTML </title> </head> <body> </body> </html>

Before we learn more about HTML , we have to know what the HTML is. and what the structure is ?.

This structure is made of tags. Tags are the smallest part of HTML that combines html programs into a powerfully output. We writer tags as :- <html> <head>
tags are always starts and ends with the same name. as given below. </html> </head>
Today you learnt about HTML syntax.


Comments

Popular posts from this blog

What is HTML ? Html definition by GoldoCodes.

Learn Programming Languages on GoldoCodes Every Day