Jessica Andzouana
Software Engineer
wikiHow's Editorial Process wikiHow partners with over 1000+ experts from a wide range of fields to ensure our content is accurate and based on well-established research and testimony. Content Managers conduct interviews and work closely with each expert to review information, answer reader questions, and add credible advice. Learn more about our editorial process and why millions of readers trust wikiHow.
Co-authored Articles (12)
How to
Insert Spaces in HTML
Adding extra space between words and paragraphs in HTML is very different than in apps like Microsoft Word. But don't tear out your hair just yet—we'll show you the easiest ways to control spacing between words and lin...
How to Enable Developer Mode on an iPhone or iPad
An easy guide to enabling Developer Mode on an iPhone running any version of iOS Are you interested in developing apps for iPhone or iPad? Do you want to expand the capabilities of your iPhone or iPad? Enabling Develo...
How to
Resize iFrames in HTML
iFrames let you embed external content, such as YouTube videos, advertisements, and content from other sites into your own web page. You can easily resize iFrames using HTML and/or CSS, and even make them resizable so th...
How to Convert a Figma Project to an HTML File
Share website designs easily with our guide for exportingFigma is great for designing website prototypes, but you can't turn your designs into workable websites without code. Fortunately, there are helpful Figma plugins ...
How to
Use JavaScript Injections
JavaScript injection is a process by which we can insert and use our own JavaScript code in a page, either by entering the code into the address bar, or by finding an XSS vulnerability in a website. Note that the changes...
3 Methods to Set a Background Color with HTML & CSS
An easy-to-follow guide for coding with CSS and HTML to add the background colors of a pageDid you want to change the background color of that page using HTML? Unfortunately, with HTML 5, this is no longer possible in ju...
How to
Learn HTML
HTML is the abbreviation for '''Hyper Text Markup Language''', and is the code, or ''language'' that is used for the creation of basic website layouts. It can look a little daunting if you've never done any coding before...
How to Compile a Java Program Using an SDK or Online Compiler
Use the SDK or an online compiler to check your Java pograms This wikiHow teaches you how to turn your Java source code into an executable app using a local and online compiler. If you're using a computer, the most commo...
How to
Execute HTTP POST Requests in Android
HTTP Post is part of a deprecated HTTP classes like org.apache.http and AndroidHttpClient as of Android 5.1. Migrate your code to the HttpURLConnection classes which includes Posting functionality. HTTP Post is used in ...
How to
Align Something in HTML
A simple and easy guide to use HTML to align obectsProper coding requires the use of CSS to align things in HTML, but not all websites let you customize the style-sheets so you can properly align the parts of your web pa...
How to
Program Using Javascript
JavaScript is a programming language that is used to program websites. It is used frequently by web developers along with CSS and HTML. JavaScript is an easy language to learn. This article will show you the basics of Ja...
iOS Install Tracking: How to Track iOS App Installs with Firebase
When you develop an app, being able to track analytics like app installations is incredibly helpful for mobile attribution, improving your app rank, or tracking campaigns. For that reason, companies have created tools th...