-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdb1911
commit 46c830a
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |