Skip to content

Commit

Permalink
HTML reading
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjith-ka committed Aug 5, 2024
1 parent fdb1911 commit d3453ff
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions minikube/web-development/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# WebDevelopment

## JIT learning for Web Development

Tutorial for Web Development

- <https://www.youtube.com/watch?v=Ow_DLQ1oWWg>

22 changes: 22 additions & 0 deletions minikube/web-development/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<html>

<head>
<title>My new Learning</title>
</head>

<body>
<header>
<h1>Heading1</h1>
<h2>Heading2</h2>
<h3>Heading3</h3>
</header>
<main>
<div>
<img src="https://picsum.photos/200/300" alt="random image">
<h2>This is my first page</h2>
<p>Lets get this</p>
<a href="https://www.google.com">Google</a>
</main>
</body>
</html>
<!-- This is comment -->

0 comments on commit d3453ff

Please sign in to comment.