CONTENT-Student Management System
CONTENT-Student Management System
CONTENT-Student Management System
The part of a website where the user interacts directly is termed as front
end. It is also referred to as the ‘client side’ of the application.
HTML
HTML is used to create the structure of web pages that are displayed
on the World Wide Web (www). It contains Tags and Attributes that
are used to design the web pages. Also, we can link multiple pages
using Hyperlinks.
Tags in HTML:
Internal CSS
Inline CSS
External CSS:
An external style sheet can be written in any text editor, and must
be saved with a .css extension. The external .css file should not contain
any HTML tags. With an external style sheet, we can change the look of
an entire website by changing just one file. Each HTML page must
include a reference to the external style sheet file inside the <link>
element, inside the head section.
Internal CSS:
An internal style sheet may be used if one single HTML page
has a unique style.The internal style is defined inside the <style>
element, inside the head section. The internal styles are defined
within <style> element inside the <head> section of the HTML page.
Inline CSS:
An inline style may be used to apply a unique style for a single
element.To use inline styles, add the style attribute to the relevant
element. The style attribute can contain any CSS property.Inline
styles are defined within “styles” attributes.
Javascript
JavaScript Literals:
The two most important syntax :
REFERENCES
1. https://www.tutorialspoint.com/php/index.html
2. https://www.geeksforgeeks.org/web-development/
3. http://www.iosolution.in/
4. https://www.w3schools.com/css/