HTML 标签中的第一个字符串是什么?

What do you call the first string of characters inside an HTML tag?

这是一个元素:<p class="blah">Hi World!</p>

这是一个标签:<p class="blah">

但是标签内 p 的正确技术名称是什么?

p 元素的 innerText

tag name. From 8.1.2.1:

  1. The next few characters of a start tag must be the element's tag name.