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 46c830a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions minikube/web-development/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# WebDevelopment

## JIT learning for Web Development

Tutorial for Web Development

- <https://www.youtube.com/watch?v=Ow_DLQ1oWWg>
- <https://www.youtube.com/watch?v=FYErehuSuuw> - Arun refrence link
- <https://www.frontendmentor.io/>
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 46c830a

Please sign in to comment.