<!DOCTYPE html>
<html>
<head>
<title>Semantic UI vertical divider</title>
<link href=
"https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css"
rel="stylesheet" />
</head>
<body>
<h1>GeeksforGeeks</h1>
<strong>Semantic-UI Divider Variations</strong>
<br><br>
<hr><hr>
<strong>Hidden Divider:</strong>
<br>
<strong class="ui header">GeeksforGeeks</strong>
<p>
Free Tutorials, Millions of Articles, Live,
Online and Classroom Courses ,Frequent Coding
Competitions ,Webinars by Industry Experts,
Internship opportunities and Job Opportunities.
</p>
<div class="ui hidden divider"></div>
<strong class="ui header">Geeks Portal</strong>
<p>
Free Tutorials, Millions of Articles, Live,
Online and Classroom Courses ,Frequent Coding
Competitions ,Webinars by Industry Experts,
Internship opportunities and Job Opportunities.
</p>
<hr><hr>
<strong>Section Divider:</strong>
<br>
<strong class="ui header">GeeksforGeeks</strong>
<p>
Free Tutorials, Millions of Articles, Live,
Online and Classroom Courses ,Frequent Coding
Competitions ,Webinars by Industry Experts,
Internship opportunities and Job Opportunities.
</p>
<div class="ui section divider"></div>
<strong class="ui header">Geeks Portal</strong>
<p>
Free Tutorials, Millions of Articles, Live,
Online and Classroom Courses ,Frequent Coding
Competitions ,Webinars by Industry Experts,
Internship opportunities and Job Opportunities.
</p>
<hr><hr>
<strong>Clearing Divider:</strong>
<br>
<div class="ui segment">
<strong class="ui right floated header">
Geeks Portal
</strong>
<div class="ui clearing divider"></div>
<p>
Free Tutorials, Millions of Articles, Live,
Online and Classroom Courses ,Frequent Coding
Competitions ,Webinars by Industry Experts,
Internship opportunities and Job Opportunities.
</p>
</div>
</body>
</html>