About the HTML FAQ category
|
|
1
|
1475
|
February 1, 2021
|
Can the <li> element contain content other than text?
|
|
26
|
99380
|
June 23, 2024
|
This exercise uses the `_blank` value to open pages in new tabs. Does the `target` attribute have other values?
|
|
33
|
92579
|
May 14, 2024
|
Can I link to images that are stored locally on my own computer?
|
|
40
|
105172
|
September 18, 2024
|
What is the difference between content that is inline vs blocks of content?
|
|
4
|
75600
|
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?
|
|
53
|
65481
|
April 10, 2024
|
How does the browser know what language other documents are written in? For example, why doesn’t css need a doctype?
|
|
22
|
88336
|
April 8, 2024
|
There are so many tags! How can I ever remember them all?
|
|
16
|
82829
|
December 27, 2023
|
Why are some tags self-closing but others are not?
|
|
30
|
69813
|
October 16, 2023
|
Can id attributes only be used on <div> tags?
|
|
34
|
166740
|
August 18, 2024
|
If both <br> and <br /> are valid syntaxes, which one should I use?
|
|
38
|
128005
|
May 23, 2024
|
Without the html tags mentioned in this lesson, in what ways might the browser misinterpret our HTML code?
|
|
14
|
50946
|
May 20, 2024
|
Can we use an alt attribute with the video tag?
|
|
53
|
141611
|
February 8, 2024
|
Why would we want to separate small pieces of content?
|
|
48
|
72572
|
October 16, 2023
|
Why does the browser need metadata about the page?
|
|
19
|
76075
|
September 16, 2023
|
Why should we use divs if they don't change things visually?
|
|
66
|
180578
|
October 2, 2024
|
What happens if we put raw text directly in the <ul> element?
|
|
13
|
117497
|
April 16, 2023
|
What is the point of nesting the <p> element in a <div> element?
|
|
50
|
194928
|
August 19, 2024
|
Do you have to use a seperate tag for Audio Source? Can you use it like an img tag?
|
|
23
|
23690
|
July 16, 2024
|
Is two space indentation for nested elements standard practice?
|
|
25
|
106285
|
June 29, 2024
|
Does the <li> tag always have to be nested within the <ul> tag?
|
|
15
|
104926
|
January 2, 2024
|
How can I store my own images online?
|
|
14
|
79627
|
January 17, 2021
|
What does it mean for a tag to be rendered?
|
|
11
|
68856
|
May 23, 2024
|
Do we always have to add JavaScript in the HTML file directly?
|
|
10
|
25430
|
May 10, 2024
|
Do we need both name and id? Can they be the same thing?
|
|
50
|
32268
|
January 10, 2024
|
Can we only display either numbers or bullet-point lists?
|
|
1
|
82106
|
December 3, 2023
|
Why does the content of a web page need to be described with tags?
|
|
14
|
51011
|
March 4, 2024
|
Are line breaks the standard way of manipulating the position of HTML elements?
|
|
19
|
78227
|
May 24, 2024
|
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?
|
|
38
|
62974
|
May 23, 2024
|
Can we nest any element within `<a>` tags? (li elements?)
|
|
19
|
81055
|
March 8, 2024
|