This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Animated Police Car</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <style id="jsbin-css"> | |
| * { | |
| margin: 0; | |
| padding: 0; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!--start html--> | |
| <html> | |
| <!--start head--> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="mycss.css"> | |
| <link rel="stylesheet" type="text/css" href="media-query"> | |
| <meta charset="utf-8"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>List of food Items</title> | |
| <style id="jsbin-css"> | |
| body{ | |
| background-color:lightblue; | |
| } |