DEV Community

Jagadeesh Koyya
Jagadeesh Koyya

Posted on

1 1

HTML5

Hey there! Just out of curiosity, I'm asking you what's an H-T-M-L?

Good! It's called Hypertext Markup Language and it's not a programming language.

Why it's called as a markup language? Because there are tags included and it's not dynamic. Didn't get through? See this example.

"<"html> "<"/html>

• That's a html tag, my friend. Try to see it without quotes. It's the begining tag and the ending tag with a backslash "/".

• Form basic web development projects to deployment of your work, you're gonna need HTML.

• index.html is the root file when it comes to deploying your project in a remote server.

As we speak of programming languages, what's the syntax of HTML5?

Semsntics of HTML

Whenever you wanted to make a website for yourself, you're gonna make use of these tags for sure.

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay