basic structure of html source code for visually impaired people web development tutorial #3
hi i am sharing you the source code of html
this is an over view of html basic structure
hello world!
to get the tutorial video you can visit non visual tech on YouTube.
get the code
<!DOCTYPE html>
<html>
<head>
<title> this is an over view of html basic structure </title>
</head>
<body>
hello world!
</body>
</html>
Comments
Post a Comment