+ 8
How l can learn Html very fast?
17 Answers
+ 8
HTML is like a sandwich, it has layers. Let's take the whole sandwich as the HTML file. The head <head> tag has the description of the sandwich that tells the customer what sandwich it is. Inside the head <head> tag, the meta data <meta> tag and the title <title> tag. Inside the meta data tag is the description of your sandwich.html and the title <title> tag name of the sandwich of your sandwich, let's say we name it "Peanut butter sandwich". Then we move on the body <body> tag which has all the things you need in a "Peanut butter sandwich".
Example of what I'm trying to say:
Let's save it as sandwich.html
<! DOCTYPE HTML>
<html>
<head>
<meta name="description" content="a sandwich with peanut butter">
<title>Peanut butter Sandwich</title>
</head>
<body>
<!-- inside here is your sandwich looks like -->
<header>
Bread
</header>
<section>
Peanut butter
</section>
<footer>
Bread
</footer>
</body>
</html>
+ 8
Thanks for your help
+ 6
only one way to learn any things fastly which is practice and spend more times in those things which you want to learn . You can learn html and css both from basic to advance level in just 1 weeks . First learn basics then try to do practice more and more .
sololearn tutorials are not enough for learning you can get many tutorials from youtube , coursera, udmey ,you can learn from these sites.
you can visit this sites also this is best for learn html css and js
www.w3school.com
+ 6
Ok thanks for your reply 🙂
+ 5
Okay 👌
+ 5
Ok
+ 5
I will do it
+ 5
Thanks for your reply 👍 🙂 😊 😀 🙏
+ 4
Thanks 🤣🤣🤣
+ 4
HTML is already something which can be learned very fast. How much more fast do you want to take for a language.
+ 2
Doing good projects. May be? Only then you know how things actually work
+ 2
Html is easy and very simple, you can learn it so fast, but after learn, don't forget to test yourself, for first you don't use framework, just try with your keyboard, it can make you be a master of HTML 👌 keep it up
+ 2
Start with static pages...🤔 Then move to javascript... and then to dynamic pages...
+ 2
Use mainly youtube and sololearn in order to learn the basics of html easily and quickly so you can finish in a short while.
:) :-) ;-)
+ 1
Udemy academy. Check it out.
+ 1
html very easy you can learn html fast but read book about it and watching video in YouTube and training html
good luck
0
I'd recommend taking your time and creating small projects while implementing recently learned parts when learning a new language or else it will be easily forgettable and the performance of your code will most likely be lacking.