Skip to main content

Posts

Showing posts with the label advance

earn money facebook

follow this link  Instant Articles | Facebook Instant Articles: Frequently Asked Questions. Instant Articles is a mobile publishing format that enables news publishers to distribute articles to Facebook's app that load and display as much as 10 times faster than the standard mobile web. For the latest updates on Instant Articles improvements and technical revisions

learn html 5 Forms Pt. 1: Input Types

Additional input types Basic form fields created using the  input element include text, password, checkbox, radio, and submit,  which have already been covered in the HTML Beginner section . These types have been extended in HTML5 to accommodate more specific fields:

learn advanced html Tables: Columns, Headers, and Footers

The Columns Strike Back Table rows tend to make table columns look rather stupid. They do all the work, as the table is built row by row, leaving the columns feeling quite rejected. Luckily for those eager columns though, the colgroup  and  col  tags have come to their rescue. These tags allow you to define the table columns and style them as desired, which is particularly useful if you want certain columns aligned or colored differently, as, without this, you would need to target individual cells.