Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
RaspBerry
/
HTML
:
keynum01.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!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" /> <title>Document sans nom</title> </head> <style type="text/css"> container { width: 442px; border: 1px solid black; display: inline-block; } block { display: inline-block; width: 100px; height: 100px; margin: 5px; background: red; float: right; } block[v2] { height: 210px; } block[h2] { width: 210px; } </style> <body> <container> <block>6465</block> <block></block> <block></block> <block></block> <block v2=""></block> <block></block> <block></block> <block></block> <block></block> <block></block> <block></block> <block v2=""></block> <block></block> <block></block> <block></block> <block></block> <block h2=""></block> </container> </body> </html>