Tag Archives: HTML 5

html 5 programming

JavaScript – page settings – 004.

This is an example of source code from an HTML page with basic settings:

The integrity attribute is used to ensure that the resource is loaded – in this case, the CSS file from the external CDN. The attribute value contains a cryptographic hash of the file contents, which is checked against the downloaded… Read More »

Web – Google Book A.P.I. and codepen.

The tool website called codepen.io is a very useful tool in which you can test HTML, CSS, and JavaScript source code with the related libraries. In this short tutorial, I show you I translated a simple example from Google Books A.P.I. in the codepen.io web interface. The basic example of the source code from the… Read More »

Web – ACE online editor.

This is an embeddable code editor written in JavaScript with many features: Syntax highlighting for over 110 languages (TextMate/Sublime Text.tmlanguage files can be imported) Over 20 themes (TextMate/Sublime Text .tmtheme files can be imported) Automatic indent and outdent An optional command line Handles huge documents (four million lines seems to be the limit!) Fully customizable… Read More »

Test with an button effect.

This tutorial is about how to create a button with a good effect. First, the HTML 5 source code comes with the button using the div tag:

The next step is to use a CSS format to add the font style and create these settings: button settings for after, before and hover; two rectangles… Read More »