About the HTML FAQ category
|
|
1
|
1481
|
February 1, 2021
|
Can the <li> element contain content other than text?
|
|
26
|
99555
|
June 23, 2024
|
This exercise uses the `_blank` value to open pages in new tabs. Does the `target` attribute have other values?
|
|
33
|
92593
|
May 14, 2024
|
Can I link to images that are stored locally on my own computer?
|
|
40
|
105559
|
September 18, 2024
|
What is the difference between content that is inline vs blocks of content?
|
|
4
|
75615
|
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
|
65604
|
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
|
88357
|
April 8, 2024
|
There are so many tags! How can I ever remember them all?
|
|
16
|
82851
|
December 27, 2023
|
Why are some tags self-closing but others are not?
|
|
30
|
69849
|
October 16, 2023
|
Can id attributes only be used on <div> tags?
|
|
34
|
166762
|
August 18, 2024
|
If both <br> and <br /> are valid syntaxes, which one should I use?
|
|
38
|
128066
|
May 23, 2024
|
Without the html tags mentioned in this lesson, in what ways might the browser misinterpret our HTML code?
|
|
14
|
50989
|
May 20, 2024
|
Can we use an alt attribute with the video tag?
|
|
53
|
142437
|
February 8, 2024
|
Why would we want to separate small pieces of content?
|
|
48
|
72594
|
October 16, 2023
|
Why does the browser need metadata about the page?
|
|
19
|
76092
|
September 16, 2023
|
Why should we use divs if they don't change things visually?
|
|
66
|
180638
|
October 2, 2024
|
What happens if we put raw text directly in the <ul> element?
|
|
13
|
117565
|
April 16, 2023
|
What is the point of nesting the <p> element in a <div> element?
|
|
50
|
194998
|
August 19, 2024
|
Do you have to use a seperate tag for Audio Source? Can you use it like an img tag?
|
|
23
|
23719
|
July 16, 2024
|
Is two space indentation for nested elements standard practice?
|
|
25
|
106359
|
June 29, 2024
|
Does the <li> tag always have to be nested within the <ul> tag?
|
|
15
|
105188
|
January 2, 2024
|
How can I store my own images online?
|
|
14
|
79687
|
January 17, 2021
|
What does it mean for a tag to be rendered?
|
|
11
|
68884
|
May 23, 2024
|
Do we always have to add JavaScript in the HTML file directly?
|
|
10
|
25645
|
May 10, 2024
|
Do we need both name and id? Can they be the same thing?
|
|
50
|
32328
|
January 10, 2024
|
Can we only display either numbers or bullet-point lists?
|
|
1
|
82109
|
December 3, 2023
|
Why does the content of a web page need to be described with tags?
|
|
14
|
51024
|
March 4, 2024
|
Are line breaks the standard way of manipulating the position of HTML elements?
|
|
19
|
78263
|
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
|
63004
|
May 23, 2024
|
Can we nest any element within `<a>` tags? (li elements?)
|
|
19
|
81198
|
March 8, 2024
|