Knowledge in frontend

HTML for Beginners

Hi, You can learn about basics of HTML from the following videos. I am providing the link of the html sections in the following article.If you want me to make a video on any other html element Kindly specify it in the comment section or contact me throgh the mail id:-  techitechnions@gmail.com 1. Installing Text Editor(Brackets) link:-  https://youtu.be/AeumfiTuokM 2. Making proper notes of all the html section link:-  https://youtu.be/MHqW8kOMudU 3. Headings tag link:- https://youtu.be/rkfbIVRppZM 4. Paragraph tag link:- https://youtu.be/Ydl0h5D9BeA 5. Links in HTML link:- https://youtu.be/eBglvaL3gZw 6. Inserting Images in HTML link:- https://youtu.be/fmXL9RCKERk 7. Inline vs Block Elements link:- https://youtu.be/HTVPtuDYK2A 8. Unordered Lists link:- https://youtu.be/c7KSgW_OfXM 9. Ordered Lists link:- https://youtu.be/QjvqrVUzjQM If you liked the video give it a thumbs up and subscribe to my channel Techi Technions

What is the difference between front end and back end development?

If you had started learning web development, this is the file that would really help you to learn some basics about frontend and backend development along with the differences between them.

Why HTML is known as front-end language?

HTMLHypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScriptIt is the most basic building block of the Web. It defines the meaning and structure of web content.It is just one part or a piece of a web development. (You can say it as a one item in a recipe to prepare a big stuff like website!)How does it work?HTML consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages. Simple example of HTML<!DOCTYPE>  <html>  <head>  <title>Web page title</title>  </head>  <body>  <h1>Write Your First Heading</h1>  <p>Write Your First Paragraph.</p>  </body>  </html> HTML VersionsSince the time HTML was invented there are lots of HTML versions in market, the brief introduction about the HTML version is given below:HTML 1.0: The first version of HTML was 1.0, which was the barebones version of HTML language, and it was released in1991.HTML 2.0: This was the next version which was released in 1995, and it was standard language version for website design. HTML 2.0 was able to support extra features such as form-based file upload, form elements such as text box, option button, etc.

JavaScript Introduction

This file contains a brief introduction of JavaScript. It gives an idea about what is javascript and where is it used. It gives a good reference during the preparation of the exam.

jQuery Dome, frontend development

Frontend development, jQuery Dome examples and notes. Relevant for students pursuing computer science engineering or having the subject web development.