meta tags source code

hi I am sharing the source code of web development #4 with you

its for visually impaired people.


access the video by clicking here!


get this!

<!DOCTYPE html>

<html>

<head>

<title> hello today we will be discussing about meta tags in html</title>

<meta charset="utf-8">

<meta name="description" content="this is an html page which describes about meta tags in html">

<meta name="keywords" content="html, css, js, php, python">


</head>

<body>

hello world!

</body>

</html>

Comments

Popular posts from this blog

forms in html source code