Empowering The World Through Technology

Connecting CSS with Webpage Complete Coding

0 287

Easy methods to Connecting CSS with Webpage Full coding Process. On this tutorial you’ll discover ways to join cascading model sheet – css with a webpage of web site. full video tutorial can be on the finish of this put up.

Lecture 06 Matter: CSS

  1. What’s CSS?
  2. Easy methods to join css file to html, wordpress, php?
  3. Change webpage background?
  4. Technique to vary font measurement and elegance?
  5. Distinction between ” ID “” and ” CLASS “.
  6. Easy methods to use ” ID ” and ” CLASS ” and their guidelines.

CSS – ID

  1. image of sophistication is ( # ) signal.
  2. first letter ought to be alphabet.
  3. there isn’t a house between letters.
  4. letter will probably be separate solely with sprint – and underscore _ letter.
  5. class is used to model just one ingredient

CSS – Class

  1. image of sophistication is ( . ) signal.
  2. first letter ought to be alphabet.
  3. there isn’t a house between letters
  4. letter will probably be separate solely with sprint – and underscore _ letter.
  5. class is used to model multiple ingredient
connecting css with webpage lecture 06

CSS – Cascading Model Sheet coding

h1,h2,h3,h4,h5,h6{
	shade: maroon;
	font-weight: daring;
	font-style: italic;
}
.p{
	background-color: yellow;
	shade: purple;
	font-weight: daring;
	font-size: 30px;
}

Full Webpage file coding

<!DOCTYPE html>
<html>
<head>
	<title> Matter 06 css</title>
	<hyperlink rel="stylesheet" sort="textual content/css" href="model.css">
</head>
<physique>
<h1>CSS</h1>
<p> ALP Tutorial Calendar for Main and Elementary College. ALP Tutorial Calendar for Main Courses. Obtain fifth Class ALP Tutorial Calender, 4th Class ALP Tutorial Calender, third Class ALP Tutorial Calender, 2nd Class ALP Tutorial Calender, 1st Class ALP Tutorial Calender from under. </p>

<P>Obtain SED HRMS private File Cowl web page and Checklists. College training division has determined to determine all lecturers report on-line. On this regards Directorate of Public Instruction (S.E) has introduced a notification (connected under).</P>

</physique>
</html>

Watch Full Video for Connecting CSS with Webpage

  1. On-line Rozgaar – What’s HTML, CSS, JS, PHP and SQLI
  2. Easy methods to Use Totally different HTML Tags in a Webpage | Lecture : 02
  3. Easy methods to create Desk, Paragraph, Marquee and their properties
Leave A Reply

Your email address will not be published.