+ 3
Hey what we use<head> insted head,i mean what does "<" and ">"??
im newbie coder so its a basic question😊?
5 odpowiedzi
- 1
These brackets < > tell the browser when the block of code starts and ends, without them your data will be just throw onto the page unstructured. Its like saying why do you need a suitcase when you go on Holidays , why not just use your hands.
+ 4
< and > are used to differenciate the content from the information about the content, as both are mixed in an html document... So, the syntax is to tag certain parts of content inside opening and closing tag keywords as "<p>some text</p>" to delimit a paragraph, or a lot of less or more specialized element to describe the content of a web document, and indicate how to display/handle it with powerful possibilities...
Using JS inside web environements, require quickly some basis in Html and Css (this second one is an also powerful styling specialized language mainly dedicated to been interfaced with Html) ^^
+ 2
It represents a tag in HTML
+ 1
the < lower than and > greater than shows that this is a tag
0
The html tags are enclosed in angle braces