This content originally appeared on DEV Community and was authored by Saravanan s
Hi guys
Saravanan Shankar
This my third day of Java full stack my trainer vijay Raghavan of Payilagam h**e teaching the a basic of **html and CSS this is a basic of Java full stack and create a web pages
HTML
Html -hyper text markuplanguage
Html- creating Web page
Html-describes the structure of a Web page
Html- consists of a series of elements
Css
CSS-stands for Cascading Style Sheets
CSS-describes how HTML elements are to be displayed on screen, paper, or in other media
CSS-saves a lot of work. It can control the layout of multiple web pages all at once
CSS-External stylesheets are stored in CSS files
HTML **STRUCTURE
**TYPES OF CSS SELECTORS
1 simple salectors
2 universal selectors
3 attribute selectors
TYPES OF CSS
1 External
2 internal
3 inline
AND also will discuss about the linux short cut key they’re
1 Ctrl + Alt + T: Opens a new terminal window.
2 Ctrl + L: Clears the terminal screen.
3 Ctrl + C: Interrupts the currently running process.
4 Ctrl + D: Logs out of the current session or closes the terminal.
5 Ctrl + Z: Suspends the current foreground process.
6 Ctrl + Shift + C: Copies text from the terminal.
7 Ctrl + Shift + V: Pastes text into the terminal.
8 Ctrl + Shift + T: Opens a new terminal tab.
AND WILL DO ON SIMPLE PROJECT USING THE HTML AND CSS IN THE VS CODE
*Elements in HTML
*
1 block -full
2 inline – fit center
List
1 order
2 unorder
*Unorder example *
This content originally appeared on DEV Community and was authored by Saravanan s