Back

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

Created 2 years ago
1563 Views
3 Comments
Ajay_Chaurasia
@Ajay_Chaurasia
Ajay_Chaurasia
@Ajay_ChaurasiaProfile 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>

#guvi{

border:3px solid green;

}

</style>

</head>

<body>

<p id="guvi"><b>Welcome to Guvi</b></p>

</body>

</html>

Comments (3)
Please login to comment.