mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 21:30:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <style>
 | |
|     .read-write {
 | |
|         background-color: green;
 | |
|     }
 | |
|     .read-only {
 | |
|         border: 4px solid magenta;
 | |
|     }
 | |
| </style>
 | |
| <input type="text" class="read-only" value="whf">
 | |
| <input type="text" class="read-write" value="whf">
 | |
| 
 | |
| <p class="read-only">Well hello friends</p>
 | |
| <p class="read-write">Well hello friends</p>
 | 
