Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 28 additions & 3 deletions news(project3).html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<title>news express</title>
</head>
<body>
<body style="background-image:url('https://previews.123rf.com/images/starlineart/starlineart1803/starlineart180300284/97074517-breaking-news-background-with-text-space.jpg') ;">
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<a class="navbar-brand text-light" href="#"><h1>NEWS EXPRESS</h1></a>
<button
Expand Down Expand Up @@ -47,14 +47,39 @@
</form>
</div>
</nav>


<div class="container my-3">
<h3>
TOP NEWS <span class="badge badge-pill badge-dark">ALL TYPES OF NEWS CHANNEL</span>
<h3 style="color: ivory;"> TOP NEWS <span class="badge badge-pill badge-dark">ALL TYPES OF NEWS CHANNEL</span>
</h3>
</h3>
<hr />
<div class="accordion" id="accordion">
</div>
</div>
<div class="form-group row">
<div class="col-sm-10">
<button type="submit" class="btn btn-primary" style="margin-left:1150px;" >Next</button>
</div>
</div>

<br>
<br>
<br>
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p style="color: ivory;"><big>© 2019-2024 News, Inc. · </big><a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>


<a href="https://youtu.be/snhw4obsZ3I" class="badge badge-primary" style="margin-left: 140px;">ABP NEWS</a>
<a href="https://youtu.be/l9ViEIip9q4" class="badge badge-secondary">NDTV</a>
<a href="https://youtu.be/KkoUWsWAGy8" class="badge badge-success">Republic</a>
<a href="https://youtu.be/NMre6IAAAiU" class="badge badge-danger">Corona live</a>
<a href="https://youtu.be/ZIi1158dbmU" class="badge badge-warning">Funny news</a>



<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
Expand All @@ -73,5 +98,5 @@ <h3>
></script>

</body>
<script src="C:\\Users\Navya\Desktop\javascript\news(project3).js"></script>
<script src=".\news(project3).js"></script>
</html>