AgerNic.com
WEB DEVELOPER SITE, HTML, CSS, PHP, SQL

CSS bold, Style, Property



CSS Tutorial » CSS bold, Style, Property

When designing a web page, we often need bold style.
How can we do this?
Adding - font-weight - In a fairly simple way like:
Inline - by using the style attribute in HTML elements
Internal style - by using a <style> element in the <head> section
External style- by using an external CSS file as style.css

Example: a simple code array, change parameters on this window
<!DOCTYPE html>
<html>
<head>
<title>CSS Font-weight Internal style</title>
<style>
p.normal {
font-weight: normal;
}

p.light {
font-weight: lighter;
}

p.thick {
font-weight: bold;
}

p.thicker {
font-weight: 900;
}
</style>
</head>
<body>

<h1>Font-weight Property making bold style</h1>

<p class="normal">Here your text.</p>
<p class="light">Here your text.</p>
<p class="thick">Here your text (this is bold style).</p>
<p class="thicker">Here your text (this is bold style).</p>

</body>
</html>

CSS Text Bold
CSS text style text bpld decoration, txt shadow
HTML Text Style
CSS bold style font-weight property

 

CSS in line bold text style property - example

More examples - CSS in line bold text style property - example

Example:
<!DOCTYPE html>
<html>
<head>
<title>CSS bold - examples</title>
</head>
<body>

<h2>CSS inline bold example The font-weight Property</h2>

<p style="font-weight:bold">This is a paragraph.</p>
<div style="font-weight:bolder">text here using inline style into a div</div>

</body>
</html>

 

Tags: css bold p, text style, letter, css bold and italic, in line css.Tags: CSS bold, CSS font-family, Font-size CSS, Font-style CSS

css bold, tag, bolded, property, bolder, css bold p, text style, letter, and italic, in line, text, text style, text button, fonts css text bold, on hover, italic, font, property, bootstrap, tag, size, code
CSS bold, Style, Property - css tutorial

Online Editor
ONLINE EDITOR

news templates


COLOR PICKER

news templates
This tool makes it easy to create, adjust, and experiment with custom colors for the web.


HTML Templates
news templates
Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.


CSS HTML Layout
news templates
Find here examples of creative and unique website layouts.


Free CSS HTML Menu
news templates
Find here examples of creative and unique website CSS HTML menu.


CSS Scrollbar Horizontal
CSS Scrollbar in Div
CSS Scrollbar Firefox
CSS Style Scrollbar
CSS Style Text
CSS background color
CSS Div Id Class
CSS Text Wrap
CSS text-align
CSS Text Decoration
CSS Text Shadow
CSS Text Color
CSS Text Bold
CSS Text Size
CSS background image full
CSS background opacity
CSS border radius
CSS rounded corners
CSS font color
CSS Class & ID
CSS align image center
CSS align content
CSS link color
CSS Text Style
CSS Text Font Size
CSS max width &height
CSS width and height
CSS Margin
CSS Padding
CSS Border Style
CSS background
CSS in HTML
Basic Syntax of CSS
CSS Introduction
Online Editor
ONLINE EDITOR

news templates


COLOR PICKER

news templates
This tool makes it easy to create, adjust, and experiment with custom colors for the web.


HTML Templates
news templates
Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.


CSS HTML Layout
news templates
Find here examples of creative and unique website layouts.


Free CSS HTML Menu
news templates
Find here examples of creative and unique website CSS HTML menu.


Upload Image, display, edit and delete i...
Login Form with Image background...
How to Create an Image with Transparent ...
Portfolio Gallery Website with filtering...
Simple pagination script PHP MySQLi...
Center Image in div...
Image Hover Overlay Fade...
Sticky image / element / div on scroll...
Responsive images...
Create rounded image in HTML CSS...
Add border around image...
Position Text Over an Image HTML CSS res...
Create a Slideshow Images Gallery...
Create a Sticky Sidebar...
Search bar using CSS HTML...
Shrink Navigation Menu on Scroll...
How to Create Accordion HTML Templates...
Dropdown menu in the navigation bar...
Responsive Top Navigation Bar with mobil...
Split horizontal navigation bar...