PHP Classes

File: sample2/sample.html

Recommend this page to a friend!
  Classes of mehmet emin akyüz   Inherited CSS   sample2/sample.html   Download  
File: sample2/sample.html
Role: Auxiliary data
Content type: text/plain
Description: a sample html file
Class: Inherited CSS
Build CSS styles that inherit from parent styles
Author: By
Last change:
Date: 11 years ago
Size: 583 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="sample.css" rel="stylesheet" type="text/css" /> </head> <body> <p class="cls1">class 1 test</p> <p class="cls2">class 2 test</p> <p class="cls3">class 3 test</p> <p class="cls4">class 4 test</p> <p class="cls5">class 5 test</p> <p class="cls6">class 6 test</p> <p class="cls7">class 7 test</p> </body> </html>