table tag

11 questions


2 answers
139 views
0
Table width value setting question

Hi, everyone.I have a question about the contents of the lecture.When specifying the area of each cell in the table, the area on the css andIs there a right way to do it inside the HTML?Or is it okay ...


1 answers
75 views
0
I have a question in class '[2-12] CSS Table Styling'.

I have a question about the contents of the lecture.This is the part that deals with the explanatory tool of the table around 8 minutes and 16 seconds of the lecture video.After the .a11y-hidden class...


2 answers
68 views
0
The element of does not apply.

...<table> <caption>... </caption> <thead>... </thead> <tbody>... </tbody> <tfoot> <small>&#8251; Note 1&#41; I wanted to comment on the ...


1 answers
84 views
0
Can I change the color of half of Android textview?

If it's 10:15 as implemented in Everytime, I'd like to change it to only 1/4 color, which is 15 minutes, so how can I implement it?It is being implemented through textview.

1 years ago

1 answers
111 views
0
I would like to ask you a question about analyzing the example code that implements the Dijkstra algorithm in Python. (Help me!!!))

graph = {}graph[start] = {}graph[start][a] = 6graph[start][b] = 2graph[a] = {fin: 1} # graph[a][fin] = 1graph[b] = {a: 3, fin: 5} # graph[b][a] = 3 graph[b][fin] = 5graph[fin] = {}# Hash table that st...


2 answers
103 views
0
How about setting the display:table when arranging block elements in a row?

I recently learned a trick to align the li elements inside the ul in a row.Among them, I know how to do it by saying display:table; in ul and giving table-cell in li.Does this also work as a table? Do...

1 years ago

1 answers
97 views
0
I changed only one element in the list, but the whole element changed. Why is that?

[[1, 1, 1, 1, 1], [1, 1, 1, 1], [1, 1, 1]] I wrote it like this. myList = [[1] * 4] * 3I changed only one value at the beginning, but the whole value of the element changed.myList[0][0] = 5 #[5, 1, 1,...


1 answers
97 views
0
To select multiple columns in the JTable

The first row is non-correctable text, and the second row has a JTable with a check box representing the boolean value. What I want is to check all the checked boxes among the selected check boxes whe...


1 answers
118 views
0
What is the difference between HashMap and Hashtable?

What is the difference between HashMap and Hashtable in Java?What else is more efficient in the non-threaded program?

1 years ago

1 answers
122 views
0
[Database] I want to create a new table with two different tables and add a property (vertical) value.

I have extracted only the necessary attribute values from the table A and the table B (extracted by Join I would like to make a table by adding extraction as join + new name/other to the new C table.-...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.