About the HTML FAQ category
|
|
1
|
1116
|
February 1, 2021
|
Can the <li> element contain content other than text?
|
|
16
|
83096
|
January 28, 2023
|
This exercise uses the `_blank` value to open pages in new tabs. Does the `target` attribute have other values?
|
|
24
|
79841
|
March 17, 2023
|
Can I link to images that are stored locally on my own computer?
|
|
33
|
86432
|
October 19, 2022
|
What is the difference between content that is inline vs blocks of content?
|
|
3
|
66520
|
October 20, 2020
|
Why would we want to separate small pieces of content?
|
|
45
|
63247
|
July 8, 2022
|
How does the browser know what language other documents are written in? For example, why doesn’t css need a doctype?
|
|
18
|
76241
|
November 19, 2022
|
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?
|
|
43
|
53918
|
November 6, 2022
|
If both <br> and <br /> are valid syntaxes, which one should I use?
|
|
34
|
106775
|
April 12, 2022
|
Can we use an alt attribute with the video tag?
|
|
43
|
113361
|
March 15, 2023
|
Why are some tags self-closing but others are not?
|
|
26
|
58898
|
March 9, 2023
|
What does it mean for a tag to be rendered?
|
|
10
|
58603
|
December 24, 2022
|
What is the point of nesting the <p> element in a <div> element?
|
|
46
|
163128
|
October 12, 2022
|
Without the html tags mentioned in this lesson, in what ways might the browser misinterpret our HTML code?
|
|
7
|
43434
|
August 13, 2022
|
Why does the browser need metadata about the page?
|
|
16
|
65200
|
March 17, 2023
|
What happens if we put raw text directly in the <ul> element?
|
|
12
|
100612
|
March 12, 2023
|
Does the <li> tag always have to be nested within the <ul> tag?
|
|
13
|
87843
|
March 9, 2023
|
Is it correct to say that the <body> element is nested within the <html> element?
|
|
31
|
116120
|
February 6, 2023
|
Can id attributes only be used on <div> tags?
|
|
27
|
141240
|
November 28, 2022
|
There are so many tags! How can I ever remember them all?
|
|
15
|
69480
|
October 5, 2022
|
How can I store my own images online?
|
|
14
|
65587
|
January 17, 2021
|
Are line breaks the standard way of manipulating the position of HTML elements?
|
|
18
|
67992
|
March 10, 2023
|
Is there a way to increase the space between the number and the text of each <li>?
|
|
7
|
65864
|
February 25, 2023
|
Why should we use divs if they don't change things visually?
|
|
61
|
155973
|
January 15, 2023
|
Is two space indentation for nested elements standard practice?
|
|
20
|
91030
|
December 15, 2022
|
How can we make transparent text that disappears when replaced?
|
|
39
|
16974
|
November 22, 2022
|
What is a local address and how does it differ from a web address?
|
|
13
|
66257
|
May 22, 2022
|
Why does the content of a web page need to be described with tags?
|
|
5
|
43890
|
February 11, 2023
|
What exactly is `span` used for?
|
|
32
|
123752
|
February 8, 2023
|
Do we need both name and id? Can they be the same thing?
|
|
49
|
24566
|
February 1, 2023
|