This are basic examples of html.
<!DOCTYPE html><html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="" content=""> <title>your choice </title> </head> <body> </body></html>
This is body of html.
<!DOCTYPE html><html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="" content=""> <title>your choice </title> </head> <body> <h1> first heading of webpage .</h1> </body></html>
0 Comments