horizontal rule in html
horizontal rule :
The HTML <hr> tag is used for creating a
horizontal line. This is also called Horizontal Rule in HTML.
- This tag is not needs to close .
- Attributes : 1. size 2 . noshade.
Code :
<!DOCTYPE html>
<html>
<head>
<title>Coding wala</title>
</head>
<body>
this is alex
<hr size="10" noshade >
good job
<hr size="10" noshade>
okay
</body>
Comments
Post a Comment