HTML Test #1 - HTML Basic Structure
CODE
<html>
<head>
<title>
HTML Text
</head>
</title>
<body>
This tutorial is about the Text, its default value and some properties. we will understand all these from a example. This is the code for the example, which when displayed in web browser will give us a proper idea of its default value, and from here we will customize the text fully in aspect of color, size, boldness, underline, background color etc.
- Programming Infinity
</body>
</html>
<head>
<title>
HTML Text
</head>
</title>
<body>
This tutorial is about the Text, its default value and some properties. we will understand all these from a example. This is the code for the example, which when displayed in web browser will give us a proper idea of its default value, and from here we will customize the text fully in aspect of color, size, boldness, underline, background color etc.
- Programming Infinity
</body>
</html>
Above is the HTML Code. you had to find the mistake in it and solve it. and write your answer in the comment box with explanation of your answer.
Comments
Post a Comment