This exercise discusses the `scope` attribute. What is the purpose of the scope attribute and are row and col the only values this attribute can have?
|
|
24
|
53229
|
May 15, 2022
|
Can we nest any element within `<a>` tags? (li elements?)
|
|
16
|
67026
|
December 9, 2021
|
Why do we need to use 2-space indentations?
|
|
7
|
89158
|
January 1, 2021
|
How to decide between video and embed?
|
|
41
|
20594
|
January 13, 2023
|
Couldn’t we use a `<tr>` tag rather than the `<tfoot>` tag for the footer instead?
|
|
17
|
44426
|
December 31, 2022
|
Why does input not require a closing tag?
|
|
29
|
26179
|
November 22, 2022
|
Why would we want to “section off” tables with the `<tbody>` tag?
|
|
18
|
55037
|
April 27, 2022
|
Why is the doctype a different color from the <html> tags?
|
|
0
|
40019
|
June 27, 2018
|
How can you indent multiple lines all at once?
|
|
22
|
29929
|
March 21, 2023
|
Sectioning off the table headings doesn’t appear to change anything. Why does it “make sense to section off the table headings”?
|
|
4
|
21392
|
March 13, 2023
|
Could I use a src attribute on a `<p>` tag to load in raw text?
|
|
3
|
44640
|
March 12, 2023
|
Do attributes need to be in a specific order?
|
|
5
|
24448
|
March 2, 2023
|
How can I link to a file on my own computer?
|
|
28
|
74392
|
February 9, 2023
|
Why would raw text need a structure?
|
|
33
|
197975
|
January 7, 2023
|
<div> and <p> elements seem to do the same thing, what are the differences between the two?
|
|
20
|
86466
|
December 8, 2022
|
Do you have to use a seperate tag for Audio Source? Can you use it like an img tag?
|
|
14
|
16060
|
August 11, 2022
|
What are the advantages of using relative paths?
|
|
16
|
36624
|
January 21, 2022
|
Can we only display either numbers or bullet-point lists?
|
|
0
|
70888
|
March 9, 2018
|
How do we know which heading element to pick?
|
|
37
|
113972
|
March 16, 2023
|
Is there a way to have the list items sit flush against the page like the rest of the text?
|
|
6
|
67868
|
February 5, 2023
|
For the method attribute what are the differences between POST and GET?
|
|
25
|
11504
|
December 20, 2022
|
Isn't font size more presentation than structure?
|
|
5
|
70277
|
October 29, 2022
|
What happens after submit is pressed? Where does the information go?
|
|
33
|
28228
|
October 30, 2021
|
Can the content of the `<title>` element be the same as the content of the `<h1>` element?
|
|
13
|
51889
|
May 4, 2021
|
How do I change the font size within table cells?
|
|
56
|
124670
|
March 13, 2023
|
Why is "DOCTYPE" uppercase but "html" lower?
|
|
13
|
45677
|
March 10, 2023
|
What is good alt text to use?
|
|
51
|
65114
|
March 9, 2023
|
What should colspan="2" look like?
|
|
17
|
51506
|
February 8, 2023
|
What kind of information do attributes provide?
|
|
10
|
109684
|
February 8, 2023
|
Do we always have to add JavaScript in the HTML file directly?
|
|
5
|
14917
|
February 3, 2023
|