Css and HTML
Css and HTML
<!-- Notes are located within these symbols --> <p> Code is written within tags </p>. You can change the title your make will be published as <title>Create Your Own Comic: A Starter Make</title> Or you can change the style
<style> This opens the style body { background-color:#EFEFEF; font-family:"Comic Sans MS", sans-serif; line-height:1.2; text-align: center; Change the font padding: 40px 0 0 20px; } <style/> This closes the style <html> <body> This opens the body of your page Change the heading <h1>Create your own Comic!</h1>
Change the text Change the text and the image. <div class="comic"> This is where the comic starts <div class="scene"> <p class="caption bottom">Set the scene for the comic...</p> <p class="speech left">Look at the view!</p> change the text within the tags <p> </p> <imsrc="http://farm1.staticflickr.com/13/17778109_cc9d631ba7.jpg" alt="" /> </div> This is where the comic ends
</body> This closes the body of your page </html>
To insert an image:
- Google images - right click on the image - copy image URL - paste the URL within the of the <img src= />