0% found this document useful (0 votes)
6 views1 page

Frontend Web Development Basics

Uploaded by

RAJ UPADHYAY
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Frontend Web Development Basics

Uploaded by

RAJ UPADHYAY
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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>

You might also like