html base
<!doctype html>
<head>
<title>This is your title.</title>
<!--Head stuff here-->
</head>
<body>
<!--Body stuff here -->
</body>
</html>
html base
<!doctype html>
<head>
<title>This is your title.</title>
<!--Head stuff here-->
</head>
<body>
<!--Body stuff here -->
</body>
</html>
basefont tag in html
<!-- The basefont tag WAS used to specify the default value of font style -->
<html>
<head>
<basefont color="blue" size="5" face="arial">
</head>
<body>
<p>The basefont tag is NOT supported in HTML5</p>
<p>Please use CSS to style the document</p>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us