How to express this consciousness: a parent node with the characteristics of a child node?

< td > < input type= "text" > < / td >

document.querySelectorAll ("td input [type = "text"]")
this sentence is to find input, what kind of input,
1. The parent node is td
2.type = "text"

now, I"m going to find out the td
1. Have child node input [type = "text"]
how to write this expression document.querySelectorAll

Jul.09,2021

all input

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b4288c-2be73.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b4288c-2be73.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?