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>
</html>

Video On Youtube  Link https://youtu.be/ka545_8zlKw

Comments

Popular posts from this blog

Search Record From Table Using jQuery in Asp.net core MVC

Calendar in Asp.net

CheckBox in Asp.Net MVC (Insert Data of CheckBox in Database and GetData Of checkBox From DataBase)