QB64 Commands
HTML Basics
HTML Tags
Lists in HTML
Attributes and Syntax
100

This QB64 command changes the drawing color.

COLOR

100

HTML stands for this.

HyperText Markup Language

100

This tag inserts an image into a webpage.

<img>

100

This tag creates an ordered (numbered) list.

<ol>

100

This attribute specifies the image file location.

src

200

This command draws a single pixel on the screen.

PSET

200

This tag contains all HTML code in a webpage.

<html>

200

This tag creates a hyperlink.

<a>

200

This tag creates an unordered (bulleted) list.

<ul>

200

This attribute is used in hyperlinks to specify the destination.

href

300

This QB64 command draws a straight line.

LINE

300

This tag contains the visible content of a webpage.

<body>

300

This tag creates a horizontal line.

<hr>

300

This tag defines a list item.

<li>

300

HTML comments use this syntax.

<!-- comment -->

400

This command produces sound using a frequency value.

SOUND

400

This tag shows the page title in the browser tab.

<title>

400

This tag creates a table row.

<tr>

400

The <li> tag must be inside these two list tags.

<ul> or <ol>

400

By default, hyperlinks open in this target.

_self

500

This QB64 command fills an enclosed area with color.

PAINT

500

HTML files usually end with this extension.

.html

500

This tag creates a data cell inside a table.

<td>

500

This type of list shows numbers instead of bullets.

Ordered List

500

This attribute displays alternative text for an image.

alt