About the HTML FAQ category
|
|
1
|
676
|
October 5, 2020
|
This exercise uses the `_blank` value to open pages in new tabs. Does the `target` attribute have other values?
|
|
15
|
56490
|
August 14, 2020
|
Can the <li> element contain content other than text?
|
|
12
|
59547
|
August 28, 2020
|
Why would raw text need a structure?
|
|
27
|
185834
|
January 10, 2020
|
Why would we want to separate small pieces of content?
|
|
30
|
47913
|
September 9, 2020
|
What is the difference between content that is inline vs blocks of content?
|
|
3
|
49996
|
October 20, 2020
|
What is the point of nesting the <p> element in a <div> element?
|
|
41
|
118702
|
November 4, 2020
|
Can I link to images that are stored locally on my own computer?
|
|
19
|
61137
|
September 14, 2020
|
Why should we use divs if they don't change things visually?
|
|
44
|
117350
|
October 9, 2020
|
Is it correct to say that the <body> element is nested within the <html> element?
|
|
22
|
83856
|
December 21, 2020
|
If both <br> and <br /> are valid syntaxes, which one should I use?
|
|
27
|
74658
|
September 22, 2020
|
Can id attributes only be used on <div> tags?
|
|
18
|
102822
|
September 3, 2020
|
Does the <li> tag always have to be nested within the <ul> tag?
|
|
8
|
63399
|
July 2, 2020
|
How does the browser know what language other documents are written in? For example, why doesn’t css need a doctype?
|
|
11
|
52852
|
May 4, 2020
|
This exercise nests anchors within `<li>` elements. Wouldn’t it make more sense to make the entire `<li>` a clickable anchor by nesting the `<li>` in anchor tags instead?
|
|
10
|
35026
|
January 3, 2021
|
Is there a way to increase the space between the number and the text of each <li>?
|
|
0
|
48349
|
March 9, 2018
|
Why are some tags self-closing but others are not?
|
|
21
|
40254
|
January 28, 2021
|
Why does the content of a web page need to be described with tags?
|
|
3
|
32613
|
January 17, 2019
|
Why doesn’t the controls attribute need a value?
|
|
0
|
33338
|
March 14, 2018
|
Is two space indentation for nested elements standard practice?
|
|
14
|
66356
|
July 30, 2020
|
What does it mean for a tag to be rendered?
|
|
4
|
42092
|
April 10, 2020
|
Is there a way to have the list items sit flush against the page like the rest of the text?
|
|
2
|
49406
|
July 3, 2020
|
What happens if we put raw text directly in the <ul> element?
|
|
2
|
73946
|
February 28, 2020
|
How do we know which heading element to pick?
|
|
24
|
79941
|
May 30, 2020
|
There are so many tags! How can I ever remember them all?
|
|
10
|
47526
|
April 29, 2020
|
Are line breaks the standard way of manipulating the position of HTML elements?
|
|
16
|
49895
|
November 29, 2020
|
<div> and <p> elements seem to do the same thing, what are the differences between the two?
|
|
14
|
55714
|
September 3, 2020
|
Why does input not require a closing tag?
|
|
19
|
10122
|
January 3, 2021
|
Could I use a src attribute on a `<p>` tag to load in raw text?
|
|
2
|
32354
|
November 22, 2018
|
Why does the browser need metadata about the page?
|
|
9
|
47069
|
August 14, 2020
|