i just started html,css and java and am having a tough time i need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

i just started html,css and java and am having a tough time i need help

is there any easy way to understand tags and their functions?

21st Nov 2016, 7:58 AM
daveson
1 Answer
+ 3
best is practise, see what everything does and how they work exactly... html is a hypertext language more easy to understand than css and java so start there then css then java. Tags are like blocks square blocks to hold information some tags can be inside another tag like : <body> <p> hello </p> </body> body is a block that holds p and p is inside body, p holds the information "hello" so tags are blocks holding information the opening tag <body> shows the start of the block and closing tag </body> shows the browser were the block ends. some tags don't need closing tags like the <img> tag because its block size will match the size of the image. if u want to see what the blocks look like how large they are or what is inside them give them a background color you will see what im talking about if u dont understand already please feel free to ask me if u don't understand anything about html css and java
21st Nov 2016, 9:21 AM
Ignatius
Ignatius - avatar