Which of the following is NOT a valid <meta type="robots" content="<values>" /> value. nocache What is the difference between padding and margin? margin auto-collapses, padding doesn't What is the minimal way to define the character set with meta tag? <meta charset="UTF-8"> Which HTML5 tag would most semantically group a page title (in an H1 tag) and tagline (in an H2 tag)? <hgroup> What is the tag used to define attribute values for one or more columns in a table? <col> Which script is useful in rendering dynamic images in canvas? <javascript> What does the following code do: <input type="text" name="user_name" autofocus="autofocus" />? The browser will automatically give the user_name field focus when the page loads. The following link is placed on an HTML webpage. <a href="http://msdn.com/" target="_blank"></a> W...
How To Use Animate.css In a recent battle with the “Just-add-water CSS Animations” plugin, Animate.css , I was a little distressed to find no documentation on the site. It got to the point where I was flipping through multiple Google searches just looking for something basic. With that in mind, I thought we’d just start the process here to get you started using the Animate.css plugin. Step 1: Download/Upload the plugin This one is pretty simple. Click on the “Download on Github” link on the page, or click this link to visit the animate.css github page . If you know what a .min.css file is, go right ahead and just use that version. If you don’t, click on the animate.css link in the middle of the page to access it’s set of coding. After clicking animate.css you’ll be taken to another GitHub page with options along the top. From here, click Raw. This will load the plugin’s full coding spectrum in basic text format. From here, you can copy and...
Comments
Post a Comment