LAB 10
<!DOCTYPE html> <html lang="en"> <head> <title>Lighthouse Island Bistro</title> <meta charset="utf-8"> <style> body { font-family: Verdana, Arial, sans-serif; background-color: #00005D; } #wrapper { background-color: #b3c7e6; color: #000066; width: 80%; margin: auto; min-width: 940px; } #leftcolumn { float: left; width: 150px; } ...



