Chapter 17: Input Control Elements

3 years ago

ParameterDetailsclassIndicates the Class of the inputidndicates the ID of the inputtypeIdentifies the type of input control to display. Acceptable values…

Chapter 16: Image Maps

3 years ago

Tag/AttributeValue<img>Below are the image map-specific attributes to use with <img>. Regular <img> attributes apply.usemapThe name of the map with a…

Chapter 15: Images

3 years ago

ParametersDetailssrcSpecifies the URL of the imagesrcsetImages to use in different situations (e.g., high-resolution displays, small monitors, etc)sizesImage sizes between breakpointscrossoriginHow…

Chapter 14: Using HTML with CSS

3 years ago

CSS provides styles to HTML elements on the page. Inline styling involves usage of the style attribute in tags, and…

HTML 5 Notes For Professional – Chapter – 13: Include JavaScript Code in HTML

3 years ago

AttributeDetailssrcSpecifies the path to a JavaScript file. Either a relative or absolute URL.typeSpecifies the MIME type. This attribute is required…

HOW TO CONVERT FORMDATA TO JSON OBJECT

4 years ago

Recently, whilst working on a project I needed to take HTML FormData and then convert it to JSON to be…

BULK LINUX CHMOD COMMANDS FOR FILES & DIRECTORIES

4 years ago

Recently in Ubuntu which I use for my hosting operating system of choice I needed to bulk change permissions on…

How to deny/allow access to files using .htaccess file

5 years ago

Question: How can I allow and deny HTTP access to files based on file extensions? I need to deny access…

Posts Permalink: Force Rewrite WordPress URLs to Use /blog/ in Posts Permalink Structure

5 years ago

This tutorial will show you ways to force rewrite WordPress URLs to use /blog/ in posts permalink structure. Websites that…

How to prevent SQL injection in PHP

5 years ago

Use prepared statements and parameterized queries. These are SQL statements that are sent to and parsed by the database server separately…