Sharp Tutorial
Font Properties

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

HTML

  • HTML Home
  • Introduction
  • HTML Element
  • Commonly used tags
  • Hyperlinks
  • Images in HTML
  • Div in HTML
  • Html Forms
  • Html Tables
  • Miscellaneous Topics

CSS

  • Introduction to CSS
  • How to apply CSS
  • CSS Selectors
  • Border in CSS
  • Text Formatting in CSS
  • Font Properties
  • Margin in CSS
  • CSS in List
  • CSS in Link
  • CSS Animation
  • CSS Effects
  • CSS Pagination
  • CSS Media Query

Java Script

  • Java Script Home
  • Introduction to Java Script
  • Variable in Java Script
  • Operators in Java Script
  • If-Else in Java Script
  • Loops in Java Script
  • Array in Java Script
  • Function in Java Script
  • Objects in Java Script
  • Java Script DOM

Font Properties

Some Font related properties is shown below in the command

 

<!DOCTYPE>
<html>
<style>
.line1{
font-size:50px;
font-family:Times New Roman;
font-weight:normal;
color:orange;
}
.line2{
font-size:4.25em;
font-family:Serif;
font-style:italic;
font-weight:bold;
color:green;
}
</style>
<body>
<p class="line1">Hello World! Welcome to Sharp Tutorial.</p>
<p class="line2">Learn with us CSS in few hours.</p>
</body>
</html>


 

Output of the following code is given below:

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial