HTML---> Hyper Text Markup Language ->Responsible for webpage structure ->building blocks of web page --> HTML elements are represented by syntax content in between the tags "<>". heading text
---> Heading Elementtext
--> Paragraph element ---> Image element---->Line break
Basic HTML Page Structure:
==== HTML VERSION ==== ROOT Element ==== INFORMATION ABOUT THE PAGE(META, LINK, TITLE) <title>Documnet</title> === PAGE TITLE ................META, LINK === WHAT WILL BE DISPLAYED ON THE PAGE .........PAGE CONTENTExtension:
-->Live server
-->file->Auto save option
-->settings-->wordwrap
-->settings.json --> we can see recent changes
-->Emmet(it is an builtin function)--->when will type something on vs it will give abbreviation
Emmet-> the essential toolkit for web-developer
-->
--->
pexel.com
-->br--->line break
external link:link the web page
visit udemy for more information
target-->i will open the link page in separate tab.
Internal link: we have create one html file for example about.html inside we need to give index.html file and give go back to homepage in description then in index.html file we need to add link about.html file.
Link within the page: for eample if we have big page and we are in bottom of the page and if we need to reach top of the page without scrolling up, we can link the top line id so that we can reach top of the page once we clicked the link.
back to the top
image as a link: now the image working as link
Empty link:
if we will not mention any link adderss in herf, instead of address just we are mentioning #,
then image will not navigate anywhere.