« Web, HTML, Tech Forum

How to learn html?

Posted by PipGirl

posted

Forum: Web, HTML, Tech

I need advice, how to I learn HTML? 


Report Topic

5 Replies

Sort Replies:

Reply by Gluma

posted

I assume you mean the code for making a profile (AKA CSS). In that case, I think there’s some good top threads on this very forum topic that you can look through; there’s even a thread with CSS tutorial links.

If you genuinely mean HTML, though, I’ve heard W3Schools is a good site for that :0 it’s a pretty simple language (...I think...I learned a bit of it for a comp sci class when I was 16 if that means anything).

The <marquee> tag is my favorite HTML tag <33


Permalink Report Reply

Reply by NosyCat

posted

Reply by Suzettey

posted

Like someone else said, you can use w3schools! They have pretty much everything on there, too. Also, I'd recommend using inspect element on some websites and checking out how things work based on what you've learned. That's how I picked up some stuff.


Permalink Report Reply

Reply by Duffin

posted

I'm too lazy to go through it right now:


Certainly! Learning HTML (Hypertext Markup Language) is a great starting point for web development. Here are some resources to help you get started:

  1. W3Schools HTML Tutorial:
    • W3Schools offers a free HTML tutorial with more than 200 examples. You’ll learn the basics of HTML, including elements, attributes, and how to create web pages. They also provide an online editor where you can try out HTML code and see the results in real time. Check it out: W3Schools HTML Tutorial1.
  1. MDN Web Docs - Getting Started with HTML:
    • The Mozilla Developer Network (MDN) provides an excellent guide for beginners. It covers the absolute basics of HTML, defining elements, attributes, and other important terms. You’ll learn how HTML elements are structured and how to create a typical HTML page. Dive in here: Getting started with HTML2.
  1. GeeksforGeeks HTML Tutorial:
    • GeeksforGeeks offers a comprehensive HTML tutorial that covers both fundamentals and advanced topics. You’ll start with basic HTML tags, attributes, layout, and responsiveness. As you progress, you’ll explore HTML5 features like forms, media, and APIs. Explore it here: HTML Tutorial - GeeksforGeeks3.
  1. YouTube Crash Course:

Remember, practice is key! Start by creating simple web pages, experiment with different tags, and gradually build your skills. Happy coding! 🌐

HTML structure diagram


Permalink Report Reply

Reply by Suzettey

posted

Oh wait, I mentioned w3schools but there's also an app called Sololearn that is basically like Duolingo for coding languages. Might want to check that out too.


Permalink Report Reply