About the HTML FAQ category
|
|
1
|
1295
|
February 1, 2021
|
Can the <li> element contain content other than text?
|
|
19
|
88532
|
August 15, 2023
|
This exercise uses the `_blank` value to open pages in new tabs. Does the `target` attribute have other values?
|
|
27
|
84329
|
September 18, 2023
|
Can I link to images that are stored locally on my own computer?
|
|
37
|
92457
|
August 19, 2023
|
What is the difference between content that is inline vs blocks of content?
|
|
4
|
69918
|
April 23, 2023
|
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?
|
|
51
|
57938
|
August 25, 2023
|
Why are some tags self-closing but others are not?
|
|
29
|
62816
|
August 23, 2023
|
How does the browser know what language other documents are written in? For example, why doesn’t css need a doctype?
|
|
18
|
80571
|
November 19, 2022
|
Why would we want to separate small pieces of content?
|
|
45
|
66718
|
July 8, 2022
|
If both <br> and <br /> are valid syntaxes, which one should I use?
|
|
37
|
113819
|
August 21, 2023
|
Does the <li> tag always have to be nested within the <ul> tag?
|
|
13
|
92953
|
March 9, 2023
|
There are so many tags! How can I ever remember them all?
|
|
15
|
73994
|
October 5, 2022
|
Why does the browser need metadata about the page?
|
|
19
|
69157
|
September 16, 2023
|
Without the html tags mentioned in this lesson, in what ways might the browser misinterpret our HTML code?
|
|
10
|
46166
|
August 9, 2023
|
Can we use an alt attribute with the video tag?
|
|
52
|
123473
|
August 3, 2023
|
What is a local address and how does it differ from a web address?
|
|
17
|
70868
|
September 19, 2023
|
Can id attributes only be used on <div> tags?
|
|
32
|
150314
|
August 25, 2023
|
What exactly is `span` used for?
|
|
36
|
134094
|
August 9, 2023
|
Why should we use divs if they don't change things visually?
|
|
62
|
164542
|
August 9, 2023
|
What is the point of nesting the <p> element in a <div> element?
|
|
47
|
173876
|
August 8, 2023
|
What happens if we put raw text directly in the <ul> element?
|
|
13
|
106456
|
April 16, 2023
|
Do we need both name and id? Can they be the same thing?
|
|
49
|
27261
|
February 1, 2023
|
What does it mean for a tag to be rendered?
|
|
10
|
62597
|
December 24, 2022
|
Is two space indentation for nested elements standard practice?
|
|
22
|
96366
|
August 22, 2023
|
Is it correct to say that the <body> element is nested within the <html> element?
|
|
31
|
124146
|
February 6, 2023
|
How can I store my own images online?
|
|
14
|
70474
|
January 17, 2021
|
Can we only display either numbers or bullet-point lists?
|
|
0
|
75035
|
March 9, 2018
|
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?
|
|
35
|
56598
|
September 15, 2023
|
Why does the content of a web page need to be described with tags?
|
|
8
|
46557
|
July 24, 2023
|
Is there a way to increase the space between the number and the text of each <li>?
|
|
9
|
69901
|
June 18, 2023
|