''my journey in web development of 1st week: lessons learned and my best practice''
Hi my self iam D.rajan my degree was completed in B.com(general) iam came here to share my web development course what i learned in first week.
What is web development: web development is the process of building a ''web pages'' web applications and mobile ''web pages'' web development have main three(3) things 'FRONT END' 'BACK END' and DATA BASE what i was learned in my 1st week of class is FRONT END in FRONT END we have main HTML,CSS and JAVA SCRIPT lest discuss about the html stands for (hypertext markup language) is used to create a web peg html is the backbone of web page html mainly have a TAG <> tag contain open tag<> and closing tag</> for example: <h>____</h>. HTML have elements what is element? matter what we text in bet twin open tag and closing tag is called element for example:<h>paragraph</h>. HTML have deafferents types of tag's and elements such mainly used tag's , elements, src are Tag: <h1-h6> h1 is the the most important tag and h6 is the least important tag <h>=heading,<p>paragraph,<img>image,<a href>,<mark>,<strike>.
Hear are the some examples of Tag:
<h1> welcome to web page_____ name</h1>
<p> your matter_____ in paragraph</p>
<img> your image link_____</img>
<a hrer='' your link______''> mail me ___or visit page____>
Element? is the matter what we text in between the open TAG and closing TAG is called element. Src? is called source it is filled in a anchor TAG in open tag only and to practice all this we have install a VISUVAL STUDIO CODE it also called ''vs code'' in vs code we have to open EXTENSIONS in this install LIVE SIRVER or LIVE PREVIEW this will install because what coding we are doing in vs code it will open in beside page to understand better in vs code to practice the tag and all we have to create a one file and one folder the folder name should be .html then only it will work other wise it will not work after creating a file and folder to get cod enter shift ! enter then you will get the coding..... after that i did project1
*PROJECT: 1
I practice a www project this is the world 1st project and after that i did my on project and i inserted a image logo with <img> tag after that i written paragraph in that i did <h1>tag <p>tag <b>tag <ul>tag <br>tag etc... tag
*PROJECT: 2
I did another project:
1.ORDERED LIST (ol): Order list are nothing but all will come in <ol> tag each list item will be in a <li> list item for example rule number: 1 is rajan 2 is varun 3 is deepika like that it will come order list means every thing in systematic matter
2.UNORDERED LIST (ul): unordered list means it is not in a systematic manner it will be in a up and down for example: when we go super market list of items will there in a billing list the item will go up and down also nothing will happen it it called unordered list
3.DEFINITION LIST <dl>: There are some lists called definition list which take <dl> tag and each definition term <dt> tag and each definition data <dd> tag. for example: <dt>
html <dd> hypertext markup language </dd>
</dt >