talk about html #150301
-
Select Topic AreaGeneral Bodyhow can i start to study html |
Beta Was this translation helpful? Give feedback.
Replies: 23 comments 12 replies
-
Hello! There are many ways to start learning HTML, the best way is with small projects and practice. I recommend these two sites: They are very useful to find tutorials and explanations to understand HTML tags, structure and more! Best of luck in your studies |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
Welcome to the GitHub Community, @amazi2, we're happy you're here! You are more likely to get a useful response if you are posting your question(s) in the applicable category and are explicit about what your project entails--giving a few more details might help someone give you a nudge in the right direction. This post belongs to the Programming Help category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
you can also learn more about html and css to on ww3school and also your can got certificate their |
Beta Was this translation helpful? Give feedback.
-
you can learn using basic tutorials |
Beta Was this translation helpful? Give feedback.
-
GOOD LUCK
tres bien
'
…On Fri, Jan 31, 2025 at 9:29 AM Niza lorie ***@***.***> wrote:
you can learn using basic tutorials
on w3schools
—
Reply to this email directly, view it on GitHub
<#150301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOU7PDG7NWSR5QXDB75IJ732NMQ6RAVCNFSM6AAAAABWEUWOUCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBRGQ4TAOI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey, |
Beta Was this translation helpful? Give feedback.
-
plenty of sources out there to start with html such as W3Schools, codeacedemy etc, what personally helped me the most when i started was courses on YouTube such as Bro Code: https://www.youtube.com/watch?v=HD13eq_Pmp8 |
Beta Was this translation helpful? Give feedback.
-
you can learn using basic tutorials |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
If u want man, I can teach u. it's pretty basic. |
Beta Was this translation helpful? Give feedback.
-
How to Start Studying HTML
As you build more projects and practice, you'll gain more confidence. Just keep experimenting and referring to documentation as you go. Good luck! 🚀 |
Beta Was this translation helpful? Give feedback.
-
you can learn HTML using lessons and practical tutorials on w3schools |
Beta Was this translation helpful? Give feedback.
-
To start studying HTML, here's a step-by-step approach:
Here are some helpful study links to guide you in learning HTML:
These resources should give you a solid foundation for learning HTML and web development in general. Happy learning! |
Beta Was this translation helpful? Give feedback.
-
The best way to learn HTML5 is on w3school, then after understanding the basics try to look for mini html project and try to do it. |
Beta Was this translation helpful? Give feedback.
-
Yes, who are you?
…On Sun, Jun 22, 2025, 9:30 PM Jonathan Peters ***@***.***> wrote:
Hi
I hope your well
i would suggest this Responsive Web Design Course
<https://www.freecodecamp.org/learn/2022/responsive-web-design/> by
freeCodecamp.
This is also a great resource: w3schools <https://www.w3schools.com/>
—
Reply to this email directly, view it on GitHub
<#150301 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6HDSU4WER66FMYNAKNETR33E374XAVCNFSM6AAAAABWEUWOUCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJUGQZTQMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Where and when?
…On Mon, Jun 23, 2025, 10:45 AM NIYONSABA Alice ***@***.***> wrote:
Yes, who are you?
On Sun, Jun 22, 2025, 9:30 PM Jonathan Peters ***@***.***>
wrote:
> Hi
> I hope your well
> i would suggest this Responsive Web Design Course
> <https://www.freecodecamp.org/learn/2022/responsive-web-design/> by
> freeCodecamp.
> This is also a great resource: w3schools <https://www.w3schools.com/>
>
> —
> Reply to this email directly, view it on GitHub
> <#150301 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A6HDSU4WER66FMYNAKNETR33E374XAVCNFSM6AAAAABWEUWOUCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJUGQZTQMQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
-
<style>
</style>
1. Understand the Basics
html CopyEdit <!DOCTYPE html> <html> <head> <title>My Page</title> </head> <body> <h1>Hello World!</h1> </body> </html> ✅ 2. Start with Basic Tags Learn these fundamental tags:
to| Headings | Paragraphs
| Links
|
Beta Was this translation helpful? Give feedback.
-
Understand What HTML Is
A code editor (e.g., Visual Studio Code) A browser (like Chrome or Firefox)
W3Schools
Personal profile page To-do list (with HTML only) Simple portfolio site |
Beta Was this translation helpful? Give feedback.
-
Becoming a front-end web developer is an exciting journey, and it all starts with mastering the foundational trio: HTML, CSS, and JavaScript. Here's a comprehensive guide on how and where to learn them, and how to smoothly transition into frameworks. (OF COURSE YOU CAN JUST START BY PLAIN HTML, BUT STARTING LIKE THIS, IMO, IT'S THE BEST WAY)Phase 1: The Foundations (HTML, CSS, JavaScript) Think of these as the building blocks of any website. HTML provides the structure, CSS handles the styling and layout, and JavaScript adds interactivity and dynamic behavior. Where to Learn HTML, CSS, and JavaScript: There's a wealth of free and paid resources available, catering to different learning styles. It's often best to combine a few to get different perspectives and practice opportunities. Interactive Learning Platforms (Highly Recommended for Beginners): These platforms offer hands-on coding directly in your browser, providing instant feedback.
Documentation and Reference (Essential for Deeper Understanding): Once you have a basic grasp, these are your go-to for looking up syntax, properties, and advanced concepts.
Video Tutorials (For Visual Learners): YouTube has a vast amount of free content. Look for popular channels with good reviews.
How to Learn This Phase:
Phase 2: Transitioning to Frameworks (React, Vue, Angular) Once you have a solid grasp of HTML, CSS, and especially modern JavaScript (ES6+), you're ready to explore front-end frameworks. Frameworks like React, Vue, and Angular provide structured ways to build complex, scalable, and maintainable user interfaces. They handle many common tasks, making development faster and more efficient. Before diving into a framework, ensure you understand:
Choosing Your First Framework:
Recommendations: For beginners entering the job market, React is often the most requested skill, making it a practical first choice due to its high demand and extensive community support. However, Vue is excellent for quickly building things and learning fundamental framework concepts, and Angular is powerful for enterprise-level applications. Choose one and stick with it initially. Where to Learn Frameworks: Many of the resources mentioned for HTML/CSS/JS also offer courses on frameworks.
How to Proceed with Frameworks:
General Tips for Learning:
Good luck on your journey to becoming a skilled front-end developer! |
Beta Was this translation helpful? Give feedback.
-
watching tutorials is helpful but also practicing them is the best way to learn cause you will make mistakes then learn from them and you'll figure out your way of coding http://w3schools.com and https://stackoverflow.com (this is if you have a question or if you are searching for solution in coding) |
Beta Was this translation helpful? Give feedback.
-
best in the best |
Beta Was this translation helpful? Give feedback.
-
What Is HTML?HTML is the standard markup language used to create and design web pages. It tells the browser how to display content, such as text, images, links, and structure. Key Features
Why Learn HTML?
|
Beta Was this translation helpful? Give feedback.
Hello!
There are many ways to start learning HTML, the best way is with small projects and practice. I recommend these two sites:
They are very useful to find tutorials and explanations to understand HTML tags, structure and more!
Best of luck in your studies