GUVI
Back

9. bold Display a text 'Welcome to Guvi' in bold format surrounded by a border of 3px width in green color.(use tag selectors)

Created 2 years ago
392 Views
3 Comments
Rao13
@Rao13
Rao13
@Rao13Profile is locked. Login

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Static Template</title>

<style>

p{

border-width: 3px;

border-style: solid;

border-color: green;

}

</style>

</head>

<body>

<p><b>Welcome to Guvi</b></p>

</body>

</html>

text case error

Comments (3)
Please login to comment.
 
Powered by habitate.io Habitate