This QB64 command makes a short beep sound.
BEEP
This tag starts an HTML document.
<html>
This HTML tag is used to display images.
<img>
This tag creates a table in HTML.
<table>
This tag creates a horizontal rule or line.
<hr>
This command draws graphics pixel by pixel.
PSET
This section contains metadata and page title.
<head>
This attribute tells where the image file is located.
src
This tag defines a table row.
<tr>
This tag creates a numbered list.
<ol>
This command draws a straight graphical line.
LINE
This section contains everything visible in the browser.
<body>
This attribute provides alternative text for images.
alt
This tag defines a table heading.
<th>
This tag creates a bulleted list.
<ul>
This command changes the color used in drawing.
COLOR
This tag is used to write the webpage title.
<title>
This HTML tag creates links to another page.
<a>
This tag defines a table data cell.
<td>
This tag defines an item inside a list.
<li>
This command fills a closed shape with color.
PAINT
HTML is considered this type of language.
Markup Language
This attribute tells the browser where a hyperlink goes.
href
This structure organizes information into rows and columns.
Table
These symbols start and end HTML tags.
Angle brackets < >