-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Description
Interestingly, the HTML5 equivalent:
<!DOCTYPE html>
<html>
<body>
<ol>
<li>
<dl>
<dt>PH DT</dt>
<dd>
<table>
<thead>
<tr>
<th>PH TH 1</th>
<th>PH TH 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>PH TD 1</td>
<td>PH TD 2</td>
</tr>
<tr>
<td>PH TD 3</td>
<td>PH TD 4</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</li>
</ol>
</body>
</html>...renders correctly:
However, in some very similar Markdown:
1. > Describe the difference between real-time and on-demand bit streaming.
[?] Real-time bitstreaming is processed as it is received (immediately), whereas on-demand bitstreaming is usually pre-loaded and buffered, because it is provided in response to explicit user request.
1. > Name four pieces of hardware that make up the internet.
[?] Routers, switches, bridges, and cables (RJ-45 Ethernet; RJ-11 DSL).
1. > Describe how the World Wide Web is different to the internet.
[?] The WWW is a service that operates on the hardware of the InterNet.
1. > State three differences between IPv4 and IPv6 addresses.
[ ]:
: IPV4 | IPV6
----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------
IPV4 addresses are comprised of 4 groups, whereas: | IPV6 addresses are comprised by 8 groups.
IPV4 addresses are comprised of base-10 integers divided by period-delimited positional notation, [^1] whereas: | IPV6 addresses are comprised of base-16 integer-strings divided by colons.
IPV4 addresses
[^1]: [`math.stackexchange.com/q/2256446`][1]
[1]: https://math.stackexchange.com/q/2256446/734611
1. > State three differences between an internal and external IP address.
[ ]:
: 1.
1.
1.
1. > Describe how a domain name is converted into its matching IP address.
[ ]:
: 1.
1.
1. ...In the 3-tr table, /html/body/dl/dd/table/thead/tr + th\[1\]|tr\[1\]\/td\[1\]|tr\[2\]\/td\[2\] render truncated:
Metadata
Metadata
Assignees
Labels
No labels

