Translate

Monday, 30 October 2017

Horizontal Line size


<!DOCTYPE html>
<html>

<head>
  <title>Horizontal Line size</title>
</head>

<body>

  First Line
  <hr size="10px" color="red">
  Second Line
  <hr size="30px" color="green">
  Third Line
  <hr color="blue">

</body>

</html>



No comments:

Post a Comment

Featured post

check box

<!DOCTYPE html> <html> <head>   <title>Check Box</title> </head> <body>   <input ty...