Download presentation
Presentation is loading. Please wait.
Published byErik Gafford Modified over 9 years ago
1
Adding styles
2
Three alternatives HIT151 Web 'n' Net Web Page Basics /*stylesheet*/ h1,h2,h3 { font-family: verdana, arial, 'sans serif'; } p,table,li { font-family: verdana, arial, 'sans serif'; margin-left: 10pt; } ul { list-style: disc; } ol { list-style: decimal; } p,li,th,td { font-size: 75%; } body { background-color: #ffffff; } h1,h2,h3,hr { color:black; } a:link {color:black} a:visited {color:black} a:active {color:mediumblue} a:hover {color:mediumblue} External style sheet HIT151 Web 'n' Net p,table,li { font-family: verdana, arial, 'sans serif'; margin-left: 10pt; } Web Page Basics HIT151 Web 'n' Net p,table,li { font-family: verdana, arial, 'sans serif'; margin-left: 10pt; } Web Page Basics Document level style sheet Inline styles
3
all document wide formatting specified within the container selectors have properties that are listed on separate lines for ease of reading initially establish formatting rules that affect from one to all elements found in the of a document found in element enables a custom design in a document Document level style sheets
4
About BubbleUnder.com Put your style rules here Open your about.html file Insert the markup to add style
5
Reference w3schools.com
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.