What is Frontend?π©βπ»π§βπ»
- Front-end is the part that is accessible to the user only, It should be self-explanatory and must be user-friendly and designed. so to achieve this we have some basic languages which can be used to create interactive web pages.It is the creation of a user interface using some markup languages and other tools.
- Front-end development is the process of building the visual and interactive user interface of a website or application using HTML, CSS, and JavaScript.
What is HTML?
HTML stands for HyperText Markup Language. It is the foundational coding language used to create and structure the content of all web pages.
Basic HTML Tags for Document Structure.
What is Javascript?
- JavaScript (JS) is a high-level, text-based programming language used primarily to create interactive and dynamic content on websites.
- It makes the webpage smart and reactive, controlling multimedia, calculating data, and responding to user actions
***Tags vs Elements vs Attributes in HTML:*
- Tags are the starting and ending parts of an HTML element.
- They begin with < symbol and end with > symbol. Whatever is written inside < and > are called tags. Example:
HTML elements:
- Element consists of both the opening and closing tags as well as whatβs inside those tags.
- It normally consists of some structure thatβs used to define the respective tags. -There are many types of tags for using audio,video,images and documents attaching and table creating,map..etc...
Example:below element has opening tag,closing tag ans content.
HTML Attributes:
- HTML Attributes is used to define the character of an HTML element.
- It always placed in the opening tag of an element. It generally provides additional styling (attribute) to the element.
Example: starting and ending tag with extra CSS attributes.
What is CSS?
- CSS is the language we use to style a Web page.
- Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML.
- CSS describes how HTML elements are to be displayed on screen, paper, or in other media.
- CSS we can relate with HTML elements by Inline,Internal and External links. We can add color,underline,fonts and decoration,etc... by using CSS
TYPES OF CSS:





Top comments (2)
good and understandableπ
Awesome π₯π