How l can learn Html very fast? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How l can learn Html very fast?

17th Aug 2020, 12:45 PM
Afra
Afra - avatar
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>
19th Aug 2020, 1:41 AM
Junaire Edris Buico
Junaire Edris Buico - avatar
+ 8
Thanks for your help
17th Aug 2020, 5:18 PM
Afra
Afra - avatar
+ 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
17th Aug 2020, 4:49 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 6
Ok thanks for your reply 🙂
19th Aug 2020, 1:14 AM
Afra
Afra - avatar
+ 5
Okay 👌
19th Aug 2020, 5:20 AM
Afra
Afra - avatar
+ 5
Ok
19th Aug 2020, 7:23 AM
Afra
Afra - avatar
+ 5
I will do it
19th Aug 2020, 7:23 AM
Afra
Afra - avatar
+ 5
Thanks for your reply 👍 🙂 😊 😀 🙏
19th Aug 2020, 7:23 AM
Afra
Afra - avatar
+ 4
Thanks 🤣🤣🤣
17th Aug 2020, 12:56 PM
Afra
Afra - avatar
+ 4
HTML is already something which can be learned very fast. How much more fast do you want to take for a language.
18th Aug 2020, 7:21 AM
Brr
Brr - avatar
+ 2
Doing good projects. May be? Only then you know how things actually work
17th Aug 2020, 4:23 PM
anjit pariyar
anjit pariyar - avatar
+ 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
19th Aug 2020, 12:52 AM
Deri kurniawan
Deri kurniawan - avatar
+ 2
Start with static pages...🤔 Then move to javascript... and then to dynamic pages...
19th Aug 2020, 4:35 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 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. :) :-) ;-)
19th Aug 2020, 9:34 AM
Mengliboyev Zohidbek
Mengliboyev Zohidbek - avatar
+ 1
Udemy academy. Check it out.
19th Aug 2020, 5:50 AM
Astha Baranwal
+ 1
html very easy you can learn html fast but read book about it and watching video in YouTube and training html good luck
19th Aug 2020, 7:55 AM
maydrt
maydrt - avatar
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.
19th Aug 2020, 6:43 AM
Joshua Gabel
Joshua Gabel - avatar