π Codiny - 1v1 Coding Battles π
Open in Telegram
Ig - @codiny1v1battles β‘ Compete in live 1v1 coding battles & win cash prizes daily, weekly & monthly! π°π₯ Show your skills, climb the leaderboard & grab the ultimate reward! ππ» #CodeToWin
Show more8 810
Subscribers
No data24 hours
-247 days
-10130 days
Posts Archive
Repost from Codewithrandom
This is how you can code your way to a SDE-3 position at Walmart!
Join us for a compelling CodeTalk session with Rohit Goyal, a star Masai alumnus, as he talks about how he went from being in the banking sector to making a mark in the tech industry in a few short years, with a lot of perseverance and a little help from Masai.
In this inspirational session, you can look forward to:
Learning what it takes to switch careers
How skilling and microlearning can help
AIβs role in the current tech landscape
Importance of hands-on, practical learning
How to pursue your dreams
If youβve been wondering how to make headway into the tech space or if youβre simply looking for some inspiration β this event is for you!
Here is linkπ- Tap me
Time: 9 - 10 PM
Date: 28 July 2023
If you not watch our this video π«
Please Click on Tap here to watch and Subscribe For More
Here is the link Of Freeπ±YouTube Video
.
.
Tap here to Watch Video
Must Watch Video , and Donβt Forget to Subscribeπ¨βπ»
Want to Learn How to Create Login Form π¨βπ»With Animation Using Css π€
LEARN FREE DATA SCIENCE AND GET FREE CERTIFICATE
Register hereπ - Click Here
In today's digital world, Data Science has become a game-changer, transforming businesses and revolutionizing industries. Therefore, learning Data Science is crucial now more than ever before.
If you've been wondering why you should learn Data Science, let us share some compelling reasons with you.
βοΈIn-demand Skills
βοΈLucrative Career Opportunities
βοΈProblem-solving Superpower
βοΈInterdisciplinary Field
Now that you understand the significance of Data Science now, here is the chance to Join FREE LIVE MASTERCLASS to become a DATA SCIENTIST in 2023!
πLink Hereπ
.
.
Tap Here
ππ Hand-Written HTML, CSS, and JavaScript Notes! ππ
β¨ Are you passionate about web development and eager to master HTML, CSS, and JavaScript? Look no further! We are thrilled to introduce our meticulously hand-written notes that will skyrocket your coding skills and boost your web projects! β¨
π If you believe in the power of well-crafted, tangible knowledge, tap YES below, and let us take your learning journey to new heights! π
π When you choose YES, you'll receive:
πΉ Beautifully hand-written notes on HTML, CSS, and JavaScript, ensuring a delightful learning experience.
πΉ Comprehensive explanations and examples, simplifying complex concepts and techniques.
πΉ Practical tips and tricks to enhance your coding efficiency and proficiency.
πΉ Ready-to-use code snippets to accelerate your development process.
π Don't miss out on this amazing opportunity to acquire our extraordinary hand-written notes!
Tap Here On this Link π and Get Your Hand-Written π Notes π
http://bit.ly/handwritten-notes
Do You Want HandWritten Notes Of Html,CSS and JavaScriptπ€
CSS Cheatsheetπ
.
.
.
React to this message β€οΈ if you need more Interesting Content Like thisπ©βπ«
Knock, knock.πββ
Who's there?π€¨
Lettuce.π₯¬
Lettuce who?π€¨
Lettuce give you a career boost! π€©π€©
No more worries about not landing a high paying job.π€
Yhills gives you all the required industry exposure π¦Ύ and trains you in your field of interest starting from scratch.ποΈπ
πApply for internship now to get 50 to 100% scholarship.π₯
Offer valid for a limited period.β±οΈ
β¨β¨Click below for a brighter futureπβ¨β¨
.
https://forms.gle/yq2pDoLMANrevR5u7
Master Frontend: Zero to Hero Day 5π
--------------- Read Here What we Have to Learn on Day 5 --------------
Creating Links:
One of the key features of HTML is the ability to create links between web pages. Links allow users to navigate between different pages on the Internet. Let's learn how to create links in HTML:
------------------
<body>
<h1>Welcome to My First Web Page!</h1>
<p>This is a paragraph of text. Click the link below to visit my favorite website:</p>
<a href="<https://www.example.com>">My Favorite Website</a>
</body>
------------------
Save the changes and refresh your web page. You will now see a link that says "My Favorite Website." When clicked, it will take you to the specified URL (in this case, "https://www.example.com").
Explanation:
-
<a>: The <a> element is used to create links in HTML.
- href="...": The href attribute specifies the URL or destination of the link. Replace "<https://www.example.com>" with the desired URL.
You can also create links to other pages within your website. Let's say you have another HTML file called "about.html" in the same directory as your current page. You can create a link to that page using a relative URL:
Save the changes and create a new HTML file called "about.html" in the same directory as your first page. Add some content to the "about.html" file, such as a heading and a paragraph.
Now, when you click the "About Me" link, it will take you to the "about.html" page.
Thanks For Supporting β€οΈπMaster Frontend: Zero to Hero Day 5π
--------------- Read Here What we Have to Learn on Day 5 --------------
Creating Links:
One of the key features of HTML is the ability to create links between web pages. Links allow users to navigate between different pages on the Internet. Let's learn how to create links in HTML:
------------------
<body>
<h1>Welcome to My First Web Page!</h1>
<p>This is a paragraph of text. Click the link below to visit my favorite website:</p>
<a href="<https://www.example.com>">My Favorite Website</a>
</body>
------------------
Save the changes and refresh your web page. You will now see a link that says "My Favorite Website." When clicked, it will take you to the specified URL (in this case, "https://www.example.com").
Explanation:
-
<a>: The <a> element is used to create links in HTML.
- href="...": The href attribute specifies the URL or destination of the link. Replace "<https://www.example.com>" with the desired URL.
You can also create links to other pages within your website. Let's say you have another HTML file called "about.html" in the same directory as your current page. You can create a link to that page using a relative URL:
Save the changes and create a new HTML file called "about.html" in the same directory as your first page. Add some content to the "about.html" file, such as a heading and a paragraph.
Now, when you click the "About Me" link, it will take you to the "about.html" page.
ββββββββββββ
And If you want π₯Complete Detail You can Checkout Our Master Frontend: Zero to Heroπ
https://bit.ly/3JqWbjXMaster Frontend: Zero to Hero Day 5π
--------------- Read Here What we Have to Learn on Day 5 --------------
Creating Links:
One of the key features of HTML is the ability to create links between web pages. Links allow users to navigate between different pages on the Internet. Let's learn how to create links in HTML:
------------------
<body>
<h1>Welcome to My First Web Page!</h1>
<p>This is a paragraph of text. Click the link below to visit my favorite website:</p>
<a href="<https://www.example.com>">My Favorite Website</a>
</body>
------------------
Save the changes and refresh your web page. You will now see a link that says "My Favorite Website." When clicked, it will take you to the specified URL (in this case, "https://www.example.com").
Explanation:
-
<a>: The <a> element is used to create links in HTML.
- href="...": The href attribute specifies the URL or destination of the link. Replace "<https://www.example.com>" with the desired URL.
You can also create links to other pages within your website. Let's say you have another HTML file called "about.html" in the same directory as your current page. You can create a link to that page using a relative URL:
Save the changes and create a new HTML file called "about.html" in the same directory as your first page. Add some content to the "about.html" file, such as a heading and a paragraph.
Now, when you click the "About Me" link, it will take you to the "about.html" page.
ββββββββββββ
And If you want π₯Complete Detail You can Checkout Our Master Frontend: Zero to Heroπ
.
https://bit.ly/3JqWbjXMaster Frontend Development: Zero to Hero Day 4π
βββββ Read Here What we Have to Learn on Day 4 βββββ
Formatting Text:
HTML provides various tags to format and style text. Letβs add some formatted text to our web page example:
ββββββ
<body>
<h1>Welcome to My First Web Page!</h1>
<p>This is a <strong>paragraph</strong> of <em>text
</em>.</p>
<h2>About Me</h2>
<p>Hi, my name is <u>John</u>. I love playing video games and learning about new technologies.</p>
<h3>My Favorite Games</h3>
<ul>
<li><strong>Minecraft</strong></li>
<li><em>Roblox</em></li>
<li><u>Fortnite</u></li>
</ul>
</body>
ββββββ
Save the changes and refresh your web page. You will see the text formatted with bold, italic, and underlined styles.
Explanation:
-
<strong>: The <strong> element represents important or emphasized text (typically rendered in bold).
- <em>: The <em> element represents text emphasized or styled in italics.
- <u>: The <u> element represents underlined text.\
ββββββββββββ
And If you want π₯Complete Detail You can Checkout Our Master Frontend: Zero to Heroπ
https://bit.ly/3JqWbjXMaster Frontend Development: Zero to Hero Day 3π
βββββ Read Here What we Have to Learn on Day 3 βββββ
Adding Content to the Page:
HTML allows us to add various types of content to our web pages. Letβs add some more content to our web page example
βββββ
<body>
<h1>Welcome to My First Web Page!</h1>
<p>This is a paragraph of text.</p>
<h2>About Me</h2>
<p>Hi, my name is John. I love playing video games</p>
<h3>My Favorite Games</h3>
<ul>
<li>Minecraft</li>
<li>Roblox</li>
<li>Fortnite</li>
</ul>
<h3>My Hobbies</h3>
<ol>
<li>Playing soccer</li>
<li>Drawing</li>
<li>Reading books</li>
</ol>
</body>
βββββ
Save the changes and refresh your web page in the browser. You will now see additional headings, paragraphs, and lists on your web page.
Explanation:
-
<h2>: The <h2> element represents a subheading.
- <h3>: The <h3> element represents a subheading of a lower level.
- <ul>: The <ul> element creates an unordered list.
- <ol>: The <ol> element creates an ordered (numbered) list.
- <li>: The <li> element represents a list item within <ul> or <ol>
ββββββββββββ
And If you want π₯Complete Detail You can Checkout Our Master Frontend: Zero to Heroπ
https://bit.ly/3JqWbjXMaster Frontend Development: Zero to Hero Day 2π
βββββ Read Here What we Have to Learn on Day 2 βββββ
# Getting Started with HTML
Welcome to the world of HTML! In this chapter, we will learn the basics of HTML and get started with creating our first web pages. HTML stands for Hypertext Markup Language, and it is the foundation of every web page on the Internet. With HTML, you can create and structure the content of your web pages, and add text, images, links, and more.
## 2.1 Basic Document Structure:
Every HTML document follows a basic structure. Letβs start by creating our first HTML document. Open a text editor (like Notepad) and type the following code:
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<h1>Welcome to My First Web Page!</h1>
<p>This is a paragraph of text.</p>
</body>
</html>
Save the file with a
.html extension (e.g., `index.html`). Now, open the saved file in a web browser. You will see your first web page displayed with a heading and a paragraph.
Explanation:
- <!DOCTYPE html>: This is the doctype declaration that tells the browser we are using HTML5.
- <html>: The <html> element is the root element of an HTML document.
- <head>: The <head> element contains metadata about the document, such as the title.
- <title>: The <title> element sets the title of the web page displayed in the browserβs title bar or tab.
- <body>: The <body> element represents the content of the web page.
- <h1>: The <h1> element represents the main heading or title of the page.
- <p>: The <p> element represents a paragraph of text.
ββββββββββββ
And If you want π₯Complete Detail You can Checkout Our Master Frontend: Zero to Heroπ
https://bit.ly/3JqWbjXMaster Frontend Development: Zero to Hero Day 1π
βββββ Read Here What we Have to Learn on Day 1 βββββ
HTML, which stands for Hypertext Markup Language, is the language used to create web pages and web applications. Think of it as a set of instructions that tells a computer how to display content on a website.
In HTML, you use special tags to define different elements of a web page, such as headings, paragraphs, links, images, tables, and forms. These tags are like labels that surround the content and give it meaning. For example, if you want to create a heading, you use the <h1> tag to indicate that it is a top-level heading, and the browser will display it accordingly.
ββββββββββββ
When you write HTML code, you enclose these tags within angle brackets (< >) and place them around the content you want to define. This way, the computer knows how to structure and present the elements on the webpage.
HTML is processed by the web browser on the userβs computer. When someone visits a web page, their browser reads the HTML code and interprets it to display the content correctly. This means that HTML allows for flexibility in designing and arranging web pages, and it also enables the creation of interactive features like forms and animations.
ββββββββββββ
To sum it up, HTML is a code that acts as a recipe for computers, guiding them on how to arrange and display different elements on a website. Itβs similar to how a recipe helps you bake a cake by giving you instructions on what ingredients to use and how to mix them. In the same way, HTML helps you create a website by specifying the elements and their arrangement.
ββββββββββββ
And If you want π₯Complete Detail You can Checkout Our Master Frontend: Zero to Heroπ
https://bit.ly/3JqWbjX
Hello Guysπ₯³, We Create This Channel For Learning Web Dev In
100 Days!
We Daily Share Task And What You Have To Learn So If Exicted Hit The Like Buttonβ€οΈ
Thanks!π
Hello Guys πThanks For Supporting Codewithrandom and Give Your Support every time π§βπ€βπ§
So we decided to start "Learn Web Development in 100 Days" πVia Instagram Series and You Learn HTML, CSS, JavaScript, and Bootstrap in 100 Day π₯
So you Can Follow Our Account and Support this 100 Day Seriesπ
.
.
https://www.instagram.com/codewith_random/
*From Zero to Frontend Hero:*
Master HTML, CSS, JavaScript & Bootstrap! πͺπ₯
π *Best Book for learning Frontend* π
Unleash your frontend superpowers with this mind-blowing eBook! Get 450 projects, interview tips, and career guidance. Don't miss out, grab your copy now! π₯π
Click here: https://bit.ly/3JqWbjX π
