frontend - html[structure/layout],css[style],javascript[logic i.
e functions]
live server [ used to go live on web page ]
[Link]= homepage of web page
! [emmet abravation ] which prove a ready code without body of code
to open the link in next tab we use [ TARGET TAG]
DIV tag usese over all space if we apply paragraf tag in DIV i.e when we add
paragragh in DIV
also we can add background using div
list tag is used to represnt data in the frm of list i.e <li>-------</li>
before applying list tag we have to apply that how we want that list to be
example= [Link] <ol>------</ol> [Link] list <ul>-------</ul>
i.e <ul>
<li>-------</li>
</ul>
also we can add sub list the same list adding another ul or ol & list tag
Using table tag we can form tables in webpage
using <table>-----</table>