Chapter 18: FormsChapter 18: Forms

Chapter 18: Forms

4 years ago

AttributeDescriptionaccept-charsetSpecifies the character encodings that are to be used for the form submission.actionSpecifies where to send the form-data when a…

Chapter 17: Input Control ElementsChapter 17: Input Control Elements

Chapter 17: Input Control Elements

4 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 MapsChapter 16: Image Maps

Chapter 16: Image Maps

4 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: ImagesChapter 15: Images

Chapter 15: Images

4 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 CSSChapter 14: Using HTML with CSS

Chapter 14: Using HTML with CSS

4 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 HTMLHTML 5 Notes For Professional – Chapter – 13: Include JavaScript Code in HTML

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

4 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

5 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

5 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 StructurePosts Permalink: Force Rewrite WordPress URLs to Use /blog/ in Posts Permalink Structure

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…